<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
sorry about that. I don't normally use these options But it's <br>
<br>
dig @146.6.211.1 +tcp arlut.utexas.edu<br>
dig @146.6.211.1 +notcp arlut.utexas.edu<br>
<br>
But UDP is default and the second query should have been transmitted
using UDP. The end result is that you have TCP and UDP port 53 openned
properly in the firewalls between the two sites. BTW, zone transfers
are done using TCP because of their size. Small queries try to use UDP
first.<br>
<br>
This is starting to sound more like the master is not allowing your
site to get a zone transfer. That is an ACL issue for the master site.<br>
<br>
Lyle Giese<br>
LCR Computer Services, Inc.<br>
<br>
Jay G. Scott wrote:
<blockquote cite="mid:20110110205229.GA18937@jgs.arlut.utexas.edu"
type="cite">
<pre wrap="">On Mon, Jan 10, 2011 at 12:52:16PM -0600, Lyle Giese wrote:
[snip]
</pre>
<blockquote type="cite">
<pre wrap="">Jay
Please do the following two queries from the secondary server and show
us the results:
dig @146.6.211.1 +tcp arlut.utexas.edu
dig @146.6.211.1 -tcp arlut.utexas.edu
Lyle Giese
LCR Computer Services, Inc.
</pre>
</blockquote>
<pre wrap=""><!---->
okay. but it doesn't seem to like -tcp as an arg.
thanks for helping.
[root@ns5 ~]# dig @146.6.211.1 +tcp arlut.utexas.edu
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> @146.6.211.1 +tcp arlut.utexas.edu
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15938
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;arlut.utexas.edu. IN A
;; AUTHORITY SECTION:
arlut.utexas.edu. 300 IN SOA csdsun9.arlut.utexas.edu. root.arlut.utexas.edu. 2011011010 10800 600 604800 300
;; Query time: 0 msec
;; SERVER: 146.6.211.1#53(146.6.211.1)
;; WHEN: Mon Jan 10 14:49:55 2011
;; MSG SIZE rcvd: 83
-----------------------
[root@ns5 ~]# dig @146.6.211.1 -tcp arlut.utexas.edu
;; Warning, ignoring invalid type cp
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> @146.6.211.1 -tcp arlut.utexas.edu
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23674
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;arlut.utexas.edu. IN A
;; AUTHORITY SECTION:
arlut.utexas.edu. 300 IN SOA csdsun9.arlut.utexas.edu. root.arlut.utexas.edu. 2011011010 10800 600 604800 300
;; Query time: 0 msec
;; SERVER: 146.6.211.1#53(146.6.211.1)
;; WHEN: Mon Jan 10 14:50:27 2011
;; MSG SIZE rcvd: 83
</pre>
</blockquote>
<br>
</body>
</html>