Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IP Masquerade and rh7.1



Tony Laszlo wrote:

> I am struggling along with ip-masquerade for the 2.4.x kernel.

modules you need to load are:
ipt_MASQUERADE
iptable_nat
ip_conntrack
ip_tables

After your network device (eth0 in my case) is set up you should do the
following:
echo 1 > /proc/sys/net/ipv4/ip_forward
/sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

B0Ti.

Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links