View Single Post
  #8   (View Single Post)  
Old 15th May 2009
s0xxx's Avatar
s0xxx s0xxx is offline
Package Pilot
 
Join Date: May 2008
Posts: 192
Default

You are only passing TCP packets, but not UDP, which are needed by say DNS or DHCP. So when you try to resolve IP address of google.com your pf is blocking those packets from exiting your box. Try with IP address in browser, or put a log word in the block rule, reload config and start tcpdump on pflog to see the blocked packets.
__________________
The best way to learn UNIX is to play with it, and the harder you play, the more you learn.
If you play hard enough, you'll break something for sure, and having to fix a badly broken system is arguably the fastest way of all to learn. -Michael Lucas, AbsoluteBSD
Reply With Quote