it's been some years since i last touched ipf, and i'm now tasked with
converting a couple iptables rule chains to ipf (yay). the bad thing
is, one specific (type of) rule is stumping me. i've read and re-read
the faq and howto. probably haven't searched the archives enough (still
browsing), but hopefully it won't be too annoying i post here as well.
here's a few of the iptables rules i'm staring at (yeah, i obfuscated
the public ip):
-A PREROUTING -i eth1 -p tcp -m tcp --dport 10236 -j DNAT
--to-destination 1.2.3.103:443
-A PREROUTING -i eth1 -p tcp -m tcp --dport 10238 -j DNAT
--to-destination 1.2.3.104:443
-A PREROUTING -i eth1 -p tcp -m tcp --dport 10183 -j DNAT
--to-destination 1.2.3.105:443
[...]
is the ipf equivalent obvious to anyone out there?
many thanks,
m