Closed Bug 627115 Opened 14 years ago Closed 13 years ago

can't get to blocker-reports.brasstacks.m.c with build-vpn on

Categories

(Infrastructure & Operations :: RelOps: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: arzhel)

References

()

Details

* Connect to build-vpn
* Attempt to get to http://blocker-reports.brasstacks.mozilla.com/mobile.html
** server not found
* Disconnect from build-vpn
* Attempt to get to http://blocker-reports.brasstacks.mozilla.com/mobile.html
** success!

# With build-vpn on
deathduck:~ [10:49:35]
$ dig blocker-reports.brasstacks.mozilla.com

; <<>> DiG 9.6.0-APPLE-P2 <<>> blocker-reports.brasstacks.mozilla.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 20937
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;blocker-reports.brasstacks.mozilla.com.	IN A

;; AUTHORITY SECTION:
mozilla.com.		600	IN	SOA	ns.mozilla.org. sysadmins.mozilla.org. 2011011201 10800 3600 604800 1800

;; Query time: 48 msec
;; SERVER: 10.2.74.125#53(10.2.74.125)
;; WHEN: Wed Jan 19 10:49:39 2011
;; MSG SIZE  rcvd: 116

# With build-vpn off
deathduck:~ [10:49:41]
$ dig blocker-reports.brasstacks.mozilla.com

; <<>> DiG 9.6.0-APPLE-P2 <<>> blocker-reports.brasstacks.mozilla.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5192
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;blocker-reports.brasstacks.mozilla.com.	IN A

;; ANSWER SECTION:
blocker-reports.brasstacks.mozilla.com.	568 IN CNAME brasstacks.sj.mozilla.com.
brasstacks.sj.mozilla.com. 568	IN	A	63.245.208.215

;; Query time: 3 msec
;; SERVER: 10.0.1.1#53(10.0.1.1)
;; WHEN: Wed Jan 19 10:50:55 2011
;; MSG SIZE  rcvd: 100
fixed

[root@bm-vpn01 ~]# curl -v blocker-reports.brasstacks.mozilla.com
* About to connect() to blocker-reports.brasstacks.mozilla.com port 80
*   Trying 10.2.76.100... connected
* Connected to blocker-reports.brasstacks.mozilla.com (10.2.76.100) port 80
> GET / HTTP/1.1
> User-Agent: curl/7.15.5 (i386-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
> Host: blocker-reports.brasstacks.mozilla.com
> Accept: */*
> 
< HTTP/1.1 200 OK
< Server: nginx/0.8.53
< Date: Thu, 27 Jan 2011 08:08:01 GMT
< Content-Type: text/html
< Content-Length: 186210
< Last-Modified: Thu, 27 Jan 2011 07:56:06 GMT
< Connection: keep-alive
< Accept-Ranges: bytes
Assignee: server-ops-releng → ayounsi
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Component: Server Operations: RelEng → RelOps
Product: mozilla.org → Infrastructure & Operations
You need to log in before you can comment on or make changes to this bug.