Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] wget dns resolution funktasticness

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "Christopher Dombroski" <cdombroski AT gambit.gotdns.org>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] wget dns resolution funktasticness
  • Date: Tue, 8 Feb 2005 17:26:30 -0600 (CST)

I noticed this oddity recently and was wondering if anyone might know the
cause/fix for it. For the lazy, wget is resolving codex.sourcemage.org as
a different IP than dig does.

cdombroski@TheWays:~$ wget codex.sourcemage.org/test.tar.bz2
--17:20:55-- http://codex.sourcemage.org/test.tar.bz2
=> `test.tar.bz2'
Resolving codex.sourcemage.org... 152.2.210.81
Connecting to codex.sourcemage.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2,136,256 [application/x-tar]

14% [===========> ] 313,892 297.32K/s
cdombroski@TheWays:~$ rm test.tar.bz2
cdombroski@TheWays:~$ dig codex.sourcemage.org

; <<>> DiG 9.3.0 <<>> codex.sourcemage.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55070
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 0

;; QUESTION SECTION:
;codex.sourcemage.org. IN A

;; ANSWER SECTION:
codex.sourcemage.org. 3600 IN A 66.154.97.94

;; AUTHORITY SECTION:
sourcemage.org. 3600 IN NS ns0.positivism.org.
sourcemage.org. 3600 IN NS ns1.positivism.org.
sourcemage.org. 3600 IN NS ns2.positivism.org.

;; Query time: 194 msec
;; SERVER: 192.168.10.3#53(192.168.10.3)
;; WHEN: Tue Feb 8 17:21:08 2005
;; MSG SIZE rcvd: 119







Archive powered by MHonArc 2.6.24.

Top of Page