Re: ntpd error on a bridged network - solved
- In reply to: Doug Denault : "ntpd error on a bridged network"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 15:14:32 UTC
On Tue, 2 May 2023, Doug Denault wrote: > We replaced an old apple router with a Linksys Velop router. The apple router > was behind a Verizon router and we used DHCP from Verizon on the apple > device. To duplicate the setup we configured the Linksys in bridge mode. > > ntpd starts with the error: > ntpd: error resolving pool 0.freebsd.pool.ntp.org: Name does not resolve (8) > > however: > > host -t a 0.freebsd.pool.ntp.org > 0.freebsd.pool.ntp.org has address 174.53.169.69 > 0.freebsd.pool.ntp.org has address 192.241.155.186 > 0.freebsd.pool.ntp.org has address 38.229.53.9 > 0.freebsd.pool.ntp.org has address 38.229.57.9 > > ping -c 2 0.freebsd.pool.ntp.org > PING 0.freebsd.pool.ntp.org (94.237.120.208): 56 data bytes > 64 bytes from 94.237.120.208: icmp_seq=0 ttl=53 time=78.773 ms > 64 bytes from 94.237.120.208: icmp_seq=1 ttl=53 time=79.012 ms > > /etc/resolv.conf > # Generated by resolvconf > search boltsys.com > nameserver 192.168.2.1 > > Other than ntpd I see no DNS or connectivity issues. So far the time has been > holding at 2 seconds difference from the servers not on the office LAN. Well sorta. I was able to configure ntpd to bypass what I am pretty sure is is all do to Linksys bugs. Setting the ntpd start flag to "-4" keeps it from uselessly trying IPV6. In ntpd.conf I changed the pool setting to be: pool 0.north-america.pool.ntp.org iburst minpoll 5 maxpoll 12 With this ntpd works and keeps time with our internet facing servers.