Displaying 20 results from an estimated 2000 matches similar to: "named & rndc"
2008 May 05
2
httpd reverse proxy
I am trying to figure this out and I always seem to have trouble
configuring apache to do more than basic stuff...
I have a web server that has several cnames assigned to it.
I want srv1.tobyhouse.com to be served by apache.
I want to proxy connections to www.tobyhouse.com to cms.tobyhouse.com
(different system)
If I do this...
<VirtualHost www.tobyhouse.com:*>
ProxyPass /
2009 Nov 25
7
rndc start fails with "rndc: connect failed: connection refused"
CentOS 4.8, BIND 9.2.4
Hi All:
I have a rather annoying problem with rndc which I have not been able
to resolve despite much searching and many attempts to correct. When
making changes to our DNS entries I have tried to use the following
procedures:
1. Flush the cache buffers:
rndc flush
2. Stop named:
rndc stop
3. Delete the journal files:
rm *.jnl
4. Edit the forward and/or
2016 Apr 28
3
RNDC errors using SAMBA_INTERNAL_DNS
Hi all,
I've set up a simple domain using Samba 4.4.2 from source under Ubuntu
16.04.
I accepted the usual defaults and basically followed wiki.samba.org to
the letter. The main thing is I'm using Samba's internal DNS and not
Bind (Bind is not even installed on the system).
In the log.samba file on the first DC I kept getting this:
[2016/04/28 17:01:02.716292, 0]
2016 Apr 28
2
RNDC errors using SAMBA_INTERNAL_DNS
On 4/28/2016 1:05 PM, Rowland penny wrote:
> On 28/04/16 17:21, Wayne Merricks wrote:
>> Hi all,
>>
>> I've set up a simple domain using Samba 4.4.2 from source under
>> Ubuntu 16.04.
>>
>> I accepted the usual defaults and basically followed wiki.samba.org
>> to the letter. The main thing is I'm using Samba's internal DNS and
>>
2006 Nov 18
1
Bind problem - rndc key (after update?)
Hi list,
here is what happened:
today I noticed some resolution's problems on my network. I did a
"service named status" and here was the output:
# /etc/init.d/named status
rndc: connection to remote host closed
This may indicate that the remote server is using an older version of
the command protocol, this host is not authorized to connect,
or the key is invalid.
In the
2008 Jun 20
2
rndc: connect failed: 127.0.0.1#953: connection refuse
hi
wile i am running the command rndc reload
i am getting the error
rndc: connect failed: 127.0.0.1#953: connection refuse
any one can suggest where i am doing wrong
this is my rndc.conf
key "rndckey" {
algorithm hmac-md5;
secret "fKZfrqGy9VOPOLA3pgDACA==";
};
options {
default-key "rndckey";
default-server 127.0.0.1;
2009 Mar 17
3
rndc: connect failed: 127.0.0.1#953: connection refused
My BIND9.6.0 on FreeBSD 6.2 works fine when I manually start with:
root@ns2# named -4 -S 1024 -c /etc/namedb/named.conf
But it won't start on boot and no error messages or log. And it won't start using rndc, it cause error message. Why does the error shows port 953 when I specified for port 53 in the config?
rndc: connect failed: 127.0.0.1#953: connection refused
Below are
2014 Sep 21
1
rndc permission denied
Hi, h when I have the following problem with rndc:
[root at centos7 ~]# rndc recursing and
rndc: 'recursing' failed: permission denied
SELinux is disables:
named.conf config file is:
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See
2011 Oct 04
1
rndc: connect failed:
How could I solve following error
when i configure samba 4 it gives
rndc: connect failed: 127.0.0.1#953: connection refused
rndc: connect failed: 127.0.0.1#953: connection refused
2007 Apr 24
5
Centos 5 where is rndc.conf and named.conf?
In /var/named/chroot/etc there is no rndc.conf or named.conf.
Where are they? Webmin built a named.conf, but it is missing many of
the 'default' entries. And it did not set up the symbolic link to /etc
I am trying to follow instructions at:
http://www.wains.be/index.php/2007/02/04/centos-chroot-dns-with-bind/
2017 Jan 13
2
Why is S4 attempting to execute rndc when using *INTERNAL* DNS?
My AD domain (SerNET S4 4.5.3) using S4's internal DNS, and always
has. So why is it now constantly logging an error of -
[2017/01/13 12:53:00.152754, 0]
../lib/util/util_runcmd.c:316(samba_runcmd_io_handler)
/usr/sbin/rndc: Failed to exec child - No such file or directory
- after attempting to add a 2008R2 DC. I do not recall seeing this
error previously [not prior to
2006 Apr 11
1
strange issue with bind
CentOS 4.3 - running bind chroot
I have similar set up at various clients but none have this problem...
# service named restart
Stopping named:
named: already running
[root at srv1 ~]# tail -n 2 /var/log/messages
apache
Apr 10 20:10:52 srv1 named[4345]: invalid command from 127.0.0.1#33546:
bad auth
Apr 10 20:10:52 srv1 named[4345]: invalid command from 127.0.0.1#33547:
bad auth
Where does
2017 Jan 13
1
Why is S4 attempting to execute rndc when using *INTERNAL* DNS?
On Sat, 2017-01-14 at 07:31 +1300, Andrew Bartlett wrote:
> On Fri, 2017-01-13 at 13:07 -0500, Adam Tauno Williams via samba
> wrote:
> > My AD domain (SerNET S4 4.5.3) using S4's internal DNS, and always
> > has. So why is it now constantly logging an error of -
> > [2017/01/13 12:53:00.152754, 0]
> > ../lib/util/util_runcmd.c:316(samba_runcmd_io_handler)
2017 Jan 12
2
Problems with bind9_dlz when rndc is reloaded
Using your log parameters, the shutting down message is not showed, but when I reload rndc a get the same effect. Everything is working fine until bond9_dlz needs to reload (and no restart) rndc. When this happens, I need to restart bind and everything works fine again.
I'm starting named with named -d 3 -u named and using /var/log/messages.
See log using your parameters:
# rndc reload
2017 Jan 12
2
Problems with bind9_dlz when rndc is reloaded
Mathias,
Thanks for your reply.
Please, try to start your bind with some debug level and run commando "rndc reload" and see the end of the log. I saw samba source code and found the destroy dns function in dlz_bind9.c and called by turture blz_bind9.c.
When dlz_bind9.c is shutting down, I get this error when I try to update dns.
update failed: NOTAUTH Failed nsupdate: 2
2017 Jan 27
2
Problems with bind9_dlz when rndc is reloaded
Hello!
After updating (only one dc) for samba 4.5.3 is occurring duplicate zone
errors, when I run rndc reload
Samba_dlz: Ignoring duplicate zone
This replied to all my dcs ...
When I run:
Samba_dnsupdate --verbose --all-names
I get the error
Update failed: NOTAUTH
....
....
Update failed: NOTAUTH
Failed nsupdate: 2
Failed update of 21 entries
Like this topic to have reference to this,
2016 Apr 28
0
RNDC errors using SAMBA_INTERNAL_DNS
On 28/04/16 17:21, Wayne Merricks wrote:
> Hi all,
>
> I've set up a simple domain using Samba 4.4.2 from source under Ubuntu
> 16.04.
>
> I accepted the usual defaults and basically followed wiki.samba.org to
> the letter. The main thing is I'm using Samba's internal DNS and not
> Bind (Bind is not even installed on the system).
>
> In the log.samba
2016 Apr 29
0
RNDC errors using SAMBA_INTERNAL_DNS
Hi,
I installed the dependencies direct from the Debian/Ubuntu pre-reqs on
the samba wiki here:
https://wiki.samba.org/index.php/Operating_system_requirements/Dependencies_-_Libraries_and_programs#Debian_.2F_Ubuntu
Then just a straight forward configure with no options as per this page:
https://wiki.samba.org/index.php/Build_Samba_from_source
Everything seems to work it (joining domains,
2008 Jun 20
1
rndc: connect failed: 127.0.0.1#953: connection refused
hi
wile i am running the command rndc reload
i am getting the error
rndc: connect failed: 127.0.0.1#953: connection refuse
any one can suggest where i am doing wrong
this is my rndc.conf
key "rndckey" {
algorithm hmac-md5;
secret "fKZfrqGy9VOPOLA3pgDACA==";
};
options {
default-key "rndckey";
default-server 127.0.0.1;
2017 Jan 10
3
Problems with bind9_dlz when rndc is reloaded
Hi guys,
I'm facing a problems with samba4 + bind9_dlz that consuming my time for several days.
Everything is working fine until samba4 need to update dns when I'm work with more than one DC server. When samba (or bind) need to reload all zones, the module bind9_dlz is shutting down and then all my environment stops and I need to restart the bind to up again.
See my log:
...
Jan