View Single Post
  #7   (View Single Post)  
Old 14th May 2008
alternico alternico is offline
New User
 
Join Date: May 2008
Posts: 4
Default

It's not that you can tell me what are, for each regular following iptables, the rules that match in PF:

Code:
iptables -t nat -A PREROUTING -p tcp -i eth0 --dport pop3 -j REDIRECT --to 8110
iptables -t nat -I OUTPUT -p tcp --dport 110 -j REDIRECT --to 8110
Reply With Quote