This is a discussion on Re: DHCP server problems within the Linux Operating System forums, part of the Unix Operating Systems category; --> On Tue, 01 Jul 2003 14:45:29 -0700, Bob Law <blaw@mkisserve.com> wrote: >I am trying to run a network that ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Tue, 01 Jul 2003 14:45:29 -0700, Bob Law <blaw@mkisserve.com> wrote: >I am trying to run a network that is also connected to the internet via >DSL. I would like to have the internal machines that are running >Windows use dhcp to get their IP address. My dhcpd.conf file looks like >this: > > >default-lease-time 600; >max-lease-time 7200; >option subnet-mask 255.255.255.0; >option broadcast-address 172.20.0.255; >option routers 192.20.0.1; >option netbios-name-servers 172.20.0.1; >option domain-name-servers 172.20.0.3, 172.20.0.4 > > >subnet 172.20.0.0 netmask 255.255.255.0 { > range 172.20.0.70 172.20.0.90; >} > >When I run dhcpd eth1 -d -f (eth1) is the nic for the internal >network), the windows machines get their bogus ip address. I know that >the network is working because if I give the windows machines static ip >address in the 172.20.0. range they work. > >Can you tell me what is wrong? What Have I missed? Your router is on a different subnet. Do you have a route defined to it? Rich Piotrowski To E-mail use: rpiotro(at)wi(dot)rr(dot)com |