1
24.7 Production Series / WAN2 IPv4 stopped working, DHCP works, no ping
« on: October 31, 2024, 07:05:41 am »
I have 2 WAN interfaces, and this worked until a while ago fine. A few weeks ago it seem to stop working (I did not notice it :-(). I did not make any change to my config. I also tried to reboot and upgrade, but no difference.
The behavior I am seeing on WAN2 is as follows:
1) It comes up successfully after reboot
2) It gets a IPv4 and IPv6 address via DHCP successfully
Renewing DHCP and running tcpdump, show I can do it continuously, so the uplink is fine
3) Initial ping in the system->gateway looks fine, a good RTT shown
4) After a few minutes it turns red and WAN2 is down for IPv4
5) IPv6 continues to work fine (with ping and traffic)
When I check the CLI, I see the routing correctly on WAN2:
But ping is failing with a weird error:
Anybody has an idea how to fix this WAN2? Otherwise I can cancel my subscription for my backup WAN2 :-(
BTW, I cannot ping my own assigned IP via DHCP (it is the only device attached, so no duplicate IP anywhere):
The behavior I am seeing on WAN2 is as follows:
1) It comes up successfully after reboot
2) It gets a IPv4 and IPv6 address via DHCP successfully
Renewing DHCP and running tcpdump, show I can do it continuously, so the uplink is fine
3) Initial ping in the system->gateway looks fine, a good RTT shown
4) After a few minutes it turns red and WAN2 is down for IPv4
5) IPv6 continues to work fine (with ping and traffic)
When I check the CLI, I see the routing correctly on WAN2:
root@opnsense:~ # netstat -rn | grep 192.168.178
192.168.178.0/24 link#3 U vtnet2
192.168.178.164 link#4 UHS lo0
But ping is failing with a weird error:
root@opnsense:~ # ping 192.168.178.1
PING 192.168.178.1 (192.168.178.1): 56 data bytes
ping: sendto: Permission denied
ping: sendto: Permission denied
Anybody has an idea how to fix this WAN2? Otherwise I can cancel my subscription for my backup WAN2 :-(
BTW, I cannot ping my own assigned IP via DHCP (it is the only device attached, so no duplicate IP anywhere):
root@opnsense:~ # ping 192.168.178.164
PING 192.168.178.164 (192.168.178.164): 56 data bytes
^C
--- 192.168.178.164 ping statistics ---
15 packets transmitted, 0 packets received, 100.0% packet loss

