Hillel Lubman wrote:
> James Carlson wrote:
> 
>> If you want a combination of the ISP's data and your own (which is how I
>> interpreted the request the first time I read it), then you have to
>> resort to the sort of script hackery I suggested. But a complete
>> override is simple.
> 
> Thanks, but I just want to disable the DNS which comes from ISP completely, 
> and use an alternative one.

Ah, ok.  In that case, the PARAM_IGNORE_LIST is what you want.  See
dhcpagent(1M).

>> point the resolver to 127.0.0.1, and you're in good shape.
> 
> What does it mean exactly?

See named(1M).  It's possible to set up your own name server, and then
use that for resolving DNS queries.  You can then use "nameserver
127.0.0.1" in /etc/resolv.conf.  It's what I do on my system, because I
have a network with multiple systems on it.  Google for "bind named
configuration" if you're interested in pursuing that.

-- 
James Carlson         42.703N 71.076W         <carls...@workingcode.com>
_______________________________________________
networking-discuss mailing list
networking-discuss@opensolaris.org

Reply via email to