first of all, Hi to everyone, i'm brand new on Proxmox, installed brand new for the first time a week ago and since then I browsed guides and forum threads for being able to configure the networking in the correct way.
at first nothing was working and I was struggling with a keyboard and screen on phisical server, but after some time I was able (thanks to this forum and other guides) to have the server connecting the lan.
My actual problem is that every VM I create on the system seems to be unable to connect to the network. I cannot even ping the proxmox static IP, or the default gateway.
from what I read in the other post it will be good to add some more information about the system, and about the configuation so here they are:
phisical PFsense firewall is connected to the internet, ProxMox VE is connected by the ENO1 port to the OPT2 port of the firewall and routed to the WAN (I can connecto to the internet from proxmox)
here the content of /etc/network/interfaces file of proxmox server:
on both Proxmox server and VM the firewall is disabled, i've disabled it at server level to check if it was a firewall fautl
from the VM I can't ping anything, not even the proxmox server or the gateway. full log enabled on the pfsense firewall (that's before the proxmox server) doesn't show any traffic.
here the VM network configuration:
any ping to the gw or the proxmox server return in a 100% packet loss, and no log on the FW are present.
any help will be appreciated!
at first nothing was working and I was struggling with a keyboard and screen on phisical server, but after some time I was able (thanks to this forum and other guides) to have the server connecting the lan.
My actual problem is that every VM I create on the system seems to be unable to connect to the network. I cannot even ping the proxmox static IP, or the default gateway.
from what I read in the other post it will be good to add some more information about the system, and about the configuation so here they are:
phisical PFsense firewall is connected to the internet, ProxMox VE is connected by the ENO1 port to the OPT2 port of the firewall and routed to the WAN (I can connecto to the internet from proxmox)
here the content of /etc/network/interfaces file of proxmox server:
Python:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.168.0.200/24
gateway 172.168.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
on both Proxmox server and VM the firewall is disabled, i've disabled it at server level to check if it was a firewall fautl
from the VM I can't ping anything, not even the proxmox server or the gateway. full log enabled on the pfsense firewall (that's before the proxmox server) doesn't show any traffic.
here the VM network configuration:
any ping to the gw or the proxmox server return in a 100% packet loss, and no log on the FW are present.
any help will be appreciated!