View Single Post
  #7   (View Single Post)  
Old 19th October 2008
snes-addict's Avatar
snes-addict snes-addict is offline
Real Name: Ken
BSD gamer
 
Join Date: Oct 2008
Location: Minnesota, USA
Posts: 34
Default

I got it working again! Cool, thank you very much, phoenix and ai-danno!

I think it was all in /etc/resolv.conf. The file now reads:
Code:
search domain.actdsltmp
nameserver 205.171.3.26
nameserver 192.168.1.1
lookup file bind
And /etc/resolv.conf.tail is:
Code:
nameserver 192.168.1.1
lookup file bind
Now I only have to figure out how to make my edit to /etc/resolv.conf permanent. I know that, according to the OpenBSD FAQ, /etc/dhclient.conf has something to do with this, but how would I ensure that the old line "nameserver 192.168.0.1" is not re-added on bootup?
Reply With Quote