query-source to all

2009-08-10 Thread Nelson Serafica
Is it possible to set query-source to all? I'm using AMAZON EC2 and I want to setup a DNS Server. I just notice it was 
bind to private ip address. Since the public ip address was not on the OS ( probably a NAT define by AMAZON), I cannot 
connect to it even just a telnet. When I do netstat:


tcp0  0 10.252.178.180:53   0.0.0.0:*   
LISTEN  28428/named
tcp0  0 127.0.0.1:530.0.0.0:*   
LISTEN  28428/named
tcp0  0 127.0.0.1:953   0.0.0.0:*   
LISTEN  28428/named
udp0  0 10.252.178.180:53   0.0.0.0:*   
28428/named
udp0  0 127.0.0.1:530.0.0.0:*   
28428/named

However, when I do nmap to the public ip, port 53 was not open. I already open port 53 TCP and UDP but still to no 
avail. I did query-source all port *; on named.conf but still keep on listening to 10.252.178.180. My suspect is it 
keeps on listening to 10.252.178.180 that's why I cannot connect to it.


I'm using bind-9.5.0-P2.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: query-source to all

2009-08-10 Thread Nelson Serafica

Problem solved. It was misconfigured on the AMAZON EC2. I have no access to it 
so I have to wait for the manager.


Nelson

Cathy Almond wrote:

Nelson Serafica wrote:

Is it possible to set query-source to all? I'm using AMAZON EC2 and I
want to setup a DNS Server. I just notice it was bind to private ip
address. Since the public ip address was not on the OS ( probably a NAT
define by AMAZON), I cannot connect to it even just a telnet. When I do

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users