Hi!Need some help to get on the right track here I think.Loosing WAN connection every 15 minutes as the title says.
Quote from: iorx on August 11, 2024, 10:06:05 amHi!Need some help to get on the right track here I think.Loosing WAN connection every 15 minutes as the title says.I am having the same issue
arp -na | grep <$waniface>
Code: [Select]arp -na | grep <$waniface>Do you see something there?
arp -na | grep hn1? (xxx.yyy.zzz.220) at 00:15:5d:01:99:01 on hn1 permanent [ethernet]? (xxx.yyy.zzz.194) at 00:00:5e:00:01:5a on hn1 expires in 122 seconds [ethernet]
I checkedhttps://www.freebsd.org/releases/14.0R/relnotes/https://www.freebsd.org/releases/14.1R/relnotes/But nothing came up. A lot of code shifted. I'm not sure where to look.A packet capture might tell us if it ever responds to ARP on WAN or stops at some point...Cheers,Franco