Good day to all Gurus!

I got half of my work on making a DHCP Server on Linux (I think so....)
when i tried it on my workstation it automatically got its IP from the
server,
the only problem I enconterd was so far was, the workstation can't connect
to the internet.

Here is my dhcpd.conf
----------------------------

server-identifier gsb.lsgh.edu.ph;
default-lease-time 43200;
max-lease-time 86400;

        option subnet-mask 255.255.0.0;
        option broadcast-address 172.16.255.255;
        option routers 210.16.21.134;
        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;
}

distro: REDHAT 6.2


please advice
thanks
SUPERMAN



_
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]

Reply via email to