On 09/26/2009 11:11 PM, David Juhl wrote:
What do I put in the /etc/conf.d/net to specify name servers?  I can't
seem to modify the /etc/resolv.conf and get it to sick at boot.

Depends on how you connect. If you're behind a router/gateway device that does NAT (this includes most "DSL modems"), you use the device's IP as nameserver in /etc/resolv.conf as well as routes_ethN in /etc/conf.d/net. For example, if your router's IP is 192.168.1.1, you use this in /etc/resolv.conf:

  nameserver 192.168.1.1

And this in /etc/conf.d/net:

  routes_eth0="default via 192.168.1.1"


Reply via email to