[Techtalk] Linux gateway + DHCP server setup?

Hamster hamster at hamsternet.org
Thu Apr 3 02:16:54 EST 2003


Hi,

I found another problem

> 	eth0 - Uses DHCP to connect to the ISP
> 	eth1 - Uses static IP address (10.10.10.10)

> 
> subnet 10.10.10.0 netmask 255.255.255.0 {
>   range 10.10.10.1 10.10.10.75;
>   option broadcast-address 10.10.10.255;
>   option routers dns.test-lan.home.com;
> }


You've included the static ip address of eth1 in your range.

Your range needs to look like 10.10.10.11 10.10.10.75

Or however you want to change it so that static ip addresses are
*outside* the dhcp range.

Hamster


More information about the Techtalk mailing list