View Single Post
  #4   (View Single Post)  
Old 11th July 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

You could use tcpdump to look at the DNS traffic passing through your FreeBSD box
Code:
# tcpdump -nvv -i  vr0 -s512  port domain
You also can run two instances of tcpdump: first one for the outside interface vr0 and second one for the internal interface em0
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote