Hello -
I have a new server with cPanel 4.
Am in setup process and hbave a question regarding the setup.
First, under basic set there are two button links for each of the Name Server Sections. It is unclear if activating these buttons is required after entering in the required hostname of the primary and secondary nameservers.
so here what is the purpose of these links? Do you need to manually activate each one for "Assign IP Address" and "Add an A entry"?
withbouth doing so when I go to Network Setup and list nameserver IP's there are no entries listed after the tool completes processing which typically takes several seconds.
If the nameservers have already been assigned through basic, this eems redundant or is this for something else ie setting up the new server as its own dns?
Also, when I make changes to the setup I get these errors:
Bind reloading on serverName using rndc zone:
Error reloading bind on light: rndc: error: /etc/rndc.key:2: expected string near ';'
rndc: could not load rndc configuration
when I try running fixrndc I get:
Error reloading bind on light: rndc: error: /etc/rndc.key:2: expected string near ';'
rndc: could not load rndc configuration
the first chunk of named.conf :
rndc.key contains:Code:include "/etc/rndc.key"; controls { inet 127.0.0.1 allow { localhost; } keys { ""; }; }; // // named.conf for Red Hat caching-nameserver // options { directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; }; // // a caching only nameserver config // zone "." IN { type hint; file "/var/named/named.ca"; }; zone "localdomain" IN { type master; file "/var/named/localdomain.zone"; allow-update { none; }; }; zone "localhost" IN { type master; file "/var/named/localhost.zone";
thanks, any help is appreciated.Code:key "" { algorithm ; secret ""; };



LinkBack URL
About LinkBacks
Reply With Quote





