I have installed Red Hat linux 7.1 using the new 2.4.2-2 kernel on my two
machines. Mine is connected to the internet via NIC to external ADSL modem.
I use Windows ME and Red Hat linux 7.1 Second machine is connected to mine
via second NIC and runs Windows ME and Red Hat linux 7.1 I am using
iptables module and use this line in my rc.local file to get it to work:
# In the NAT table (-t nat), Append a rule (-A) after routing
# (POSTROUTING) for all packets going out ppp0 (-o ppp0) which says to
# MASQUERADE the connection (-j MASQUERADE).
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
(Thanks Dean for help with this)
This works very good for internet on the second machine in Windows or
linux. Problem is that Active FTP does not work on the second machine. Am I
missing something here or can someone give me an idea of how to open up the
machine to allow active FTP connections to be run on the second machine?
Thank you for reading this and for any help you can provide.
Cheers,
--
~Ohmster