OK, DNS seems to be OK....
Quote:
server# dig srv1.thedigitaldream.co.uk
; <<>> DiG 8.2 <<>> srv1.thedigitaldream.co.uk
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUERY SECTION:
;; srv1.thedigitaldream.co.uk, type = A, class = IN
;; ANSWER SECTION:
srv1.thedigitaldream.co.uk. 15S IN A 81.97.225.82
;; Total query time: 5097 msec
;; FROM: www to SERVER: default -- 206.104.238.208
;; WHEN: Fri Sep 27 13:41:49 2002
;; MSG SIZE sent: 44 rcvd: 60
So, you simply want to set up your resolver on your machine.
First, stop trying to do everything with WEBADMIN and learn to do simple things from the command line with a simple editor.
Second, can you verify your computer is properly on the network and can reach the Internet? I can't ping it:
Quote:
....
....
8 213.206.159.38 (213.206.159.38) 103.451 ms 88.931 ms 179.699 ms
9 bre-bb-b-ge-720-0.inet.ntl.com (213.105.172.85) 179.717 ms 96.134 ms 84.953 ms
10 swa-t2core-b-pos44.inet.ntl.com (62.253.184.174) 85.271 ms 95.535 ms 91.82 ms
11 swa-cam1-b-pos20.inet.ntl.com (213.105.225.138) 591.319 ms 94.316 ms 123.142 ms
12 swan-gors-ubr-1-s20.inet.ntl.com (80.0.248.26) 102.384 ms 91.904 ms 86.685 ms
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
Resolver will not work if you can't reach your nameserver; so execute this command from your server:
traceroute 81.97.225.82 and cut and paste the results.
Or try:
ping 81.97.225.82
and paste your results.....
Please, no replies like... 'you must use webadmin'... !!! First, you need to learn to troubleshoot your network from the command line.