dhcp3 help

Jeff Henline henlij2 at gmail.com
Fri Feb 24 03:55:58 UTC 2006


I'm hoping someone can point me in the right direction in getting a problem
fixed with dhcp3.  I think I have it set up correctly, for the most part.  I
have two nics, eth0 (wan) and eth1 (internal).

The settings for eth0 are set to: dhcp
The settingg for eth1 are set to: manual: 192.168.0.1, subnet mask:
255.255.255.0, gateway address: EMPTY

I have internet on the server and eth1 is serving addresses starting at
192.168.0.200 to clients on the network.  The problem is that clients are
unable to reach the outside world.  But again, they are getting IP addresses
from the server.  The server also starts and stops without errors.

Any help would be much appreciated!

Here is what I have in /etc/default/dhcp3-server

INTERFACES="eth1"

and here is what I have in /etc/dhcp3/dhcpd.conf

# A slightly different configuration for an internal subnet.
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.100 192.168.0.200;
option domain-name-servers 202.188.0.133, 202.188.1.5;
option domain-name "mydomain.com";
option routers 192.168.0.1;
option broadcast-address 192.168.0.255;
default-lease-time 600;
max-lease-time 7200;
}

Thanks again

Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20060223/c89e3998/attachment.html>


More information about the ubuntu-users mailing list