This is a discussion on Re: Port 53 Forwarding. within the Bind Users forums, part of the DNS and Related Forums category; In article <bfh8ro$1cfe$1@sf1.isc.org>, sams <sams@freeddns.org> wrote: >I made ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In article <bfh8ro$1cfe$1@sf1.isc.org>, sams <sams@freeddns.org> wrote:
>I made a port 53 forwarding from my firewall to my internal DNS Bind >server. However when I tested from outside firewall with dig tool it didnt >work. The same command works inside the network, which confirms the DNS >Bind Server is working accordingly. > >Now my question is, is ISC Bind server users Port 53 or other? I didnt >change anything while install Bind and Does it use UDP or TCP? Yes, it uses port 53 unless you override this in a listen-on option. It listens on both UDP and TCP; normally, queries use UDP and zone transfers use TCP. -- Barry Margolin, barry.margolin@level3.com Level(3), Woburn, MA *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups. Please DON'T copy followups to me -- I'll assume it wasn't posted to the group. |