Hi all,
We got the following problem with named according to some posts on the forum if you comment out the following lines in /etc/named.conf
named should listen on all ip addresses on the server, it does for ipv4 but not for ipv6 bind aint listening on ipv6 adres als i look with nmap i get
So apperently named aint listning on the ipv6 by default.
Any one got an idea on how to fix this or is this in issue in da ?? this is a fresh install from about 2 weeks ago centos 6 64 bit
We got the following problem with named according to some posts on the forum if you comment out the following lines in /etc/named.conf
(is commented out by default)//listen-on port 53 { 127.0.0.1; };
//listen-on-v6 port 53 { ::1; };
named should listen on all ip addresses on the server, it does for ipv4 but not for ipv6 bind aint listening on ipv6 adres als i look with nmap i get
when i change the named.conf and setNmap scan report for 2001:1be8:3f03:480::2:2a0
Host is up (0.00046s latency).
Not shown: 994 closed ports
PORT STATE SERVICE
21/tcp open ftp
80/tcp open http
111/tcp open rpcbind
443/tcp open https
2222/tcp open unknown
Nmap done: 1 IP address (1 host up) scanned in 0.12 seconds
restart named then the result islisten-on-v6 port 53 { ::1; 2001:1be8:3f03:480::2:2a0;};
Starting Nmap 5.21 ( http://nmap.org ) at 2012-02-06 17:39 CET
Nmap scan report for 2001:1be8:3f03:480::2:2a0
Host is up (0.00046s latency).
Not shown: 994 closed ports
PORT STATE SERVICE
21/tcp open ftp
53/tcp open domain
80/tcp open http
111/tcp open rpcbind
443/tcp open https
2222/tcp open unknown
Nmap done: 1 IP address (1 host up) scanned in 0.12 seconds
So apperently named aint listning on the ipv6 by default.
Any one got an idea on how to fix this or is this in issue in da ?? this is a fresh install from about 2 weeks ago centos 6 64 bit