Intermittent WAN, lose WAN DHCP IP address
-
pf sense loaded on a zbox C-series CI323. been running great for months, but now all of a sudden multiple times a day it just stops working. when i check the dashboard theres no longer an IP address on the WAN (dhcp/ethernet to a cablemodem)
Ive noticed that going to pfsense and disabling then reenabling WAN will fix it, also powercycling the cable modem fixes it as well. Is there some setting I need to make to catch this happening so that it is automatically resolved?
-
Is you ISP doing a cut every xyz ours or per day?
-
not that i can tell.
I think this is some kind of malfunction with my WAN's DHCP client system. the last log I have is from a number of days ago.
[2.3.2-RELEASE][root@pfSense]/etc: tail -f /var/log/dhcpd.log
Dec 19 09:46:11 pfSense dhcpleases: Sending HUP signal to dns daemon(72984)
Dec 19 09:46:11 pfSense dhcpd: DHCPREQUEST for 192.168.69.162 from 58:82:a8:a1:27:5d (XboxOne) via re1
Dec 19 09:46:11 pfSense dhcpd: DHCPACK on 192.168.69.162 to 58:82:a8:a1:27:5d (XboxOne) via re1
Dec 19 09:46:11 pfSense dhcpleases: Sending HUP signal to dns daemon(72984)
Dec 19 09:50:57 pfSense dhcpd: DHCPREQUEST for 192.168.69.100 from cc:4e:ec:13:91:46 via re1
Dec 19 09:50:57 pfSense dhcpd: DHCPACK on 192.168.69.100 to cc:4e:ec:13:91:46 via re1
Dec 19 09:50:57 pfSense dhcpleases: Sending HUP signal to dns daemon(72984)
Dec 19 09:54:53 pfSense dhcpd: Wrote 0 deleted host decls to leases file.
Dec 19 09:54:53 pfSense dhcpd: Wrote 0 new dynamic host decls to leases file.
Dec 19 09:54:53 pfSense dhcpd: Wrote 24 leases to leases file.and on bootup, syslogd reports:
syslogd: /var/log/dhcpd.log: operation not supported by device
im not sure what device it refers to, possibly my pfsense is just not renewing my lease? I dont believe im out of space:
[2.3.2-RELEASE][root@pfSense]/etc: df -h Filesystem Size Used Avail Capacity Mounted on /dev/ufsid/581cf7092c4a4990 186G 1.4G 169G 1% / devfs 1.0K 1.0K 0B 100% /dev /dev/md0 3.4M 112K 3.0M 3% /var/run devfs 1.0K 1.0K 0B 100% /var/dhcpd/dev [2.3.2-RELEASE][root@pfSense]/etc:
well, the /var/db/ has dhclient.leases.re0 and its got todays date on it and it appears to have a good lease in it hmm…
???