> 2) Add a prepend statement to dhclient.conf:
>   prepend domain-name-servers 127.0.0.1;
>
> This *should* use the local dnscache to resolve names, falling back to
the
> DNS server(s) provided by the ISP if local resolution fails, and keeps
> everything standard but the dhclient configuration file, which is
where such
> things are supposed to be set.
Charles: I think your suggestion is great. I "hacked" the
dhclient-script file because it was a quick way to fix my pb at a time
where I was not too familiar with dhclient. If you can keep dhclient and
corresponding script "as is" it's much better.
But I think you should put:
prepend domain-name-servers 192.168.1.254;
since dnscache is running here as an external cache for your internal
network. 127.0.0.1 would allow dnscache to run only for your LRP box :-)
Jacques


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

Reply via email to