Frequent disconnection when with WAN network when using static IP from ISP
-
You should still set the monitoring IP to something external. The ISPs gateway is under no obligation to respond to ping. It may just drop ping requests when it's loaded.
-
@stephenw10
Yes I use 3rd party like google dns or cloudflare as default but had changed to gateway to test
The behaviour is same for both cases.
When the connection starts to get packet loss, if I go to ARP table and delete the gateway entry then it starts to come back online else it wait for timeout and then come back online automatically.Can we reduce the ARP timeout?
-
I tried both 1.1.1.1/8.8.8.8 even tried ip of my public VM running in digital ocean in Bengaluru, India as GW monitoring IP.
I configured same static IP in my OpenWRT box and strangley not seeing any issue runnning fine for more then 2 weeks without any downtime.
For now I have configured port forwarding to pfsense and added OpenWRT LAN ip as gateway in Pfsense.
-
Have you checked your category 5, 6 or 7 the rj45 cable with a cable tester?
-
It is CAT6 5 Feet patch cable. Used same cable to connect OpenWRT to ISP ONT.
-
@nischay they have speed ratings for each type and use. is it a shielded one? It could be getting interference from elevators, or florescent lights, many issues. Swap out that cable for an upgraded one
-
@rajnetgen said in Frequent disconnection when with WAN network when using static IP from ISP:
Can we reduce the ARP timeout?
Yes you can set it as a system tunable:
net.link.ether.inet.max_age
pfSense/FreeBSD uses 1200s by default. -
Thanks for pointing it out. I have updated net.link.ether.inet.max_age to 60 seconds same as Linux default. I will update here if it help to resolve issue.
[root@pfsense-fw ~]# sysctl net.link.ether.inet.max_age net.link.ether.inet.max_age: 60
-
I've once seen an ISP that would fail to arp for devices in that situation and so required a lower value there. So it's unlikely, but possible.
-
Seems like changing ARP Cache TTL to 60 seconds fixed issue I was observing. Finally I have resolution to my issue such a relief.