ipfwadm --> iptables, please help
Ingo Ciechowski
ciechowski@cis-computer.com
Fri, 11 Jan 2002 04:44:52 +0100
Hi,
I have no clue how to translate the below ipfwadm statements to iptables :-(
The articles I found through Google didn't cover the rules used...
Is some expert willing to point me into the right direction?
ipfwadm -I -a accept -P tcp -S $remoteNet 1024:65535 -D $pppIP/32
6000:6099 -W ppp0
ipfwadm -O -a accept -P tcp -S $remoteNet 1024:65535 -D $localNet
6000:6099 -W eth0
ipfwadm -I -a accept -P tcp -S $localNet 6000:6099 -D $remoteNet
1024:65535 -W eth0 -k
ipfwadm -F -a accept -P tcp -S $localNet 6000:6099 -D $remoteNet
1024:65535 -W ppp0 -k -m
ipfwadm -O -a accept -P tcp -S $pppIP/32 1024:65535 -D $remoteNet
1024:65535 -W ppp0 -k
Ingo