View Single Post
  #9   (View Single Post)  
Old 17th December 2013
capt_cosmo capt_cosmo is offline
New User
 
Join Date: Dec 2013
Posts: 9
Default

Again, thanks for your reply!

The point with the 'quick' rules is simply that this behaviour is more common for me due to iptables.

I wonder why you've been able to connect to the internet from any lan/wlan interface in my setup. Of course I used your commands for getting the output.

Whenever I try to connect to the outside, the following rule prevents me from doing so:

Code:
pflog0 rule 5/(match) block in on vr0: 192.168.0.2 > 8.8.8.8: icmp: echo request (DF)
Code:
@5 block drop log all
  [ Evaluations: 159       Packets: 77        Bytes: 6468        States: 0     ]
  [ Inserted: uid 0 pid 14650 State Creations: 0     ]
When I insert the following rule (that I posted last times) it's working:
Code:
# pass lan -> any
pass in log quick on $if_lan from $if_lan:network
I wonder how you managed to connect to the internet with the rules I posted..

Thank you and greetings
Reply With Quote