On Sun, 18 Sep 2005, Thaths wrote:

> On 9/18/05, Dr. Sharukh K. R. Pavri. <[EMAIL PROTECTED]> wrote:
> > On Sun, 18 Sep 2005, Thaths wrote:
> > > Are you able to ping any IP address (say, Hathway's DNS) from your
> > > zarus. I have a suspicion that this is a NATting issue. If you are
> > > able to ping, then try tracerouting next. That may or may not work.
> > > Only when you have established that you are able to connect to the
> > > outside world from your Zarus should you think about it being a DNS
> > > problem.
> > No , I cannot ping anything other than the linux box. I even tried
> > disablig the firewall but no luck.
> 
> Your Linux box is not NATting then.
> 
> I see that you were trying to do Masquerading with the line:
> 
> iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
> 
> However, your ifconfig shows that your outgoing interface on your ISP
> side is eth0. Change the above to:
> 
> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
> 
> Thaths

Many thanks, that's got it working. Now I can ping beyond my desktop. I
have given the desktop IP as the gateway. I had to give the IP of eth0 as
the dns on the zaurus. It didn't work when I gave the IP of the desktop as
the dns server at the zaurus' end.

As I said, I am running a caching nameserver on the desktop.

thanks once again,

Sharukh.
-- 
Dr. Sharukh K. R. Pavri.                        Homoeopath, Linuxer.
    Don't drink and drive -- you might hit a bump and spill it.


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to