OCT 更新DHCP Server配置
This commit is contained in:
parent
627c7b34a4
commit
09b91fc3fb
|
@ -13,6 +13,7 @@
|
|||
# upto 125 interfaces can be specified
|
||||
# Default is All static Interfaces
|
||||
192.168.30.1
|
||||
192.168.100.1
|
||||
|
||||
|
||||
[LOGGING]
|
||||
|
@ -48,6 +49,8 @@ HTTPServer=192.168.30.1:6789
|
|||
# Clients can access the HTTP Interface
|
||||
HTTPClient=192.168.30.1
|
||||
HTTPClient=192.168.30.110
|
||||
HTTPClient=192.168.100.1
|
||||
HTTPClient=192.168.100.110
|
||||
;HTTPClient=192.168.23.123
|
||||
# You can also change the title of html page
|
||||
;HTTPTitle=This is Custom Title
|
||||
|
@ -119,6 +122,16 @@ Router=192.168.30.1
|
|||
# Lease Time can be different for this Range
|
||||
;AddressTime=360
|
||||
|
||||
[RANGE_SET]
|
||||
DHCPRange=192.168.100.110-192.168.100.200
|
||||
;DHCPRange=192.168.5.1-192.168.5.254
|
||||
# Following are range specific DHCP options.
|
||||
# You can copy more options names from [GLOBAL_OPTIONS]
|
||||
SubnetMask=255.255.255.0
|
||||
DomainServer=114.114.114.114,8.8.8.8
|
||||
#Router is default gateway
|
||||
Router=192.168.100.1
|
||||
|
||||
[RANGE_SET]
|
||||
# This section is also simple [RANGE_SET] section
|
||||
# Here the options are specified as flat options.
|
||||
|
|
Loading…
Reference in New Issue