View Single Post
  #3   (View Single Post)  
Old 19th May 2009
cerulean's Avatar
cerulean cerulean is offline
Port Guard
 
Join Date: May 2008
Location: Arizona
Posts: 18
Default

Thanks!

Unfortunately that didn't work. I ended up doing the following which did work:

rdr on $ext_if proto tcp from any to any port 3133 -> 192.168.1.133
pass in on $ext_if inet proto tcp from any to 192.168.1.133 port 3389 flags S/SA keep state

That second rule doesn't seem to make a lot of sense to me (as it is a pass on the external interface, I'd assume port 3133, not port 3389?) but I was able to utilize remote access.
Reply With Quote