option ntp-servers <- global? local?

perl-list perl-list at network1.net
Tue Oct 23 17:50:20 UTC 2012


Does anyone know if 'option ntp-servers' is a strictly global option? Or could said option be specified on a per subnet basis. Consider the simple example config below: 




option ntp-servers 10.0.0.4, 10.0.0.5; 

shared-network TEST-1 { 
subnet 172.16.0.0 netmask 255.255.255.0 { 
option routers 172.16.0.1; 
option subnet-mask 255.255.255.0; 
pool { 
range 172.16.0.2 172.16.0.254; 
} 
} 
} 


shared-network TEST-2 { 
subnet 172.31.0. 0 netmask 255.255.255.0 { 
option routers 172.31.0.1 ; 
option subnet-mask 255.255.255.0; 
option ntp-servers 192.168.0.2, 192.168.0.3; 
pool { 
range 172.31.0.2 172.31.0.254 ; 
} 
} 
} 



Would users of TEST-1 receive NTP servers of 10.0.0.4 and 10.0.0.5 (per the global setting) and then users of TEST-2 receive NTP servers of 192.168.0.2 and 192.168.0.3 (per the subnet 172.31.0.0 setting)? 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20121023/6f8c1841/attachment.html>


More information about the dhcp-users mailing list