[luau] PROBLEMS WITH DHCP

Jason Smallwood res0oakj at verizon.net
Sun Jun 2 15:58:00 PDT 2002


Here is my dhcpd.conf


subnet 192.168.0.0 netmask 255.255.255.0 {
     # default gateway
     option routers          192.168.0.1;
     option subnet-mask      255.255.255.0;

     # Customize these DNS Servers
     # (these are for Oahu Verizon DSL)
     option domain-name-servers  2.2.2.1,2.2.2.2,2.2.2.3,2.2.2.4;

     range 192.168.0.2 192.168.0.254;
     default-lease-time 21600;
     max-lease-time 43200;
 }






More information about the LUAU mailing list