Hi,
I have just installed and configured Squid proxy service on Suse
Linux 10.0. It is working fine but I also need to configure NAT so
that my users can download their emails in Outlook. To achieve
that I have added these lines in the "/etc/sysctl.conf"
net.ipv4.ip_forward=1
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables -I FORWARD -i eth1 -o eth0 -j ACCEPT
But still the NAT doesnt work on this server. Please direct me and
thanks in advance.
Amit Ash
Received on Tue Jan 24 2006 - 16:14:50 MST
This archive was generated by hypermail pre-2.1.9 : Wed Feb 01 2006 - 12:00:01 MST