[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Resolving DNS names using TCP instead of UDP



On Fri, 6 Feb 2004, Karl Voss wrote:

> Not being a c programmer, is it safe to assume that the changes I made to resolv.h needs to be
> compiled into new code?

Yes.

> If so, how do I do this and what command would I be recompiling?

You would have rebuild all the resolver libraries and any utils/programs
that use them (well, if they are linked statically at least - if you dont
know what that means then dont do it). This is not a simple task and
probably overkill for what you want to do.

> Or am I missing something so totally simple that I'll be knocking my head against the wall?

Why not ask you network administrators to allow port 53 UDP traffic
to/from your host? Or ask them if they have internal DNS servers that you
can use in /etc/resolv.conf (yes that *is* the right file) instead?

Seems silly to mess with header files and rebuilding chunks of the OS
when a better alternative may exist.

-- 
Aj.
Sys. Admin / Developer




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]