From: <Seb...@cp...> - 2017-05-05 13:42:43
|
Hi, You are right, my named wasn’t running but if I start named, it doesn’t look like it load my zone… # service named status Redirecting to /bin/systemctl status named.service â— named.service - Berkeley Internet Name Domain (DNS) Loaded: loaded (/usr/lib/systemd/system/named.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2017-05-04 17:12:27 EDT; 8s ago Process: 1841 ExecStart=/usr/sbin/named -u named $OPTIONS (code=exited, status=0/SUCCESS) Process: 888 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z /etc/named.conf; else echo "Checking of zone files is disabled"; fi (code=exited, status=0/SUCCESS) Main PID: 1865 (named) CGroup: /system.slice/named.service └─1865 /usr/sbin/named -u named May 04 17:12:27 ns1.cpu.qc.ca named[1865]: managed-keys-zone: journal file is out of date: removing journal file May 04 17:12:27 ns1.cpu.qc.ca named[1865]: managed-keys-zone: loaded serial 2 May 04 17:12:27 ns1.cpu.qc.ca named[1865]: zone 0.in-addr.arpa/IN: loaded serial 0 May 04 17:12:27 ns1.cpu.qc.ca named[1865]: zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0 May 04 17:12:27 ns1.cpu.qc.ca named[1865]: zone localhost/IN: loaded serial 0 May 04 17:12:27 ns1.cpu.qc.ca named[1865]: zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0 May 04 17:12:27 ns1.cpu.qc.ca named[1865]: zone localhost.localdomain/IN: loaded serial 0 May 04 17:12:27 ns1.cpu.qc.ca named[1865]: all zones loaded May 04 17:12:27 ns1.cpu.qc.ca named[1865]: running May 04 17:12:27 ns1.cpu.qc.ca systemd[1]: Started Berkeley Internet Name Domain (DNS). Do I need to modify the named config ? Also, when I try to test transfer zone, it didn’t work. Testing transfer of slave zone from 172.22.2.50 .. .. from 172.22.2.50 : Failed : ;; Connection to 172.22.2.50#53(172.22.2.50) for cpu.ca failed: connection refused. Do you have more hints for me please ? Thanks in advance Sébastien De : Maxwell Smart [mailto:cj...@yo...] Envoyé : 4 mai 2017 17:07 À : Webmin users list <web...@li...> Objet : Re: [webmin-l] Issues when installing Webmin 1.831 Start here: Is named running? You should see port 53 answering for Bind If it's running you need to find out why NMAP is not showing that port open The latest version of Bind needs to have the master server listed in each zone and not globally on your slave server. On 05/04/2017 01:12 PM, Seb...@cp...<mailto:Seb...@cp...> wrote: Hi, I successfully install the latest webmin 1.831 on a RedHat Entreprise Linux server. I added my second server in Webmin Server Index then I added it in the cluster section in the bind dns server. I also added the ip on my second host in the appropriate place… (I think) I started to create master zones and A records. I have 2 issues. 1. My hosts are not sync to my second host. 2. If I nslookup my master server, I don’t get any answer… Only a timeout. There is no iptables or firewalld services. bind-9.9.4-38.el7_3.3.x86_64 is installed. # nmap 127.0.0.1 Starting Nmap 6.40 ( http://nmap.org ) at 2017-05-04 16:10 EDT Nmap scan report for localhost (127.0.0.1) Host is up (0.0000090s latency). Not shown: 997 closed ports PORT STATE SERVICE 22/tcp open ssh 111/tcp open rpcbind 10000/tcp open snet-sensor-mgmt Nmap done: 1 IP address (1 host up) scanned in 0.12 seconds I will appreciate if someone can give me a hint. Thanks in advance. Sébastien Boulianne ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot - Forwarded by the Webmin mailing list at web...@li...<mailto:web...@li...> To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list -- |