Helpful Information
 
 
Category: Web Hosting
Changing my domain name, how do i start?

How would I go about changing the domain name for my site with Westhost? Is it easier to just get a new account or what?
Thanks

The easiest way is to call in and speak to our accounts department and they can help you make that change. Yes you could just setup a new account but it's not necessary.

HI
I haved attached the actual stuff....

/etc/named.conf

include "/etc/rndc.key";

controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};

options
{

//query-source address * port 53;
listen-on { 69.10.44.24; };
directory "/var/named"; // the default
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
memstatistics-file "data/named_mem_stats.txt";
};

logging
{
channel default_debug {
file "data/named.run";
severity dynamic;
};
};

view "localhost_resolver"
{
match-clients { localhost; };
match-destinations { localhost; };
recursion yes;

zone "." IN {
type hint;
file "/var/named/named.ca";
};
include "/var/named/named.rfc1912.zones";
};

view "internal"
{
match-clients { localnets; };
match-destinations { localnets; };
recursion yes;

zone "." IN {
type hint;
file "/var/named/named.ca";
};
zone "autoglassdelivered.com" {
type master;
file "/var/named/autoglassdelivered.com.db";
allow-query { any; };
allow-update { localhost; };
};
};
view "external"
{
match-clients { !localnets; !localhost; };
match-destinations { !localnets; !localhost; };
recursion no;
zone "autoglassdelivered.com" {
type master;
file "/var/named/autoglassdelivered.com.db";
allow-query { any; };
allow-update { localhost; };
};
};

/etc/resolv.conf

search server.4wtech.com
nameserver 69.10.44.24

/var/named/autoglassdelivered.com.db

; Modified by Web Host Manager
; Zone File for autoglassdelivered.com
$TTL 14400
@ 86400 IN SOA ns1.4wtech.com. admin.4wtech.com. (
2008012418
86400
7200
3600000
86400
)
autoglassdelivered.com. 86400 IN NS ns1.4wtech.com.
autoglassdelivered.com. 86400 IN NS ns2.4wtech.com.
autoglassdelivered.com. 14400 IN A 69.10.44.28
www.autoglassdelivered.com. 14400 IN A 69.10.44.28
autoglassdelivered.com. 14400 IN MX 5 smtp.secureserver.net.
autoglassdelivered.com. 14400 IN MX 10 mailstore1.secureserver.net.
ns1 14400 IN A 69.10.44.24
ns2 14400 IN A 69.10.44.24

I found these messages in /var/log/messages which seems to be the issue to be solved

Feb 7 01:03:09 server named[19484]: client 69.10.44.24#34913: view localhost_resolver: received notify for zone '4wtech.com': not authoritative
Feb 7 01:03:22 server named[19484]: lame server resolving 'autoglassdelivered.com' (in 'autoglassdelivered.com'?): 69.10.44.24#53

When pinging ns1.4wtech.com from inside SSH(putty) and outside it is resolving.Similarly autoglassdelivered.com is not resloving correct ip both inside and outside...

I have compared my config files and found they are more or less the same...Sitting in this issues for more than two days found many resources but in vain... I need an immediate help...

Thanks in advance...










privacy (GDPR)