Say I have an old website for a business with the following DNS settings:
website.net NS a.nameservers.net
website.net NS b.nameservers.net
website.net MX mailfwd.something.net
www.website.net MX mailfwd.something.net
ftp.website.net A 155.55.55.01
vps.website.net A 155.55.55.01
www.website.net A 144.44.44.44
website.net A 144.44.44.44
I need to point only website.net and www.website.net at a different name server and website.net + www.website.net at a new ip, without disrupting email/vps/ftp/etc...
a.othernameserver.net
b.othernameserver.net
133.33.33.33
Please advise on the best method to point to the new website without disrupting any other services.