From aac9a6b9aa307e5dfcb1efa0428ce913c116fc27 Mon Sep 17 00:00:00 2001 From: randomdan Date: Sun, 14 Aug 2005 14:55:56 +0000 Subject: client side ntp configs --- etc/ntp/ntp-client.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/ntp/ntp-client.conf (limited to 'etc/ntp/ntp-client.conf') diff --git a/etc/ntp/ntp-client.conf b/etc/ntp/ntp-client.conf new file mode 100644 index 0000000..bfc53da --- /dev/null +++ b/etc/ntp/ntp-client.conf @@ -0,0 +1,8 @@ +# generated automatically by net-scripts +restrict default noquery notrust nomodify +restrict 127.0.0.1 +driftfile /var/lib/ntp/ntp.drift +restrict 192.168.0.3 nomodify notrap noquery +server 192.168.0.3 +restrict 192.168.0.2 nomodify notrap noquery +server 192.168.0.2 -- cgit v1.2.3