dhcpcd overwrites a number of config files by default. Check "man dhcpcd" and add the appropriate flags to /etc/conf.d/net, then edit your /etc/resolve.conf to add the search domains and name servers.
BillK On Sat, 2005-05-07 at 22:40 -0400, Colin wrote: > I have two nameservers. DHCP detects the second one, but since I have a > computer acting as a gateway instead of the access point, I can't get a > net connection until I edit /etc/resolv.conf. > > I tried chmodding /etc/resolv.conf to 111, but the system re-chmodded it > after a test reboot. So instead I added this to /etc/conf.d/local.start: > echo "nameserver 192.168.0.1" > /etc/resolv.conf > echo "nameserver 192.168.0.254" >> /etc/resolv.conf > > Is there another way? > > -- > Colin > -- William Kenworthy <[EMAIL PROTECTED]> Home! -- [email protected] mailing list

