Thread: FTP issue?
View Single Post
Old 29th August 2011
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

Welp, here is what I get from a shell account on devio.us. This bypasses my ISP entirely.
Code:
OpenBSD> dig @8.8.8.8 ftp.usa.opensbsd.org

; <<>> DiG 9.4.2-P2 <<>> @8.8.8.8 ftp.usa.opensbsd.org
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 26603
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;ftp.usa.opensbsd.org.          IN      A

;; AUTHORITY SECTION:
org.                    900     IN      SOA     a0.org.afilias-nst.info. noc.afilias-nst.info. 2009753686 1800 900 604800 86400

;; Query time: 66 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Aug 29 12:07:31 2011
;; MSG SIZE  rcvd: 101
The Internet, she is broken?

ADDED: And from an entirely different SunOS shell account:
Code:
SunOS> dig @8.8.8.8  ftp.usa.opensbsd.org

; <<>> DiG 8.3 <<>> @8.8.8.8 ftp.usa.opensbsd.org 
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 4
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;      ftp.usa.opensbsd.org, type = A, class = IN

;; AUTHORITY SECTION:
org.                    15M IN SOA      a0.org.afilias-nst.info. noc.afilias-nst.info. (
                                        2009753688      ; serial
                                        30M             ; refresh
                                        15M             ; retry
                                        1W              ; expiry
                                        1D )            ; minimum


;; Total query time: 118 msec
;; FROM: antares to SERVER: 8.8.8.8  8.8.8.8
;; WHEN: Mon Aug 29 11:11:40 2011
;; MSG SIZE  sent: 38  rcvd: 101
Reply With Quote