How do I change my nameservers' IP addresses using SSH? I do not want to change them using cPanel.

link|improve this question
What do you mean by "my nameservers"? Do you mean the ones this computer is using to resolve addresses? Do you mean the ones serving your domain? – David Schwartz Oct 9 '11 at 17:16
feedback

2 Answers

You change your nameservers via your domain name registrar, not SSH.

link|improve this answer
no , i want change name server ips in cpanel without cpanel – erfan Oct 9 '11 at 16:43
1  
1. Your question is rather unclear, then. 2. Can you explain why doing it in cPanel is unacceptable? – ceejayoz Oct 9 '11 at 16:48
feedback

If you mean the resolving name servers of that particular computer, depending on your linux distribution, check /etc/resolv.conf

link|improve this answer
root@serverAM [~]# /etc/resolv.conf -bash: /etc/resolv.conf: Permission denied – erfan Oct 9 '11 at 16:50
1  
You need to edit that file with vi, pico, emacs, or any one of another editors. It's a configuration file. – Aaron Oct 9 '11 at 16:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.