On Mon, 10 Mar 2003, CHUNRIMA CHUNRIMA wrote:

> Hi..ALL:
> 
> I have a linux box (Redhat 8.0) with two ethernet cards. eth0 is
> connected to the internet and eth1 is used for local lan connection.
> After running dhcp daemon, everything works fine except for web
> surfing from client side. When I command "ipconfig" in windows
> machine, it got dynamic ip address from dhcp server. but, I cannot
> connect any website such as, www.hotmail.com from windows machine.  
> pls, help me out !!
> 
> /etc/dhcp.conf and my simple firewall file are as follow.
> 
> #/etc/dhcp.conf
> ddns-update-style interim;
> subnet 128.0.0.0 netmask 255.0.0.0 {
>         not authoritative;
> }
> ignore client-updates;
> 
> subnet 192.168.1.0 netmask 255.255.255.0 {
> 
> # --- default gateway
>         option routers                  192.168.1.1;
>         option subnet-mask              255.255.255.0;
>         option nis-domain               "domain.org";
>         option domain-name              "domain.org";
>         option domain-name-servers      192.168.1.1;
>         option time-offset              -18000; # Eastern Standard Time
>         range dynamic-bootp 192.168.1.2 192.168.1.60;
>         default-lease-time 21600;
>         max-lease-time 43200;
> }
> 
Are you running a name server on 192.168.1.1?  If not, that is your 
problem.  You are telling the Windows machine that it should talk to 
192.168.1.1 to resolve host names.  If you are running a name server, 
then make sure it is accepting connections from eth1.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to