Hi, I use the pppoe0 device to connect to my isp. And I use ntpd.
ntpd seems not to be aware of the changing ip address of the interface. It keeps sending messages with the source address it saw on startup, as can be seen for netstat -an or pflog. Is there a signal I can send to ntpd to rebind it upd socket to the new address, or must I restart ntpd. Can this be done by adding some commands to hostname.pppoe0, with the syntax used for the route command: !/sbin/route add default -ifp pppoe0 0.0.0.1 say> !/usr/local/bin/restart_ntpd.sh ? i.e. are these ! commands called every time the pppoe interface changes its address? Thanks