/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting!
/* ALSO: Don't quote this header. It makes you look lame :-) */
Hi Greg,
I'm certainly not as qualified as some on the list, but here's a shot:
Your syntax is close, but not exact. What you want is something more like:
ipchains -A input -p tcp -s 0.0.0.0/0 -d $MY_EXT_IP 80 -j ACCEPT
(Only if you have denied everything to start with)
Then:
ipmasqadm portfw -a -P tcp -L $MY_EXT_IP 80 -R 10.10.10.15 80
(where $MY_EXT_IP is your DSL connection IP, of course)
Bob
_______________________________________________
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.