Just recently I have started to encounter a random IPv4 network outage. When it happens, the re(4) looses IP4 address without any clear reason. This seems to be completely random and there are no messages in
Running
Suspected interface hardware, but the strange thing is that IPv6 keeps working on that interface. It affects IPv4 only. Suspected router and did the restart, but this does not help. Also there is another FreeBSD machine in the network and this keeps working. The other machine has bge(4).
My question here is, when this happens again, what to look for? Any additional diagnostics? Why did this happen now, but not before I have been using this machine?
dmesg
or /var/log/messages. Running
service netif restart
does not restore the IP address. It stays 0.0.0.0
. Only reboot will help.Suspected interface hardware, but the strange thing is that IPv6 keeps working on that interface. It affects IPv4 only. Suspected router and did the restart, but this does not help. Also there is another FreeBSD machine in the network and this keeps working. The other machine has bge(4).
My question here is, when this happens again, what to look for? Any additional diagnostics? Why did this happen now, but not before I have been using this machine?