Current time: 11-17-2024, 04:52 AM Hello There, Guest! (LoginRegister)


Post Reply 
Bind problem
Author Message
Nuxwin
Unregistered

 
Post: #2
RE: Bind problem
Hello ;

Not worry about that. In my opinion, that is an faulty information. Under Debian, Bind9 listens on all interface normally. See your /etc/named.conf.options for that issue.

Code:
ispcp:/etc/bind# netstat -plunt | grep named
tcp        0      0 192.168.0.130:53        0.0.0.0:*               LISTEN      14391/named    
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      14391/named    
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      14391/named    
tcp6       0      0 :::53                   :::*                    LISTEN      14391/named    
tcp6       0      0 ::1:953                 :::*                    LISTEN      14391/named    
udp        0      0 192.168.0.130:53        0.0.0.0:*                           14391/named    
udp        0      0 127.0.0.1:53            0.0.0.0:*                           14391/named    
udp6       0      0 :::53

Adn After adding a new Ip (192.168.0.140) (from the frontend as admin user), and restarted Bind9 :

Code:
ispcp:/etc/bind# netstat -plunt | grep named
tcp        0      0 192.168.0.140:53        0.0.0.0:*               LISTEN      16649/named    
tcp        0      0 192.168.0.130:53        0.0.0.0:*               LISTEN      16649/named    
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      16649/named    
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      16649/named    
tcp6       0      0 :::53                   :::*                    LISTEN      16649/named    
tcp6       0      0 ::1:953                 :::*                    LISTEN      16649/named    
udp        0      0 192.168.0.140:53        0.0.0.0:*                           16649/named    
udp        0      0 192.168.0.130:53        0.0.0.0:*                           16649/named    
udp        0      0 127.0.0.1:53            0.0.0.0:*                           16649/named    
udp6       0      0 :::53                   :::*                                16649/named

Conclusion : Not worry about that. Wink
11-19-2009 03:23 PM
Quote this message in a reply
Post Reply 


Messages In This Thread
Bind problem - by_maximus - 11-19-2009, 11:32 AM
RE: Bind problem - Nuxwin - 11-19-2009 03:23 PM
RE: Bind problem - by_maximus - 11-24-2009, 09:27 AM
RE: Bind problem - by_maximus - 11-25-2009, 12:32 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)