OCT 删除DHCP Server无用配置
This commit is contained in:
parent
6755df7a82
commit
627c7b34a4
|
@ -302,16 +302,16 @@ Router=192.168.30.1
|
||||||
# options will be supplemented from [DHCP-OPTIONS].
|
# options will be supplemented from [DHCP-OPTIONS].
|
||||||
|
|
||||||
|
|
||||||
[00:41:42:41:42:00]
|
;[00:41:42:41:42:00]
|
||||||
# This is a client with MAC addr 00:41:42:41:42:00
|
# This is a client with MAC addr 00:41:42:41:42:00
|
||||||
IP=192.168.0.200
|
;IP=192.168.0.200
|
||||||
# No other options specified for this client
|
# No other options specified for this client
|
||||||
# For non BOOPT requests, Missing Options will be supplemented from first [RANGE_SET]
|
# For non BOOPT requests, Missing Options will be supplemented from first [RANGE_SET]
|
||||||
# options, if IP falls in any range. and other missing would be added from [GLOBAL_OPTIONS].
|
# options, if IP falls in any range. and other missing would be added from [GLOBAL_OPTIONS].
|
||||||
|
|
||||||
[00:41:42:41:42:05]
|
;[00:41:42:41:42:05]
|
||||||
# This is a client with MAC addr 00:41:42:41:42:05
|
# This is a client with MAC addr 00:41:42:41:42:05
|
||||||
IP=192.168.0.211
|
;IP=192.168.0.211
|
||||||
# DHCP will offer following hostname to this client
|
# DHCP will offer following hostname to this client
|
||||||
;HostName=TestHost
|
;HostName=TestHost
|
||||||
# For example, you can specify DNS Servers, Routers separately for this client
|
# For example, you can specify DNS Servers, Routers separately for this client
|
||||||
|
@ -322,10 +322,10 @@ IP=192.168.0.211
|
||||||
# specify 0 for infinity.AddressTime
|
# specify 0 for infinity.AddressTime
|
||||||
;AddressTime=36000
|
;AddressTime=36000
|
||||||
|
|
||||||
[00:ff:a4:0e:ef:d5]
|
;[00:ff:a4:0e:ef:d5]
|
||||||
# this is an example for MacOsX network boot, client specific options
|
# this is an example for MacOsX network boot, client specific options
|
||||||
# for client having MAC addr 00:ff:a4:0e:ef:d5
|
# for client having MAC addr 00:ff:a4:0e:ef:d5
|
||||||
IP=10.10.0.12
|
;IP=10.10.0.12
|
||||||
# you can omit the comments, these are for guidance only
|
# you can omit the comments, these are for guidance only
|
||||||
# Next Server (TFTP Boot Server) and Boot File can be different for this client
|
# Next Server (TFTP Boot Server) and Boot File can be different for this client
|
||||||
;BootFileName=pxelinux.0
|
;BootFileName=pxelinux.0
|
||||||
|
@ -346,10 +346,10 @@ IP=10.10.0.12
|
||||||
# option mac-client-nb-img
|
# option mac-client-nb-img
|
||||||
;238="\opt\isv\boot\image.bin"
|
;238="\opt\isv\boot\image.bin"
|
||||||
|
|
||||||
[00:ff:a4:0e:ef:99]
|
;[00:ff:a4:0e:ef:99]
|
||||||
[ff:00:27:78:7b:01]
|
;[ff:00:27:78:7b:01]
|
||||||
[ff:00:27:78:7b:02]
|
;[ff:00:27:78:7b:02]
|
||||||
[ff:00:27:78:7b:03]
|
;[ff:00:27:78:7b:03]
|
||||||
# Above hosts has no IP specified
|
# Above hosts has no IP specified
|
||||||
# Above hosts will never get an
|
# Above hosts will never get an
|
||||||
# IP, even from Dynamic Ranges
|
# IP, even from Dynamic Ranges
|
||||||
|
|
Loading…
Reference in New Issue