/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting!
/* ALSO: Don't quote this header. It makes you look lame :-) */
This might be the wrong list, but ---
I have a 2.4.3 kernel running just fine with the following masq rule set:
echo "1" > /proc/sys/net/ipv4/ip_forward
modprobe iptable_nat
/usr/local/bin/iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
weak set, i know. I would like to do 2 things:
A) (most important) i want to forward a particular port to a machine and
port on a machine behind the MASQ (on my local LAN). A straight telnet
session is what im looking to forward.
MASQ BOX
|-------------| |---------------|
incoming telnet --> | 10.0.0.100 | -- forwarded --> | 192.168.1.102 |
|-------------| |---------------|
A diagram wasnt really needed, but i wanted to try my hand at ascii art. :)
B) juice up my MASQ script. Where can i find the latest verion of a HOWTO or
something? http://www.asgardsrealm.net/linux/firewall ??? or where can i
find the latest Trinity? i keep losing the damn URL.
Thanks a mil guys!
_______________________________________________
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.