Thread: port forwarding
View Single Post
  #9   (View Single Post)  
Old 16th November 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

If you run tcpdump on the external interface do you see the packets coming in on port 55555?
Code:
tcpdump -ni fxp0
You either need a friend to ssh in to your box, or use a free shell account provider like http://silenceisdefeat.org, to ssh in to your box. Remember that the connection really does need to enter the external interface through the internet.

Please read http://openbsd.org/faq/pf/rdr.html#reflect why connections initiated from the local lan will never get redirected
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote