![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New DNS Server on FreeBSD 7.0 | Alpha_Harblo | IP Networking | 2 | 04-26-2008 01:18 PM |
| Migrating password file to new freebsd server | rbizzell | BSD | 0 | 09-16-2006 01:32 PM |
| Samba / FreeBSD member server in MSFT 2003 AD domain | ccy | UNIX for Dummies Questions & Answers | 0 | 09-29-2004 11:46 PM |
| FreeBSD 4.9 PPTP server | sirex | UNIX for Dummies Questions & Answers | 2 | 02-04-2004 02:42 AM |
| win 200 server + Redhat 9 + FreeBSD 5.1 ? | behmoth | UNIX for Dummies Questions & Answers | 1 | 06-28-2003 11:06 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
NTP Server on FreeBSD
Hello, I'm trying to create a NTP server on a FreeBSD machine inside my local network, so all the clients of that network can actually query for that machine.
Should be of no problem right? Here's the configuration of the /etc/ntp.conf on the FreeBSD machine: Code:
server br.pool.ntp.org burst driftfile /var/db/ntp.drift logfile /vat/log/ntp.log restrict default ignore restrict 10.100.0.1 mask 255.255.255.0 nomodify notrap Here's the output of a linux machine when I try to execute Code:
ntpdate -d -t 60 10.100.0.1 Code:
transmit(10.100.0.1)
receive(10.100.0.1)
transmit(10.100.0.1)
receive(10.100.0.1)
transmit(10.100.0.1)
receive(10.100.0.1)
transmit(10.100.0.1)
receive(10.100.0.1)
transmit(10.100.0.1)
10.100.0.1: Server dropped: strata too high
server 10.100.0.1, port 123
stratum 16, precision -19, leap 11, trust 000
refid [10.100.0.1], delay 0.02589, dispersion 0.00000
transmitted 4, in filter 4
reference time: 00000000.00000000 Thu, Feb 7 2036 4:28:16.000
originate timestamp: cbfa9813.907afd6e Wed, Jun 11 2008 15:29:39.564
transmit timestamp: cbfa9a32.19d11be6 Wed, Jun 11 2008 15:38:42.100
filter delay: 0.02591 0.02589 0.02589 0.02589
0.00000 0.00000 0.00000 0.00000
filter offset: -542.536 -542.536 -542.536 -542.536
0.000000 0.000000 0.000000 0.000000
delay 0.02589, dispersion 0.00000
offset -542.536628
11 Jun 15:38:42 ntpdate[7791]: no server suitable for synchronization found
Thanks a lot. Zarnick. |
|
||||
|
NTP needs some time so sync with other servers (even when using burst option). If your stratum is too low (16 = not synchronized) clients will refuse to take time from the server. How long have you waited? What does
Code:
ntpq -c rl |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|