Re: nameserver problems SOLVED

2001-11-05 Thread Rebecca Dridan
Thanks for all your help people. I eventually managed to get it working. I found I didn't have the reverse in-addr-arpa set up properly for the external IP. Thanks again Bec On Mon, Nov 05, 2001 at 03:41:20PM +0100, martin f krafft wrote: > * Rebecca Dridan <[EMAIL PROTECTED]> [2001.11.05 09:

Re: nameserver problems

2001-11-05 Thread martin f krafft
* Rebecca Dridan <[EMAIL PROTECTED]> [2001.11.05 09:33:28+1100]: > I can connect using ssh to the machine from outside, when I nmap it, it says > port 53 is open and there is nothing in my firewall logs to say anything is > getting blocked. My ISP assure me that they are not blocking port 53. it'

Re: nameserver problems

2001-11-05 Thread j
On Monday 05 November 2001 00:53, Rebecca Dridan wrote: > Is it possible that bind is only listening on one interface? nope, unless you told him to do so. named.conf listen-on port 53 {ip.numbers.of.net.devices ;127.0.0.1;}; I have query-source disabled. //query-source address *

Re: nameserver problems

2001-11-04 Thread nate
Rebecca Dridan said: > home to query this server to test it, I get connection timed out, > no servers found. you runing NAT or is the DNS on a real ip address? if NAT is the port(s) forwarded in? if the firewall is restrictive (e.g. default deny) then i reccomend configuring bind to use port 53 f

Re: nameserver problems

2001-11-04 Thread Rebecca Dridan
On Mon, Nov 05, 2001 at 12:25:15AM +0100, j wrote: > On Sunday 04 November 2001 23:33, Rebecca Dridan wrote: > > > I can connect using ssh to the machine from outside, when I nmap it, it > > says port 53 is open > > did you run the portscan from the Internet ? > try ... nmap -p 53 -sU -P0 I get

Re: nameserver problems

2001-11-04 Thread j
On Sunday 04 November 2001 23:33, Rebecca Dridan wrote: > I can connect using ssh to the machine from outside, when I nmap it, it > says port 53 is open did you run the portscan from the Internet ? try ... nmap -p 53 -sU -P0 Are there any errors in /var/log/daemon.log when starting bind ? > not