|
|
|
@ -3,16 +3,16 @@ ddns-update-style none;
@@ -3,16 +3,16 @@ ddns-update-style none;
|
|
|
|
|
use-host-decl-names true; |
|
|
|
|
|
|
|
|
|
subnet 192.168.50.0 netmask 255.255.255.0 { |
|
|
|
|
option subnet-mask 255.255.255.0; |
|
|
|
|
option routers 192.168.50.1; |
|
|
|
|
next-server 192.168.50.1; |
|
|
|
|
server-identifier 192.168.50.1; |
|
|
|
|
option domain-name-servers 192.168.50.1; |
|
|
|
|
option domain-search "example.com"; |
|
|
|
|
option domain-name "other.com"; |
|
|
|
|
|
|
|
|
|
# MAC numbering scheme: |
|
|
|
|
# NFSv3: last octect starts at 0x00 and works up |
|
|
|
|
option subnet-mask 255.255.255.0; |
|
|
|
|
option routers 192.168.50.1; |
|
|
|
|
next-server 192.168.50.1; |
|
|
|
|
server-identifier 192.168.50.1; |
|
|
|
|
option domain-name-servers 192.168.50.1; |
|
|
|
|
option domain-search "example.com"; |
|
|
|
|
option domain-name "other.com"; |
|
|
|
|
|
|
|
|
|
# MAC numbering scheme: |
|
|
|
|
# NFSv3: last octect starts at 0x00 and works up |
|
|
|
|
|
|
|
|
|
group { |
|
|
|
|
# NFSv3 root=dhcp or root={/dev/,}nfs, use server-id |
|
|
|
|