My initial reaction was the correct one and dnscache must really be
running as an external cache to be accessible to the internal network
(and a local tinydns server, on the contrary, runs on 127.0.0.1).
Therefore one must declare in /etc/dhclient.conf a statement like:

prepend domain-name-servers 192.168.1.254;
I also added in /etc/dhclient.conf:
prepend domain-name mydomain.com;

and as a result my resolv.conf file looks like:

search mydomain.com
nameserver 192.168.1.254

(I tested it, it works...)
It would have been better to be able to get $IP_INTERN and $DOMAINS from
/etc/network.conf to initialize those statements. I have not found the
solution :-(

Jacques



_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to