On Fri, 29 Jun 2001, KRYPTON wrote:

> 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
> ----------------------------
<sections deleted for brevity>
 
>         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;
> }

your router/gateway has a different network address from your subnet, same
with your DNS server. 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? 

___ eric pareja ([EMAIL PROTECTED]) - "We're all crazy. No one wants to admit it."
\@/ http://gra.ph/~xenos/xenos.pgp | http://plug.linux.org.ph [O/////O]------+
 v  "Even the smallest person can change the course of the future."   / Clue |
      - Lady Galadriel in J.R.R. Tolkien's "The Lord of the Rings"   +-------+

_
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