> > ----------------------------
> <sections deleted for brevity>
>
> > option subnet-mask 255.255.0.0;
> > option broadcast-address 172.16.255.255;
> > option routers 210.16.21.134; <---------------------I just
assume that the gateway must be the DHCP server itself
> > option domain-name-servers 210.16.21.130;
> > option domain-name "lsgh.edu.ph";
> >
> > subnet 172.16.0.0 netmask 255.255.0.0 {
> > range 172.16.1.10 172.16.1.100;
> > range 172.16.1.150 172.16.1.200;
> > }
>
> your router/gateway has a different network address from your subnet, same
> with your DNS server.
does the DNS and DHCP server must be in the same box???
how are the 172.16.0.0 nodes supposed to talk to
> them? do they have an IP address in the 172.16.0.0 network as well?
just for info on my config files...
DEVICE=eth0
BROADCAST=210.16.21.143
IPADDR=210.16.21.134
NETMASK=255.255.255.248
NETWORK=210.16.21.128
ONBOOT=yes
BOOTPROTO=none
DEVICE=eth1
IPADDR=172.16.0.1
NETMASK=255.255.0.0
NETWORK=172.16.0.0
BROADCAST=172.16.255.255
ONBOOT=yes
GATEWAY=210.16.21.134
GATEWAYDEV=eth0
BOOTPROTO=none
thanks
supers
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
To subscribe to the Linux Newbies' List: send "subscribe" in the body to
[EMAIL PROTECTED]