/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! 
/* ALSO: Don't quote this header. It makes you look lame :-) */


I'd like to do forwarding port 80, between two PC

Executing:

ipchains -F input; ipchains -F forward; ipchains -F output
ipmasqadm portfw -f
ipmasqadm portfw -a -P tcp -L 192.168.1.1 80 -R 192.168.1.10 80

doesn't work !!!

but executing :

redir --laddr=192.168.1.1 --lport=80 --caddr=192.168.1.10 --cport=80

if works on !!!

Someone could tell me which is "ipmasqadm" problem ????

_______________________________________________
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.

Reply via email to