100% Packet Loss | DNS Resolves | New Domain

hambone

Expert Member
Joined
Apr 2, 2009
Messages
1,513
Reaction score
2
Location
A liitle here, a little there; South Africa
Okay, so I'm frustrated with these damn Citrix connected machines in the honours lab at Stellenbosch Uni. I recently registered www.sunconsults.co.za with domaincheap and have my NS setup correctly. The computer to my left, runs XP and is not connected to Citrix, the computer I am on right now runs off Citrix.

So, to the left the site loads just fine. Right in front of me I cannot ping the aforementioned website. Does anyone have an explination why the DNS is resolving but there is no throughput on the Citrix machines (or would care to hazard a guess)?

Code:
C:\Users\>nslookup www.sunconsults.co.za
Server:  stbad01.stb.sun.ac.za
Address:  146.XXX.XX.XX

Non-authoritative answer:
Name:    sunconsults.co.za
Address:  174.120.88.82
Aliases:  www.sunconsults.co.za

Code:
C:\Users\>tracert www.sunconsults.co.za

Tracing route to sunconsults.co.za [174.120.88.82]
over a maximum of 30 hops:

  1     2 ms     7 ms     2 ms  10.50.128.1
  2     5 ms     3 ms     4 ms  10.205.1.9
  3    <1 ms    <1 ms    <1 ms  146.232.128.17
  4    <1 ms    <1 ms    <1 ms  146.232.65.2
  5    <1 ms    <1 ms    <1 ms  192.168.255.250
  6     1 ms    <1 ms    <1 ms  146.232.65.2
  7     2 ms     2 ms     2 ms  155.232.27.82
  8    38 ms    38 ms    38 ms  unknown.uni.net.za [155.232.6.65]
  9    39 ms    38 ms    38 ms  plz1-t100-cpt1-t100.net.tenet.ac.za [155.232.6.4
2]
 10    25 ms    19 ms    18 ms  dur1-t200-plz1-t200.net.tenet.ac.za [155.232.6.4
6]
 11    38 ms    38 ms    39 ms  unknown.uni.net.za [155.232.6.70]
 12    42 ms    37 ms    37 ms  unknown.uni.net.za [155.232.6.134]
 13    39 ms    38 ms    38 ms  unknown.uni.net.za [155.232.6.102]
 14    39 ms    38 ms    41 ms  mtzub1-vl700-mtz1pe1-x001-700.net.tenet.ac.za [1
55.232.6.85]
 15   215 ms   216 ms   216 ms  lnd1-ub-pos400-dur1-pos300.net.tenet.ac.za [196.
32.209.45]
 16   215 ms   216 ms   216 ms  unknown.uni.net.za [196.32.209.78]
 17   222 ms   232 ms   222 ms  bbr01.lon01.networklayer.com [195.66.225.183]
 18   290 ms   290 ms   291 ms  ae1.bbr02.tl01.nyc01.networklayer.com [50.97.18.
204]
 19   312 ms   312 ms   312 ms  ae1.bbr01.eq01.chi01.networklayer.com [173.192.1
8.132]
 20     *      344 ms   344 ms  ae20.bbr01.eq01.dal03.networklayer.com [173.192.
18.136]
 21   344 ms   344 ms   344 ms  po31.dsr02.dllstx3.networklayer.com [173.192.18.
227]
 22   344 ms   344 ms   344 ms  te2-1.dsr02.dllstx2.networklayer.com [70.87.255.
70]
 23   353 ms   345 ms   346 ms  te6-1.car13.dllstx6.networklayer.com [70.87.254.
238]
 24     *        *        *     Request timed out....

Trace complete.

Have I got the ns configured incorrectly? Or is there a routing issue that terminates somewhere in Texas? Any suggestion ye network admins?
 
Your DNS is setup correctly since it is resolving the name to the IP - see my example query below.

You problem is definitely routing as it dies along the path. Somewhere in (what might be) Texas, as you say.

[root@fedora ~]# dig www.sunconsults.co.za

; <<>> DiG 9.9.1-P3-RedHat-9.9.1-9.P3.fc17 <<>> www.sunconsults.co.za
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30644
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4000
;; QUESTION SECTION:
;www.sunconsults.co.za. IN A

;; ANSWER SECTION:
www.sunconsults.co.za. 14259 IN CNAME sunconsults.co.za.
sunconsults.co.za. 14259 IN A 174.120.88.82


;; Query time: 49 msec
;; SERVER: 10.0.0.21#53(10.0.0.21)
;; WHEN: Sat Oct 6 17:18:49 2012
;; MSG SIZE rcvd: 80

[root@fedora ~]#
 
Your DNS is setup correctly since it is resolving the name to the IP - see my example query below.

You problem is definitely routing as it dies along the path. Somewhere in (what might be) Texas, as you say.

Ta :) Is it possible that since the domain was only recently registered that it wouldn't have the routes in place*? Is this my host's issue or should I contact SysAdmin at the uni?

*Please excuse my ignorance in such things...
 
Top
Sign up to the MyBroadband newsletter
X