Hi DJ_AM_Juicebox,
Open a terminal window in your mac and type:
NOTE: terminal window - go to finder, click on applications, go to utilities, find 'terminal' and click on it.
cat /etc/resolv.conf
You will see something like
nameserver 111.111.11.12
(only the numbers should be much different).
Enter those numbers, there may be more than one nameserver.
If you get NOTHING, use
204.74.108.238
that is one of Time Warner's current DNS servers (I just checked it, and if anyone else wishes to check it type the following:
############# terribly geeky section, for those wishing to see if what I typed is proper above#####
TO CHECK who is time warner's DNS record
[you@yoursystem} # nslookup timewarner.com
Non-authoritative answer:
Name: timewarner.com
Address: 205.188.238.109
Name: timewarner.com
Address: 205.188.238.181
[you@yoursystem} # nslookup
> set type=ns
> timewarner.com
Non-authoritative answer:
timewarner.com nameserver = ns1.timewarner.net.
timewarner.com nameserver = ns5.timewarner.net.
timewarner.com nameserver = ns3.timewarner.net.
> exit
[you@yoursystem} # dig ns1.timewarner.net
;; ANSWER SECTION:
ns1.timewarner.net. 3389 IN A 204.74.108.238
################### end of terribly geeky section, ignore ###########
Anyway, try the stuff before the terribly geeky section. If it doesn't work, post here and I'll help further.