> By-the-by, if I want to `prepend domain-name-servers', how do I prepend > more than one? Like this? > > "127.0.0.1 192.168.1.254"
I believe you seperate additional DNS servers with commas, so you want something like: prepend domain-name-servers "127.0.0.1, 192.168.1.254"; but the dhclient program will barf at you if you get the configuration format wrong. Just try it and verify your /etc/resolv.conf contents. Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
