adapted for vlan10 as eth0
This commit is contained in:
parent
3f1945c1ed
commit
422e4d63a8
@ -1,3 +1,3 @@
|
||||
# Or you can specify which interface _not_ to listen on
|
||||
except-interface=eth0.10
|
||||
except-interface=eth0
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
# a lease time. If you have more than one network, you will need to
|
||||
# repeat this for each network on which you want to supply DHCP
|
||||
# service.
|
||||
dhcp-range=192.168.30.50,192.168.30.150,12h
|
||||
dhcp-range=VLAN30,192.168.30.50,192.168.30.150,12h
|
||||
|
||||
dhcp-option=option:router,192.168.30.1
|
||||
dhcp-option=VLAN30,option:router,192.168.30.1
|
||||
|
||||
dhcp-option=option:dns-server,192.168.30.1
|
||||
dhcp-option=VLAN30,option:dns-server,192.168.30.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user