I am having a problem where after an update, I lost all IPv4 connectivity. IPv6 thought works
This is my setup:
1. Running proxmox on a mini PC (Virtual Environment 8.1.11)
2. Network layout
Pfsense (router) --> Unifi Switch --> Proxmox MiniPC (172.25.90.50)
3. Proxmox server is on its own VLAN
These are the outputs (IPv6 address redacted)
ip a
/etc/network/interfaces
IP Route
Ping results (DNS issues and unable to ping the gateway)
Nothing on the pfsense firewall side of things had changed, and I cleared the state table just to be sure. I also turned off snort to diagnose.
I also cannot ping the proxmox address 172.25.90.50 from my laptop or from the pfsense interface for the VLAN
It's not a VLAN issue (since IPv6 is working)
The ethernet port is working (since IPv6 is working)
Gateway and subnet is correct (nothing changed)
What could I possibly check?
This is my setup:
1. Running proxmox on a mini PC (Virtual Environment 8.1.11)
2. Network layout
Pfsense (router) --> Unifi Switch --> Proxmox MiniPC (172.25.90.50)
3. Proxmox server is on its own VLAN
These are the outputs (IPv6 address redacted)
ip a
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether 10:62:e5:18:61:31 brd ff:ff:ff:ff:ff:ff
altname enp0s31f6
3: wlp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether b4:6b:fc:ae:a5:60 brd ff:ff:ff:ff:ff:ff
5: tap500i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr500i0 state UNKNOWN group default qlen 1000
link/ether 1e:82:3a:fe:0b:ba brd ff:ff:ff:ff:ff:ff
25: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 10:62:e5:18:61:31 brd ff:ff:ff:ff:ff:ff
inet 172.25.90.50/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 24xx:xx:xxx:d709::50/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::1262:e5ff:fe28:6331/64 scope link
valid_lft forever preferred_lft forever
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.25.90.50
netmask 255.255.255.0
gateway 172.25.90.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
/etc/network/interfaces
#iface vmbr0 inet6 static
# address 2xx:xxx:xxx:d709::50/64
# gateway 2xx:xxx:xxx:d709:92ec:77ff:fe62:f478
#iface vmbr0 inet auto
#iface wlp1s0 inet manual
source /etc/network/interfaces.d/*
Code:
root@proxmox:/etc/network/interfaces.d# cat icmp-snoop
#bridge-mcsnoop no
IP Route
Code:
root@proxmox:/etc/network/interfaces.d# ip route show
default via 172.25.90.1 dev vmbr0 proto kernel onlink
172.25.90.0/24 dev vmbr0 proto kernel scope link src 172.25.90.50
Ping results (DNS issues and unable to ping the gateway)
Code:
root@proxmox:/etc/network/interfaces.d# ping google.com
ping: google.com: Temporary failure in name resolution
root@proxmox:/etc/network/interfaces.d# ping 172.25.90.1 -c 5
PING 172.25.90.1 (172.25.90.1) 56(84) bytes of data.
--- 172.25.90.1 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4106ms
Code:
root@proxmox:/etc/network/interfaces.d# ifreload -a
root@proxmox:/etc/network/interfaces.d#
root@proxmox:/etc/network/interfaces.d# lspci | grep -i eth
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (5) I219-LM
root@proxmox:/etc/network/interfaces.d# dmesg | grep eno1
[ 1.580579] e1000e 0000:00:1f.6 eno1: renamed from eth0
[ 14.011135] vmbr0: port 1(eno1) entered blocking state
[ 14.011139] vmbr0: port 1(eno1) entered disabled state
[ 14.011153] e1000e 0000:00:1f.6 eno1: entered allmulticast mode
[ 17.798820] e1000e 0000:00:1f.6 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 17.798904] vmbr0: port 1(eno1) entered blocking state
[ 17.798906] vmbr0: port 1(eno1) entered forwarding state
[ 22.200023] e1000e 0000:00:1f.6 eno1: entered promiscuous mode
[71383.419862] vmbr0: port 1(eno1) entered disabled state
[71383.842799] e1000e 0000:00:1f.6 eno1: left promiscuous mode
[71383.843095] e1000e 0000:00:1f.6 eno1: left allmulticast mode
[71384.030108] vmbr0: port 1(eno1) entered disabled state
[71384.235709] e1000e 0000:00:1f.6 eno1: NIC Link is Down
[71385.143171] vmbr0: port 1(eno1) entered blocking state
[71385.143175] vmbr0: port 1(eno1) entered disabled state
[71385.143192] e1000e 0000:00:1f.6 eno1: entered allmulticast mode
[71388.255753] e1000e 0000:00:1f.6 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[71388.255836] vmbr0: port 1(eno1) entered blocking state
[71388.255838] vmbr0: port 1(eno1) entered forwarding state
root@proxmox:/etc/network/interfaces.d#
Nothing on the pfsense firewall side of things had changed, and I cleared the state table just to be sure. I also turned off snort to diagnose.
I also cannot ping the proxmox address 172.25.90.50 from my laptop or from the pfsense interface for the VLAN
It's not a VLAN issue (since IPv6 is working)
The ethernet port is working (since IPv6 is working)
Gateway and subnet is correct (nothing changed)
What could I possibly check?