(E-Mail Removed) (Floyd L. Davidson) writes:
> If
>you take a look, you'll find that *any* 127.x.x.x address is going to
>be a local loopback, hence any IP address in that range will do what
>you need.
Sorry that I have to correct you in 2007:
The (x)Ntp-Daemon uses (did use with SusSe-8.0 anyway) some of the
adresses 127.127.x.y for connecting to local hardware-clocks.
In my system, I use(d) a line like this:
<---------
################################################## ##############################
## /etc/ntp.conf
##
## Sample NTP configuration file.
## See package 'xntp-doc' for documentation, Mini-HOWTO and FAQ.
## Copyright (c) 1998 S.u.S.E. GmbH Fuerth, Germany.
##
## Author: Michael Andres, <(E-Mail Removed)>
##
################################################## ##############################
##
## Radio and modem clocks by convention have addresses in the
## form 127.127.t.u, where t is the clock type and u is a unit
## number in the range 0-3.
##
## Most of these clocks require support in the form of a
## serial port or special bus peripheral. The particular
## device is normally specified by adding a soft link
## /dev/device-u to the particular hardware device involved,
## where u correspond to the unit number above.
##
## Generic DCF77 clock on serial port (Conrad DCF77)
## Address: 127.127.8.u
## Serial Port: /dev/refclock-u
##
## (create soft link /dev/refclock-0 to the particular ttyS?)
##
#
server 127.127.8.0 mode 5 prefer
<----------
Happy new year, Holger