View Single Post
  #6   (View Single Post)  
Old 6th December 2010
Monkey Monkey is offline
New User
 
Join Date: Dec 2009
Posts: 7
Default

Quote:
Originally Posted by BSDfan666 View Post
In one of those examples, you define $int_if as hme0 but in the other it's xl1.

Other than that, consider adding another pass rule.. or changing the match rule to a pass.

pass out on $ext_if from !($ext_if) to any nat-to ($ext_if)

...or match+pass:
match out on $ext_if from !($ext_if) to any nat-to ($ext_if)
pass out on $ext_if all

Good luck.
I don't know why but I tried that rule and it worked:

Code:
pass out on $ext_if from !($ext_if) to any nat-to ($ext_if)
Thanks a lot for the help!
Now I will try to add security rules to block access from the outside..
I'm a newbie so it won't be easy...
Reply With Quote