HEADS UP: named now runs chroot'ed by default
    Dag-Erling Smørgrav 
    des at des.no
       
    Wed Sep 29 03:12:19 PDT 2004
    
    
  
Gregory Neil Shapiro <gshapiro at freebsd.org> writes:
> If someone does so, please make it optional as jails don't support
> IPv6 yet and BIND 9 does.
...badly.  it will use IPv6 when recursing, but doesn't seem to want
to listen for IPv6 requests:
des at dma ~% sockstat -l | grep named
bind     named      5139  20 udp4   10.0.0.10:53          *:*
bind     named      5139  21 tcp4   10.0.0.10:53          *:*
bind     named      5139  22 udp4   127.0.0.1:53          *:*
bind     named      5139  23 tcp4   127.0.0.1:53          *:*
bind     named      5139  24 udp4   *:50632               *:*
bind     named      5139  25 udp6   *:50633               *:*
bind     named      5139  26 tcp4   127.0.0.1:953         *:*
bind     named      5139  27 tcp6   ::1:953               *:*
des at dma ~% dig @::1 . ns
; <<>> DiG 9.3.0 <<>> @::1 . ns
;; global options:  printcmd
;; connection timed out; no servers could be reached
DES
-- 
Dag-Erling Smørgrav - des at des.no
    
    
More information about the freebsd-current
mailing list