Re: Fwd: Re: BIND Server running but not responding

2018-04-18 Thread /dev/rob0
On Wed, Apr 18, 2018 at 04:09:55PM +0100, Admin Hardy wrote: > So sorry about the rndc-key's secret. I think my BIND server is > internal only (no forwarding for 53 in my internet facing router) Your controls are only on 127.0.0.1:953, so port 53 is not involved, and 127.0.0.1 cannot be routed

Fwd: Re: BIND Server running but not responding

2018-04-18 Thread Admin Hardy
I shall be more careful in future to properly check and edit the content of my posting. Thanks again. Forwarded Message Subject: Re: BIND Server running but not responding Date: Wed, 18 Apr 2018 10:08:31 -0400 From: Timothe Litt To: bind-users@lists.isc.org On

Re: BIND Server running but not responding

2018-04-18 Thread wbrown
From: "/dev/rob0" > Your OS denies named the permission to create the UDP socket on which > to listen for queries. > > That means, of course, that you're not able to receive queries. It's > Windows doing this, so you need Windows help. I'm unable to provide > that. Good luck. One thing th

Re: BIND Server running but not responding

2018-04-18 Thread /dev/rob0
On Wed, Apr 18, 2018 at 02:51:32PM +0100, Admin Hardy wrote: > I am requesting resolution for "rota.rotatesting.com" (see below) > > the full http request happens to be > "http://rota.rotatesting.com:8081/mywebapp/"; > > The client software (browser) cannot resolve the name > I downloaded dedicat

Re: BIND Server running but not responding

2018-04-18 Thread Timothe Litt
On 18-Apr-18 09:51, Admin Hardy wrote: > > I would be so grateful of your help in this issue. > > I am running BIND 9 on Windows 7 > Service "ISC BIND" shows as started up > Warren's right.  And change your rndc-key's secret ASAP. Timothe Litt ACM Distinguished Engineer --

Re: BIND Server running but not responding

2018-04-18 Thread Warren Kumari
I'm *really* not a Windows person, but all of the "could not listen on UDP socket: permission denied" log messages strongly imply that BIND is not able to bind() to the socket -- can you try start this with something like Administrator privileges? W On Wed, Apr 18, 2018 at 9:51 AM, Admin Hardy w