Friday, September 26, 2014

How to permenently Add DNS entry in Ubuntu 12.04

Just open the following file 
sudo nano /etc/resolvconf/resolv.conf.d/head
and add entries as follows:
nameserver <your DNS IP>
i.e. 
nameserver 192.168.10.1
 
Source http://ubuntuforums.org/showthread.php?t=2078398 

No comments:

Post a Comment