Yeah, I would recommend aMSN if she is just using MSN.
Just for the recod the `echo "nameserver 208.67.222.222" > /etc/resolv.conf` command I gave you wouldn't return anything, what it basically says is write this into this file. That file defines which servers to use for name lookups, the ip you wrote in there is the ip of the OpenDNS servers, publically available DNS servers for anyone to use.
The fact I have used a single '>' means overwrite the contents of the file, if I had used '>>' then it would append it to the end of the file, in this case we wanted all of the other stuff gone.
Bear in mind DHCP might overwrite this back to use your router so you might need to do it again.
Just for the recod the `echo "nameserver 208.67.222.222" > /etc/resolv.conf` command I gave you wouldn't return anything, what it basically says is write this into this file. That file defines which servers to use for name lookups, the ip you wrote in there is the ip of the OpenDNS servers, publically available DNS servers for anyone to use.
The fact I have used a single '>' means overwrite the contents of the file, if I had used '>>' then it would append it to the end of the file, in this case we wanted all of the other stuff gone.
Bear in mind DHCP might overwrite this back to use your router so you might need to do it again.
Last edited: