using alternate DNS resolvers - try dnsmasq

John Gerth gerth at graphics.stanford.edu
Fri Jun 7 16:58:10 EDT 2013


The Linux resolver is a global service and can't be configured
by interface or connection.

However depending on what you need you may be able
to get it from "dnsmasq".  This is a handy front-end to the resolver
functionality originally designed for home networks behind NAT firewalls.

Take a look at "dnsmasq -S ..." which lets you point specific domains
at different DNS servers, but you may have to looka at other options as
it sounds like you want to control reverse-lookups.

John Gerth      gerth at graphics.stanford.edu  Gates 378   (650) 725-3273 fax 725-6949

On 6/7/2013 10:26 AM, Carter Bullard wrote:
> Hey David,
> Can we add raservices() labeling to radium()?……. Yes. that is
> really easy to do, but I'll have to code it in (turn it on).
> 
> Not sure how to point our embedded resolver at another server,
> or resolver configuration.  We use getnamebyaddr(), and some
> extensive scheduling logic so that we can be non-blocking
> if we want to be.  If there is a way to get that routine to
> use an alternate resolver, I'll add it.
> 
> Carter
> 
> 
> 
> On Jun 7, 2013, at 12:58 PM, David Edelman <dedelman at iname.com> wrote:
> 
>> Carter,
>>
>> Is there a mechanism for adding raservices labels to a flow record as part
>> of labeling that is done by radium or ralabel?
>>
>> As a separate item, is there a way to point ralabel at a specific DNS
>> resolver which might be different from the one in /etc/resolv.conf ? I
>> suspect that a kludge with chroot might do, but it does sound very ugly.
>>
>> --Dave
>>




More information about the argus mailing list