I've just made new install of Proxmox (through Debian). I messed around a bit too much with old install so making a backup of the VM's and reinstalling seemed like the best approach. The new install is giving me a headache though...
So, I have two NIC's in my server. One is connected to the internet and the other to my desktop. Try as I might though, I can't connect to the server through LAN. If I set the NIC to static IP and assign an address to it, the network is unreachable (ping requests return "unreachable", not timed out). However, if I connect through a router it works (I have an old and slow router that I don't actually want to use).
Routing through Pfsense VM also works, except in that case the server has no WAN. This is with the same settings I used on the old install of Proxmox.
Any ideas of what is the matter here?
So, I have two NIC's in my server. One is connected to the internet and the other to my desktop. Try as I might though, I can't connect to the server through LAN. If I set the NIC to static IP and assign an address to it, the network is unreachable (ping requests return "unreachable", not timed out). However, if I connect through a router it works (I have an old and slow router that I don't actually want to use).
Routing through Pfsense VM also works, except in that case the server has no WAN. This is with the same settings I used on the old install of Proxmox.
Code:
auto lo
iface lo inet loopback
auto enp4s0
iface enp4s0 inet manual
auto enp6s0
iface enp6s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.106/24
gateway 192.168.1.1
bridge-ports enp4s0
bridge stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp6s0
bridge stp off
bridge-fd 0
Any ideas of what is the matter here?