The Burmese NIC  
The Burmese Network
Information
Centre
  Print Monopoly (PM) 2007 Independent Long Island (001003-00002)
 

Linux/Solaris/Unix

  1. Login to your system as the root administrator or use the sudo command. You must be logged in as root for these changes to take effect.
  2. Issue the following command at your Linux prompt:
    prompt:~$ cp /etc/resolv.conf /etc/resolv.conf.backup
    This will create a backup copy of your /etc/resolv.conf file. In the event you want to later restore your original configuration that information will be stored in the /etc/resolv.conf.backup file.
  3. Use a line editor like vi or nano and edit your /etc/resolv.conf file. It should look something like this:
    # /etc/resolv.conf
    # Our domain
    domain maxmv.org
    # Our nameservers
    nameserver 24.129.114.64
    nameserver 66.92.233.130
  4. If one of your nameserver fields contain the address 127.0.0.1 then you most likely are running a domain name server. You should consider changing the cache configuration on your domain name server. You may also run your name server as a root server.
  5. Replace all listed nameserver fields with 24.129.114.64 and 66.92.233.130. If one of your nameserver fields contains the address 127.0.0.1 you must upgrade your name server cache or replace 127.0.0.1 with the 24.129.114.64 address.
  6. Save the changes you made to /etc/resolv.conf and visit http://gov.ttf - If it loads, you're done!