[KLUG Members] Port forwarding

Dan Downs members@kalamazoolinux.org
Thu, 27 Jun 2002 17:35:58 -0400


Ok, got it to work, thanks a lot! There were a few changes though, noted
below.

> ipmasqadm portfw -d -P tcp -L 206.114.45.106 22 -R 192.168.1.164 22

ipmasqadm portfw -a -P tcp -L 206.114.45.106 22 -R 192.168.1.164 22
The -d deletes the forward

>  ipchains -I input -p udp -s 0/0 -d 206.114.45.106/32 22 -j ACCEPT
ipchains complained about the -l, but -A made it work


Thanks again,
Dan Downs