LxCenter HyperVM & Kloxo Support

Forum



Members   Search      Help    Register    Login    Home
Home » Archive » LxAdmin » Lxadmin 6.0 Feature request » DNS primary/secondary control via LXadmin
DNS primary/secondary control via LXadmin [message #35621] Thu, 21 August 2008 05:38 Go to next message
trumpet900 is currently offline trumpet900  United Kingdom
Messages: 14
Registered: August 2008
Location: UK
Member
Having two Lxadmin controlled servers, it would be great if it were possible to configure one to send updates and the other to receive updates for particular domains using djbdns.

I can't find a tutorial that I understand to do this manually and like most things, I'd feel better having everything under the consistent control of Lxadmin.

Therefore, some way of "pairing" Lxadmin HiB servers for DNS sharing would be excellent.
Re: DNS primary/secondary control via LXadmin [message #36328 is a reply to message #35621] Mon, 01 September 2008 10:16 Go to previous messageGo to next message
k0nan is currently offline k0nan  Italy
Messages: 495
Registered: May 2008
Master
hi

in lxadmin enterprise, we can assign the DNS role to a server.
so, it would be "enough" to add SECONDARY DNS role to this architecture.

this would be a great improvement

there is an open source projects, called djbDNSrocks, which delivers GUI to a multiserver djbDNS infrastructure.
this unleash the true power of djbdns server, merging it with a full fledged webgui (vega DNS)

please refer to

http://www.djbdnsrocks.org/

i think this can be implemented easily, because lxadmin already manages djbDNS and vegadns is written in PHP and need a simple mysql database.

waiting for lxhelp reply Smile


regards






An LxLabs satisfied customer
Re: DNS primary/secondary control via LXadmin [message #36329 is a reply to message #36328] Mon, 01 September 2008 10:19 Go to previous messageGo to next message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion
Why do you need another software. If you configure lxadmin properly, lxadmin can trivially manage DJBdns on multiple servers.

thanks.


On Mon, Sep 01, 2008 at 02:16:43PM -0000, k0nan wrote:
>
>
> hi
>
> in lxadmin enterprise, we can assign the DNS role to a server.
> so, it would be "enough" to add SECONDARY DNS role to this architecture.
Re: DNS primary/secondary control via LXadmin [message #36333 is a reply to message #36329] Mon, 01 September 2008 11:15 Go to previous messageGo to next message
k0nan is currently offline k0nan  Italy
Messages: 495
Registered: May 2008
Master
hi

how we can setup secondary dns server throught lxadmin ?
may you could build a simple tutorial ?

regards


An LxLabs satisfied customer
Re: DNS primary/secondary control via LXadmin [message #36334 is a reply to message #36333] Mon, 01 September 2008 11:24 Go to previous messageGo to next message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion
Just add the server to lxadmin cluster, and then when you add a client, you will be able to assign many servers as dns.


On Mon, Sep 01, 2008 at 03:15:54PM -0000, k0nan wrote:
>
>
> hi
>
Re: DNS primary/secondary control via LXadmin [message #36335 is a reply to message #36334] Mon, 01 September 2008 11:32 Go to previous messageGo to next message
k0nan is currently offline k0nan  Italy
Messages: 495
Registered: May 2008
Master

so you're saying that more than one LxAdmin slave can perform the DNS Role ?

and that all server which are perfomring the DNS role share their zone entries ? (like primary and secondary dns servers do)

regards


An LxLabs satisfied customer
Re: DNS primary/secondary control via LXadmin [message #36337 is a reply to message #36335] Mon, 01 September 2008 11:35 Go to previous messageGo to next message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion

OF COURSE. DNS is a list of dns servers.

You can even check this for hyperVM. The dns values are automatically synced to ALL the dns servers configured.


On Mon, Sep 01, 2008 at 03:32:46PM -0000, k0nan wrote:
>
>
>
> so you're saying that more than one LxAdmin slave can perform the DNS Role ?
>
Re: DNS primary/secondary control via LXadmin [message #36338 is a reply to message #36335] Mon, 01 September 2008 12:11 Go to previous messageGo to next message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion
Create an Lxadmin cluster and see.

thanks.


On Mon, Sep 01, 2008 at 03:32:46PM -0000, k0nan wrote:
>
>
>
> so you're saying that more than one LxAdmin slave can perform the DNS Role ?
Re: DNS primary/secondary control via LXadmin [message #36380 is a reply to message #36338] Mon, 01 September 2008 14:56 Go to previous messageGo to next message
k0nan is currently offline k0nan  Italy
Messages: 495
Registered: May 2008
Master
hi

thanks a lot!!

didn t know that.
it s listed on the feature page? i missed it.

if not listed, it should be added.
this is a great feature!

regards


An LxLabs satisfied customer
Re: DNS primary/secondary control via LXadmin [message #62169 is a reply to message #36380] Tue, 14 April 2009 12:32 Go to previous messageGo to next message
blinkie is currently offline blinkie  United States
Messages: 56
Registered: January 2009
Valuable Member
While it is true that LXAdmin will copy dns information to all configured dns servers for a domain (configured in LXAdmin), I'm at odds as to the current implementation.

Traditionally, a sysadmin would designate a primary server and then configure all secondary servers to receive updates from the primary. Now, if you had to update zone files manually (like we used to back in the day...) automatic zone transfers were obviously desirable. With a system like LXAdmin, which copies zone information to all dns servers in a kinda hackish way (by actually copying files instead of updates), you don't really need support for traditional secondary servers and zone transfers. The side effect, is that all of the secondaries appear as "Masters" or "primary" servers. Is this bad?

The fact is that in practice, the Internet doesn't really care about who is a primary and who is a secondary server. That is only important to the servers themselves so they know how to replicate the DNS database. So the LXAdmin implementation isn't necessarily bad. However... (you knew this was coming right?) ...

What does make the LXAdmin setup a problem is that it views the entire cluster (I'm talking about Enterprise) as an island. In larger organizations, it would make sense to be able to leverage some of the LXAdmin servers to help out with external duties. In the case of DNS, it would be desirable (it is here) to be able use some of the LXAdmin DNS servers as secondaries for other existing servers in the corporate domain. This is not currently possible, because there is no way to configure support for true secondary dns in LXAdmin. In other words, you can't configure an LXAdmin DNS server to pull information (i.e. perform zone transfers) from external primary dns servers.

Another fault is that on a real secondary server, a sysadmin can completely erase all local copies of zone files, then perform a reload and all zone files will be pulled again from primaries. This is a nice feature for when things get weird. How do you accomplish the same in LXAdmin?

Re: DNS primary/secondary control via LXadmin [message #62187 is a reply to message #35621] Tue, 14 April 2009 21:53 Go to previous messageGo to next message
Ales is currently offline Ales  Slovenia
Messages: 139
Registered: July 2008
Valuable Member
Will Lxadmin recreate the actual DNS records if they get deleted by hand?

Is it already possible to connect HyperVM and Lxadmin DNS servers to exchange DNS records?

Blinkie, we are using Cron and a small set of shell scripts to make our Plesk servers act as a master/slave to one another. I'm sure something similar could be implemented on Lxadmin servers in order to pull the records form third party servers. Not a very elegant solution but it can be set up in a few minutes...

[Updated on: Tue, 14 April 2009 21:54]

Report message to a moderator

Re: DNS primary/secondary control via LXadmin [message #62196 is a reply to message #35621] Tue, 14 April 2009 22:46 Go to previous messageGo to next message
blinkie is currently offline blinkie  United States
Messages: 56
Registered: January 2009
Valuable Member
Yeah, I guess shell scripts could be used. Seems so 1990's...

But if you think about it, on LXAdmin Enterprise you could create a product just called "DNS" if the platform properly supported primary and secondary relationships. Secondary DNS, located in a geographically different place form the origination servers is highly desirable and it could easily be a service offering.

Another potential is for backup MX. I have subscribed to that in the past to get redundancy without having to build/maintain a system in colo facility. Unfortunately, LXAdmin doesn't even support multiple MX for itself right now.

Re: DNS primary/secondary control via LXadmin [message #62199 is a reply to message #62196] Tue, 14 April 2009 23:35 Go to previous message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion
Yes, a DNS only like in the case of Cpanel is being worked on.

thanks.


On Wed, Apr 15, 2009 at 02:46:39AM -0000, Blinkie wrote:
>
>
> Yeah, I guess shell scripts could be used. Seems so 1990's...
>
> But if you think about it, on LXAdmin Enterprise you could create a product just called "DNS" if the platform properly supported primary and secondary relationships. Secondary DNS, located in a geographically different place form the origination servers is highly desirable and it could easily be a service offering.
>
> Another potential is for backup MX. I have subscribed to that in the past to get redundancy without having to build/maintain a system in colo facility. Unfortunately, LXAdmin doesn't even support multiple MX for itself right now.
>
>
>


Previous Topic:A better way to suggest features
Next Topic:Login field icons
Goto Forum:
  


Current Time: Sat May 25 06:52:04 EDT 2013

Total time taken to generate the page: 0.02021 seconds
.:: Contact :: Home :: Privacy ::.

Click here to lend your support to: LxCenter and make a donation at www.pledgie.com !

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software