View Single Post
  #2   (View Single Post)  
Old 10th January 2009
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

What is your PKG_PATH? Please post the output of:
Code:
$ echo $PKG_PATH
Your nameserver probably is your router. You could try to change your /etc/resolv.conf into
Code:
# nameserver 192.168.1.1
nameserver 208.67.222.222
nameserver 208.67.220.220
These are the OpenDNS nameservers.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump

Last edited by J65nko; 11th January 2009 at 02:03 AM. Reason: Use 'echo' instead of 'cat'. Thanks, jggimi ;)
Reply With Quote