Login to our website, www.simpletelly.com from your computer and take note of the fastest DNS server address that appears on screen.

Go to your Terminal and type in sudo bash . This will give you super user privilege.

Once you have the super user (administrator) access, type in the command below to back up your network configuration file.

cp /etc/resolv.conf /etc/resolv.orig

Linux terminal backup dns

Next, type in the command below to remove the resolv.conf file.


rm /etc/resolv.conf

linux terminal remove dns

Now, type in the command below one at a time.

Note: You will need to enter the DNS server addresses that appeared on your browser earlier. In this example, my fastest DNS server addresses are 82.145.60.2 and 95.154.233.194.

echo "nameserver 82.145.60.2" > /etc/resolv.conf
echo "nameserver 95.154.233.194" >> /etc/resolv.conf

Linux terminal enter dns


Finally, type in the command below.

cat /etc/resolv.conf

If the set up was successful , it will display the DNS that you've specified earlier:

Linux terminal confirm dns

Once you have done that, go back to your account page and click on Check My Setup.

If this is the first computer you have setup from this location, you will probably need to register your current IP address. Click on Register your new IP address.

You will get Everything's OK! message on your screen if your IP has been registered successfully in our system.

If you have any problems, please email us at support@simpletelly.com , and try to include any errors and a full description of the fault.

We'll get back to you as soon as possible to assist you.