On Sat, Sep 27, 2003 at 03:17:50PM +0000, Tux the turtle wrote: > hi there - i'm quite confused. > setting up a local network (ip area 10.151.0.*) with a server used to connect > to the internet I can ping www.google.de from the server but not from a > client (host not found). A ping to the nameservers ip run from the clients > works - so it seems to be a forwarding problem. The server uses iptables/nat > with a (yet) primitive rule set which is > iptables -t nat -A POSTROUTING -o ippp0 -s 10.151.0.0/24 -j MASQUERADE > iptables -A FORWARD -i ippp0 -d 10.151.0.0/24 -j ACCEPT > > ip forwarding is enabled setting the related entry in /etc/conf.d/iptables to > yes. > > I know this worked with my last server so I'm quite shure I've forgotten > something (stupid...)
I'm trying to do a similar thing however I can't ping anything from the client, I can ssh into the server via ip address but not hostname. Cheers Adam -- [EMAIL PROTECTED] mailing list
