Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 23:17:55 -0700
From:      Kevin Stevens <Kevin_Stevens@pursued-with.net>
To:        BSD Freak <bsd-freak@mbox.com.au>
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Getting NTP to bind only to internal IP
Message-ID:  <67ADF2B2-AE84-11D6-8103-003065715DA8@pursued-with.net>
In-Reply-To: <10c688810c4c9f.10c4c9f10c6888@mbox.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help

On Monday, August 12, 2002, at 12:23 , BSD Freak wrote:

> Hi everyone
>
> Does anyone know how to get NTP to bind only to a certain (internal) IP
> address on a system with multiple IP addresses?
>
> Thanks in advance.....

I guess I don't understand your question - have you looked in 'man 
ntp.conf'?  There's a whole section on access restriction in there.

My ntp.conf, for example, restricts time queries to addresses on my 
internal network - so by definition those are going to come in on a 
specific host address:

bash-2.05a$ cat /etc/ntp.conf
server time.apple.com
server tick.ucla.edu
server nist1.datum.com

driftfile /var/db/ntp.drift

restrict 192.168.168.0 mask 255.255.255.0

KeS


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?67ADF2B2-AE84-11D6-8103-003065715DA8>