|
From: Bobble H. <bob...@ho...> - 2006-03-22 09:50:38
|
> > >Under the network card setup for your local LAN, there is a setting >that > > >says "Act as a DHCP server for this subnet" (same screen where you set > > >the IP address for that NIC). You need to turn this setting ON. (and > > >save-config, and reboot). > > > > Thanks Bruce, but I did notice this setting and turned it on, saved and > > rebooted as you said. Any other suggestions. Is there anyway to get info >the > > DHCP service? > >If it's not starting, you might have something mis-configured. > >It seems like the local IP defaults to a different subnet than the DHCP >default range, which would cause the DHCP server NOT to start. (one is >192.168.0 and the other is 192.168.1?) I don't remember the details, >but I'm pretty sure you have to tweak the defaults somewhere. > >I think you can start the DHCP server manually with the command: > > /etc/init.d/dhcpd start > >It still won't start until you fix whatever is preventing it from >running, but it may provide useful error messages. > >If no errors are displayed, try this: > > sh -x /etc/init.d/dhcpd start > > - BS > Thanks Bruce, it's obvious now, the default IP address for the Local LAN was 192.168.1.254 but the default address range for the DHCP server was 192.168.0.xx, different networks. I have changed the Local LANs IP to 192.168.0.254 and it is now working. Thanks for your help is it much appreciated. _________________________________________________________________ Are you using the latest version of MSN Messenger? Download MSN Messenger 7.5 today! http://join.msn.com/messenger/overview |