[EMAIL PROTECTED] (Marcos Onisto) wrote: > Follow below the output of the command: > $ /sbin/ifconfig -a6 > $
Yeah I have the same on a Solaris 8 system, but ntpdate 4.2.0 still tries ::1 for localhost -- it's because of /etc/inet/ipnodes. Remove the ::1 from that and it works, but I don't know what other effects that might have ... Best to use "ntpdate -q 127.0.0.1" or "ntpdate -q4 localhost". Not that you need to use either of course. By the way, looking back at your ntp.conf, you had restrict 200.160.0.0 nomodify restrict 200.160.1.0 nomodify If those are meant to be /24 network blocks, which I guess they are, I think you need to tell ntpd that: restrict 200.160.0.0 mask 255.255.255.0 nomodify restrict 200.160.1.0 mask 255.255.255.0 nomodify -- Ronan Flood <[EMAIL PROTECTED]> _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
