nanode
12-06-2000, 02:08 AM
I recently reinstalled Slackware 7.1
I was careful to backup config files and scripts and restored them after reinstalling.
ipchains seems to be working just fine, but I was forwarding 3 ports to another box on my 192.168.0.x subnet.
ipmasqadm portfw -a -P tcp -L 206.191.148.186 21 -R 192.168.0.10 21
ipmasqadm portfw -a -P tcp -L 206.191.148.186 2222 -R 192.168.0.10 22
ipmasqadm portfw -a -P tcp -L 206.191.148.186 50542 -R 192.168.0.10 23
portfw seems to be working:
root@stout:~# ipmasqadm portfw -l
prot localaddr rediraddr lport rport pcnt pref
TCP yunt.net ale 50542 telnet 9 10
TCP yunt.net ale 2222 ssh 10 10
TCP yunt.net ale ftp ftp 2 10
FYI: ipchains is NOT filtering those ports at all and there are no services running on the firewall box at those ports.
Why would this stop working like it did?
Thanks
I was careful to backup config files and scripts and restored them after reinstalling.
ipchains seems to be working just fine, but I was forwarding 3 ports to another box on my 192.168.0.x subnet.
ipmasqadm portfw -a -P tcp -L 206.191.148.186 21 -R 192.168.0.10 21
ipmasqadm portfw -a -P tcp -L 206.191.148.186 2222 -R 192.168.0.10 22
ipmasqadm portfw -a -P tcp -L 206.191.148.186 50542 -R 192.168.0.10 23
portfw seems to be working:
root@stout:~# ipmasqadm portfw -l
prot localaddr rediraddr lport rport pcnt pref
TCP yunt.net ale 50542 telnet 9 10
TCP yunt.net ale 2222 ssh 10 10
TCP yunt.net ale ftp ftp 2 10
FYI: ipchains is NOT filtering those ports at all and there are no services running on the firewall box at those ports.
Why would this stop working like it did?
Thanks