Displaying 20 results from an estimated 2000 matches similar to: "Changing from Interal DNS to Bind9"
2011 May 12
2
Realtime - ara180
Hi all,
A week or so down the list, i read that not many people were using
realtime on an Asterisk18, so i had this afternoon a go at it...
[sorry for the inconveneant line-wraps]
First i did:
mysql> create database asterisk;
mysql> grant all on asterisk.* to 'voipadmin'@'localhost' identified by
next i used the info from the wiki:
CREATE TABLE `sip_devices` (
`id`
2011 May 18
1
asterisk18 - realtime/mysql - take 3
Still a couple of questions......
I did configure extconfig.conf
...
;iaxusers => odbc,asterisk
;iaxpeers => odbc,asterisk
;sipusers => odbc,asterisk
sipusers => mysql,asterisk,sip_devices
sippeers => mysql,asterisk,sip_devices
;sippeers => odbc,asterisk
;sipregs => odbc,asterisk
;voicemail => odbc,asterisk
;extensions => odbc,asterisk
;meetme => mysql,general
2008 Oct 30
0
Connection two asterisk via SIP (call forward)
Hi all,
I try to connect two asterisk-server together. There is a server
(obelix) which receives a call. This call should be transfered to
another server.
In my dialplan at obelix I have the following:
exten => 920622201,1,Dial(SIP/outbound:geheim at asterix.local:${EXTEN})
exten => 920622201,n,Hangup
exten => i,1,Congestion
exten => t,1,Congestion
If I call the number 920622201
2008 Nov 22
6
select_month post and params
Hi
why is that not working?
Controller-----------------------------------------------------
def bla
month = params[:month_select]
redirect_to :action => "index"
flash[:error_messages_for] = month.to_s
end
View----------------------------------------------------------
<%form_tag :action => "bla" do %>
<%= select_month(Date.today,
2011 May 19
2
[Fwd: FW: realtime mysql - p4]
Ok, i tried the suggestion:
Instead of:
sippuser => resource, database_name, table_name
sippeer => resource, database_name, table_name
I put in:
sippuser => resource, context, table_name
sippeer => resource, context, table_name
Unfortunately, with the same results.
btw i tried both "general" as "default"
Besids the commands i tried below, isn't there any
2002 Sep 08
2
sambaldap tools
Hi samba admins,
I don?t know is this the right place for my question,
but I can?t find a list for my problem.
I have some trobble to configure the smbldap-tools.
I have download and copy the scripts to /usr/local/sbin.
But a /usr/local/sbin/smbldap-useradd.pl testuser breaks
with this error message:
get_user_dn2: error in ldapsearch :
/usr/bin/ldapsearch -x -h _SLAVELDAP_ -D '_BINDDN_'
2010 Sep 03
1
not succeeding to hide callerid with outbound calls
Hi All,
In my dialplan and standard asterisk CLI logging i see that i am able to restrict the callerid when dialing out with asterisk.
however, on the receiving phone, the callerid is still displayed.
When i increment the logging of the pri with "pri set debug on span 1" on the CLI i also get the lower level debugging info from the pri.
2018 Mar 13
0
Workaround for bind9 reload bug : samba_dlz Ignoring duplicate zone
Ps, just noticed this one also.
Adding this to named.conf.options and in the options { } section
// Dont load empty zones, this can conflict with samba bind_dlz zones.
empty-zones-enable no;
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> L.P.H. van Belle via samba
> Verzonden: dinsdag 13 maart
2018 Aug 15
0
DDNS with bind9 and isc-dhcp-server
On Wed, 15 Aug 2018 22:02:42 +0200
Stefan Kania via samba <samba at lists.samba.org> wrote:
> Hello List, Hello Rowland :-)
> again I'm having problems with the DDNS. I did it as shown in the
> wiki. I took all teh scripts from the wiki the dhcp-dyndns.sh is
> Version: 0.8.9 I configured everything including the failover. When I
> start the two DHCP-Server everything is
2018 Mar 13
1
Workaround for bind9 reload bug : samba_dlz Ignoring duplicate zone
Sorry, Louis,
not all of us use systemd.
> Almost Harry...
>
> For debian Stretch.
# cat /etc/debian_version
buster/sid
# cat /proc/1/cmdline
/sbin/init
You see: good old init. Just a test machine for a scheduled upgrade.
> systemctl cat bind9
> # /lib/systemd/system/bind9.service
> [Unit]
> Description=BIND Domain Name Server
> Documentation=man:named(8)
>
2018 Jan 30
2
Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain
Right, that is the _workaround_. It'd be great to see that documented in
the Wiki.
However, samba_dlz is supposed to support reload, and there has been work
on that file to fix slow reload previously.
I"m currently doing experiments to figure out what is going wrong.
One thing is clear, the messages from samba_dlz is confusing, since it is
actually not "shutting down".
Rather,
2017 Oct 07
0
bind9 and isc-dhcp-Server for dynamic DNS-updates Error
On Sat, 7 Oct 2017 17:51:27 -0400 (CDT)
Siovel Rodríguez Morales <siovel at softel.cu> wrote:
> This is my named.conf
> options {
> directory "/var/cache/bind";
> notify no;
> empty-zones-enable no;
> auth-nxdomain yes;
> listen-on-v6 { none; };
> forwarders {
2018 Mar 13
1
Workaround for bind9 reload bug : samba_dlz Ignoring duplicate zone
Hai Baptiste,
You missed my first message but here it is again. .
systemctl cat bind9
# /lib/systemd/system/bind9.service
[Unit]
Description=BIND Domain Name Server
Documentation=man:named(8)
After=network.target
Wants=nss-lookup.target
Before=nss-lookup.target
[Service]
EnvironmentFile=/etc/default/bind9
ExecStart=/usr/sbin/named -f $OPTIONS
ExecReload=/usr/sbin/rndc reload
2012 Jul 09
3
Samba4 and Bind9
CentOS 6.2, Samba 4.0.0beta3, Bind 9.9.1-P1.
I have a workking Bind9 installation which includes several different zone
files. Foward and reverse lookups work fine.
When I include
include "/usr/local/samba4/private/named.conf";
in the named.conf, named will no longer start:
Jul 9 15:01:47 s6a named[9857]: samba_dlz: started for DN DC=test,DC=cornell,DC=edu
Jul 9 15:01:47 s6a
2018 Oct 15
1
bind9 and samba 4.9.1
Hello,
I have the following problem with my bind9 together with samba 4.9
SerNet. If I start the bind9 I got the following error-message:
---------------
Oct 15 20:35:50 addc2 named[2269]: Loading 'AD DNS Zone' using driver dlopen
Oct 15 20:35:50 addc2 named[2269]: samba_dlz: started for DN
DC=zfd,DC=forumzfd,DC=de
Oct 15 20:35:50 addc2 named[2269]: samba_dlz: starting configure
Oct 15
2019 Aug 13
0
Configure DHCP to update DNS records with BIND9
On 13/08/2019 18:56, jokie74 at webstatics.de wrote:
> Hi Rowland,
>
> many thanks for your advise here. Unfortunately I am not a BIND keyuser... I added all what the "How-to" website asked me to ?
Which 'how-to' ?
>
> root at SAMBA:~# cat /etc/bind/named.conf.local
> //
> // Do any local configuration here
> //
>
> // Consider adding the 1918 zones
2018 Jan 30
0
Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain
On Tue, 30 Jan 2018 11:24:42 +0000
Kristján Valur Jónsson <kristjan at rvx.is> wrote:
> Right, that is the _workaround_. It'd be great to see that
> documented in the Wiki.
It is now.
> However, samba_dlz is supposed to support reload, and there has been
> work on that file to fix slow reload previously.
> I"m currently doing experiments to figure out what is
2020 Apr 30
0
bind9 refuses to start -> zone has no NS records
Hi Benedikt,
>
> I have to add a second DC to a Zone.
> I use the sernet packages Version 4.11 on a debian 10 host.
>
> The bind refuses to start:
>
> root at addc-zone02:~# systemctl status bind9
> ? bind9.service - BIND Domain Name Server
> Loaded: loaded (/lib/systemd/system/bind9.service; enabled; vendor preset: enabled)
> Active: failed (Result:
2020 Apr 30
0
bind9 refuses to start -> zone has no NS records
Try this.
systemctl edit bind9
#/etc/systemd/system/bind9.service.d/override.conf
[Service]
ExecReload=
sytemctl edit samba-ad-dc.service
#/etc/systemd/system/samba-ad-dc.service.d/override.conf
[Unit]
After=network.target network-online.target bind9.service
systemctl daemon-reload
systemctl restart bind9 samba-ad-dc
If that does not work, then, can you run this script:
2004 Jan 29
0
Register to h323 gk
Hello group,
I am trying to register to a opengk h323 gatekeeper using chan_h323.
The gatekeeper expects me to register a username like
31201234567@gatekeper.com with a password secret and an e164 of
31201234567.
Thus I put the following in the config file:
[general]
gatekeeper=w.x.y.z.
AllowGKRouted=yes
[31201234567@gatekeer.com.com]
type=h323
e164=31201234567
secret=geheim