KRYPTON wrote:
> 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]
if you don't have a firewall host or something that connects your local network to the
Internet, I suggest you make
your DHCP server to MASQ / NAT your local network, try making your DHCP server as the
router / gateway of your LAN.
HTH
--
Intel: where Quality is job number 0.9998782345!
_
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]