Internet connection dropping for 1-2 seconds 4 times an hour
-
I have been running the same setup now for about a month without a single issue. Yesterday my internet connection on all computers on the network would drop out consistently for a matter of seconds.
For two hours I recorded times…
17:11
17:31
17:47
17:51
18:12
18:32
18:48Seems a little coincidental that they are falling like that.
Anyway I have checked the logs and can't find anything obvious, in fact all I can find is lots of DHCP related logs (note pulled out at a different time to above recorded drop outs)
Jun 22 15:23:57 dhcpd: DHCPINFORM from 10.0.10.111 via em0_vlan10 Jun 22 15:23:57 dhcpd: DHCPACK to 10.0.10.111 (xxxx) via em0_vlan10 Jun 22 15:26:53 dhcpd: DHCPINFORM from 10.0.20.214 via em0_vlan20 Jun 22 15:26:53 dhcpd: DHCPACK to 10.0.20.214 (xxxx) via em0_vlan20 Jun 22 15:29:49 dhcpd: DHCPREQUEST for 10.0.20.226 from xxxx via em0_vlan20 Jun 22 15:29:49 dhcpd: DHCPACK on 10.0.20.226 to xxxx via em0_vlan20
I have pfSense running inside a VM on ESXi with two virtual NICs allocated, one for WAN the other a trunk port to ESXi for my VLANs.
I have tried rebooting everything, checked the settings and still the same issue. Any ideas on what I can investigate next to stop this from happening? Getting slightly annoying!Thanks
Nick -
Also pinging googles IP you can see how it drops out here…
64 bytes from 173.194.41.119: icmp_seq=1250 ttl=55 time=37.764 ms 64 bytes from 173.194.41.119: icmp_seq=1251 ttl=55 time=36.951 ms 64 bytes from 173.194.41.119: icmp_seq=1252 ttl=55 time=24.418 ms Request timeout for icmp_seq 1253 Request timeout for icmp_seq 1254 Request timeout for icmp_seq 1255 Request timeout for icmp_seq 1256 Request timeout for icmp_seq 1257 Request timeout for icmp_seq 1258 Request timeout for icmp_seq 1259 Request timeout for icmp_seq 1260 Request timeout for icmp_seq 1261 Request timeout for icmp_seq 1262 Request timeout for icmp_seq 1263 Request timeout for icmp_seq 1264 Request timeout for icmp_seq 1265 Request timeout for icmp_seq 1266 Request timeout for icmp_seq 1267 Request timeout for icmp_seq 1268 Request timeout for icmp_seq 1269 Request timeout for icmp_seq 1270 Request timeout for icmp_seq 1271 Request timeout for icmp_seq 1272 64 bytes from 173.194.41.119: icmp_seq=1273 ttl=55 time=72.806 ms 64 bytes from 173.194.41.119: icmp_seq=1274 ttl=55 time=77.273 ms 64 bytes from 173.194.41.119: icmp_seq=1275 ttl=55 time=101.411 ms
-
It would be helpful to have more information. In particular, extracts from the system log from a couple of minutes before each of the "down" times to a couple of minutes after. You can get the complete system log (rather than the most recent "n" entries) by pfSense shell command```
clog /var/log/system.logThe DHCP entries you posted are to be expected as client system renew DHCP leases. Unless there is something you haven't told us its hard to imagine how that would stop all you LAN systems accessing the Internet.
-
try to look out more info, like the interface went down or lost conn with some other if, and post it here! cheers!