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
-- [email protected] mailing list

