DNS Server on UDP and TCP
|
|
Article ID: 18356
Last updated: 27 Jan, 2009
|
|
|
|
Views: 357
|
|
Posted: 22 Jan, 2009
by: Tech Pubs S.
Updated: 27 Jan, 2009
by: Tech Pubs S.
|
|
DNS Server on UDP and TCP |
|
| This script is Copyright (C) 2005-2009 Tenable Network Security, Inc. |
|
|
| Family | DNS |
| Plugin ID | 18356 |
| Bugtraq ID |
|
| CVE ID |
|
|
| Description: |
Synopsis :
The remote DNS server is not RFC1035 compliant.
Description :
A DNS server is running on this port but it only answers to UDP
requests. This means that TCP requests are blocked by a firewall.
This configuration is not RFC-compliant. Contrary to common belief,
TCP transport is not restricted to zone transfers (AXFR) :
- answers bigger than 512 bytes are always transmitted
over TCP.
- for all other requests, UDP is only preferred for
performance reasons. i.e. RFC1035 (STD0013) does not
forbid a DNS client from issuing its queries directly
over TCP.
See also :
http://www.faqs.org/rfcs/rfc1035.html
Solution :
If you are sure that the DNS server will never return answers bigger
than 512 bytes and that the client software prefers UDP (which is
nearly certain), you may ignore this message.
Risk factor :
None |
|