Thread: port fowarding
View Single Post
  #1   (View Single Post)  
Old 11th October 2010
frenchface frenchface is offline
New User
 
Join Date: Oct 2010
Posts: 1
Default port fowarding

So I want to forward port 22 from my wan (xl3) to my lan (xl0). The client computer i want to forward is 192.168.253.10

Code:
pass in log from xl3 proto tcp from any to any port 22 rdr-to 192.168.253.10 port 22
But thats not enough, if I do tcpdump on the client I do see the request however it will not connect.

I did see something about match command. Is that something that I need to do?
Reply With Quote