To remove a virtual DNS server
/sbin/applifconfig delete 1.2.3.4
rc.local
, which is located at /etc/rc.d/
./sbin/applifconfig alias 1.2.3.4
...
where 1.2.3.4
is your reseller's DNS IP address.
options.conf.wp
.//This file stores the options statement maintained by Parallels Pro Control Panel
options {
directory "/var/named";
listen-on {127.0.0.1; 1.2.3.4;}; //< --remove this IP address.
};
virtualDNS
located at /var/named/
.ns1.reseller.com 1.2.3.4
Note: While modifying reseller.com
, make sure that ns1.reseller.com
does not point to 1.2.3.4 and new NS records are set.
named
, enter the following command./etc/rc.d/init.d/named restart
/etc/rc.d/init.d/virtualhosting stop
/etc/rc.d/init.d/virtualhosting start