diff options
author | randomdan <randomdan@localhost> | 2005-08-14 14:55:56 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2005-08-14 14:55:56 +0000 |
commit | aac9a6b9aa307e5dfcb1efa0428ce913c116fc27 (patch) | |
tree | fe0b645e2caa713ec02c85dc47e6bc9d103a4093 /etc/ntp/ntp-client.conf | |
parent | initial (diff) | |
download | config-aac9a6b9aa307e5dfcb1efa0428ce913c116fc27.tar.bz2 config-aac9a6b9aa307e5dfcb1efa0428ce913c116fc27.tar.xz config-aac9a6b9aa307e5dfcb1efa0428ce913c116fc27.zip |
client side ntp configs
Diffstat (limited to 'etc/ntp/ntp-client.conf')
-rw-r--r-- | etc/ntp/ntp-client.conf | 8 |
1 files changed, 8 insertions, 0 deletions
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 |