Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-28, 01:20:05

Author Topic: Allow-transfer in 7.0.0  (Read 6869 times)

0 Members and 1 Guest are viewing this topic.

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Allow-transfer in 7.0.0
« on: 2014-09-26, 23:33:19 »
Hi,
in Kloxo-MR 7.0.0 dont work allow-transfer for bind (named)
in /opt/configs/bind/conf/defaults/named.options.conf
i changed to this
Code: [Select]
allow-transfer { any; };
Code: [Select]
service named restartbut DNS domain zones dont work on my secondary (slave) server
DNS slave server cant access to my main (master) server
I like the KLOXO-MR

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Allow-transfer in 7.0.0
« Reply #1 on: 2014-09-27, 05:24:59 »
1. Set 'allow-transfer' to 'any' is danger because possible to hijack your domain
2. The trick for secondary worked, create 'a record' to assign to your secondary server IP (better use 'ns2' or 'ns3').

At this moment, secondary dns only work for bind and nsd.

To make sure, update to 2014092607.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Allow-transfer in 7.0.0
« Reply #2 on: 2014-09-27, 14:23:42 »
Sorry, but allow-transfer function for bind (named) is not working on kloxo-mr 7
On my slave server i see this error
Quote
An error occurred during the update zone.
On this https://puck.nether.net/dns/ slave server i see this error
Quote
Unable to axfr that domain from that IP

On kloxo-mr 6.5.0 allow-transfer function working fine
If need i can give access to my server with kloxo-mr 7
I like the KLOXO-MR

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Allow-transfer in 7.0.0
« Reply #3 on: 2014-09-27, 14:38:14 »
Inform here 'cat /opt/configs/bind/conf/defaults/named.acl.conf'
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Allow-transfer in 7.0.0
« Reply #4 on: 2014-09-27, 14:41:00 »
Code: [Select]
acl allow-transfer {
    localhost;
};
I like the KLOXO-MR

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Allow-transfer in 7.0.0
« Reply #5 on: 2014-09-27, 15:27:03 »
Wait for next update.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Allow-transfer in 7.0.0
« Reply #6 on: 2014-09-27, 15:28:17 »
Thank you! I will wait
I like the KLOXO-MR

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Allow-transfer in 7.0.0
« Reply #7 on: 2014-09-27, 18:43:58 »
2014092702
allow-transfer is not working
I like the KLOXO-MR

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Allow-transfer in 7.0.0
« Reply #8 on: 2014-09-27, 19:54:56 »
Check again 'cat /opt/configs/bind/conf/defaults/named.acl.conf'. Need restart-dns.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Allow-transfer in 7.0.0
« Reply #9 on: 2014-09-27, 20:04:44 »
service named restart
Stopping named:                                            [  OK  ]
Starting named:                                            [  OK  ]

cat /opt/configs/bind/conf/defaults/named.acl.conf
Code: [Select]
acl allow-transfer {
    localhost;
};
I like the KLOXO-MR

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Allow-transfer in 7.0.0
« Reply #10 on: 2014-09-28, 12:31:53 »
sorry, but 2014092804 also not helping
problem with allow-transfer for bind still exists

secondary server cant access to main server
Quote
Unable to axfr that domain from that IP
« Last Edit: 2014-09-28, 12:40:32 by imperio »
I like the KLOXO-MR

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Allow-transfer in 7.0.0
« Reply #11 on: 2014-09-28, 13:14:40 »
sorry, but 2014092804 also not helping
problem with allow-transfer for bind still exists

secondary server cant access to main server
Quote
Unable to axfr that domain from that IP
I am not testing with bind. All settings look like ok in latest upload (see named.acl.conf).

My favorite is nsd because small and have the same features. Also secondary dns in other Kloxo-MR server running well. It's mean server1 using nsd and server2 using nsd too.

After centalt repo down (and active until now), I was recompile bind repo from centalt src.rpm.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline imperio

  • Valuable Member
  • *
  • Posts: 80
  • Karma: +0/-0
    • View Profile
Re: Allow-transfer in 7.0.0
« Reply #12 on: 2014-09-28, 13:43:34 »
2014092804
Quote
see named.acl.conf
/opt/configs/bind/conf/defaults/named.acl.conf
Code: [Select]
acl allow-transfer {
    localhost;
};
I like the KLOXO-MR

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Allow-transfer in 7.0.0
« Reply #13 on: 2014-09-28, 13:55:06 »
This is my named.acl.conf:
Code: [Select]
acl allow-transfer {
    localhost;
    204.42.254.5;
    109.233.59.138;
    209.99.17.18;
    209.99.17.23;
    209.99.17.21;
    108.61.191.40;
    104.194.88.110;
};

acl allow-notify {
    204.42.254.5;
    109.233.59.138;
    209.99.17.18;
    209.99.17.23;
    209.99.17.21;
    108.61.191.40;
    104.194.88.110;
};

where one of domain declare like (other IP declare in other domains):
Code: [Select]
ns1 A - 198.100.146.10
ns2 A - 204.42.254.5
ns3 A - 109.233.59.138
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Allow-transfer in 7.0.0
« Reply #14 on: 2014-09-28, 13:58:32 »
So, possible after update, you didn't execute 'sh /script/cleanup'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.05 seconds with 18 queries.

web stats analysis