Browse Source

easy test drive using loopback

master
Thomas Lotterer 23 years ago committed by Ralf S. Engelschall
parent
commit
3d818b5552
  1. 4
      dhcpd/dhcpd.conf

4
dhcpd/dhcpd.conf

@ -15,6 +15,10 @@ option freebsd-swappath code 128 = text;
option freebsd-rootopts code 130 = text;
option freebsd-swapopts code 131 = text;
# Test drive using loopback
subnet 127.0.0.0 netmask 255.0.0.0 {
}
# Define a particular sample subnet
subnet 192.168.1.0 netmask 255.255.255.0 {

Loading…
Cancel
Save