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
-- 
"Facts are meaningless. You could use facts to prove anything that's even 
                       remotely true!"  -- Homer J. Simpson


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