pppplus
Verified User
- Joined
- Dec 19, 2008
- Messages
- 526
I need some help, and explanations.
I install some VPS for different persons on my server.
I want configure nameservers like this :
nameserver 1 : Ip on their vps
nameserver 2 : Ip on the my IP of server, so something like this
domain.com NS vps001.server1.com (with IP 123.123.123.123)
domain.com NS s001.server1.com (with IP 111.222.333.444)
I find some howto explaining with public/private key how to do. But I don't want this, because it is not a good idea, vps001 can connect to server.
So my idea is :
- from server, do a cron,
* reading all domains in VPS
* when NS1 or NS2 is on server1, do a copy on server1
nothing is installed in server, except proxmox (bind is also installed).
Is it possible ? a good idea ? or is it totally stupid ?
I install some VPS for different persons on my server.
I want configure nameservers like this :
nameserver 1 : Ip on their vps
nameserver 2 : Ip on the my IP of server, so something like this
domain.com NS vps001.server1.com (with IP 123.123.123.123)
domain.com NS s001.server1.com (with IP 111.222.333.444)
I find some howto explaining with public/private key how to do. But I don't want this, because it is not a good idea, vps001 can connect to server.
So my idea is :
- from server, do a cron,
* reading all domains in VPS
* when NS1 or NS2 is on server1, do a copy on server1
nothing is installed in server, except proxmox (bind is also installed).
Is it possible ? a good idea ? or is it totally stupid ?