BIND 10 #430: b10-recurse and address not used for UDP

BIND 10 Development do-not-reply at isc.org
Mon Dec 13 11:34:53 UTC 2010


#430: b10-recurse and address not used for UDP
---------------------------+------------------------------------------------
  Reporter:  jreed         |            Owner:     
      Type:  defect        |           Status:  new
  Priority:  major         |        Milestone:     
 Component:  Unclassified  |         Keywords:     
 Sensitive:  0             |   Estimatedhours:  0  
     Hours:  0             |         Billable:  1  
Totalhours:  0             |         Internal:  0  
---------------------------+------------------------------------------------
 This is in trac327. I didn't check if same problem is for b10-auth yet.

 My configuration is:

 {{{
 {"version": 2, "Recurse": {"forward_addresses": [{"port": 5302, "address":
 "127.0.0.1"}], "listen_on": [{"port": 53, "address": "192.168.1.2"},
 {"port": 53, "address": "127.0.0.1"}]}, "Boss": {"start_auth": false,
 "start_recurse": true}}

 }}}

 But notice b10-recurse is listening on INADDR_ANY for UDP:

 {{{
 root     b10-recurs 4838   5 stream -
 /home/reed/opt/bind10-trac327/var/bind10-devel/msgq_socket
 root     b10-recurs 4838   6 tcp    192.168.1.2.53        *.*
 root     b10-recurs 4838   7 udp    *.53                  *.*
 root     b10-recurs 4838   8 tcp    127.0.0.1.53          *.*
 root     b10-recurs 4838   9 udp    *.53                  *.*
 }}}

 So port is used for the UDP and TCP, but address only used for TCP.

-- 
Ticket URL: <https://bind10.isc.org/ticket/430>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list