/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */ Hi, Please I'm trying to redirect all traffic to an internal machine 192.168.1.2 port 8080 using my Linux as a firewall. I just configure ipchains to masq all internal traffic and it's ok, now I insert this commands and nothing works. ipchains -I input -p tcp -y -d 200.200.60.226/32 8080 -m 1 ipmasqadm mfw -I -m 1 -r 192.168.1.2 8080 The add 200.200.60.226 is the external ip of Linux firewall. Any tip? Paulo. _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
