Hi,
I'm quite new to PVE.
Since today, I can't reach my LXCs over LAN or if I type the IP address in the browser.
BUT I can all ping them successfully. I'm on 7.0-11.
My cat /etc/network/interfaces output:
ip route output:
I would be grateful, if you can help me!
I'm quite new to PVE.
Since today, I can't reach my LXCs over LAN or if I type the IP address in the browser.
BUT I can all ping them successfully. I'm on 7.0-11.
My cat /etc/network/interfaces output:
Code:
auto lo
iface lo inet loopback
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.178.102/24
gateway 192.168.178.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
ip route output:
Code:
default via 192.168.178.1 dev vmbr0 proto kernel onlink
192.168.178.0/24 dev vmbr0 proto kernel scope link src 192.168.178.102
I would be grateful, if you can help me!
Last edited: