diff --git a/config/opendhcp.ini b/config/opendhcp.ini index bb82bf2..189cdd9 100644 --- a/config/opendhcp.ini +++ b/config/opendhcp.ini @@ -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.