Results 1 to 4 of 4
Hy, I need a solution for users to edit their records and add/remove slaves from named.conf (eventually by web access)
I need the client to be able to edit his: ...
- 02-14-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 9
DNS records configurable by users
Hy, I need a solution for users to edit their records and add/remove slaves from named.conf (eventually by web access)
I need the client to be able to edit his: domain name, soa record and add/remove slaves
+ no named restart after every edit (a way for named to reread its conf file at a specified time)
The modified data must be checked for syntax errors (for obvious reasons).
Any ideeas on how to implement this on redhat/fedora ?
- 02-16-2005 #2Just Joined!
- Join Date
- Jun 2004
- Location
- Leiria - Portugal
- Posts
- 72
DNS concepts...
DNS is not to the users.
I'm affraid you need to know more about DNS system to solve your problem.
Hostnames and IP addresses MUST be assigned by the network administrator or you can have lots of networking problems at every host in your network, and loose your administration position
.
But a DHCP server can interact with Bind and probably answer your question.
Webmin can give remote administration solution for newb users.
- 02-16-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 9
Could you detaliate your DHCP + bind ideea?
- 02-19-2005 #4Just Joined!
- Join Date
- Jan 2005
- Location
- Toronto, ON, Canada
- Posts
- 79
I developed simillar thing for system administrators though. You do not have to restart named each time you have edited the config files just send a SIGHUP to named and it rereads the config files. For syntax checking is more difficult. I have done that using C and bison based cgi (which should have root permissions in execution )and for lexical part I have just used the routines of named(BIND) itself. You can do it but it takes time and effort, specially debugging.
Best wishes in your endouvour.
afrolinux


Reply With Quote