nazgul ~ $ curl 172.19.248.1 ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: http://172.19.248.1/

Connection to 172.19.248.1 failed.

The system returned: (110) Connection timed out

The remote host or network may be down. Please try the request again.

Your cache administrator is webmaster.



nazgul ~ $ curl 172.19.248.2 302 Found

302 Found


nginx
nazgul ~ $ curl https://172.19.248.2 -I --insecure HTTP/1.1 302 Moved Temporarily Date: Sat, 28 Jan 2017 07:49:27 GMT Content-Type: text/html Content-Length: 154 Connection: keep-alive Location: http://www.evawifi.com Server: PAC Web Server Cache-Control: no-cache, must-revalidate nazgul ~ $ curl -I 172.19.248.2 HTTP/1.1 302 Moved Temporarily Date: Sat, 28 Jan 2017 07:39:51 GMT Content-Type: text/html Content-Length: 154 Connection: keep-alive Location: http://www.evawifi.com Server: PAC Web Server nazgul ~ $ curl -I 172.19.248.1 HTTP/1.1 503 Service Unavailable Server: squid/3.4.6 Mime-Version: 1.0 Date: Sat, 28 Jan 2017 07:41:30 GMT Content-Type: text/html Content-Length: 3169 X-Squid-Error: ERR_CONNECT_FAIL 110 Vary: Accept-Language Content-Language: en X-Cache: MISS from bc01 Via: 1.1 bc01 (squid/3.4.6) Connection: close nazgul ~ $ nmap -F 172.19.248.1 Starting Nmap 7.12 ( https://nmap.org ) at 2017-01-28 02:44 EST Nmap scan report for ns.evawifi.com (172.19.248.1) Host is up (0.0018s latency). Not shown: 97 filtered ports PORT STATE SERVICE 53/tcp open domain 80/tcp open http 443/tcp closed https Nmap done: 1 IP address (1 host up) scanned in 4.84 seconds nazgul ~ $ nmap -F 172.19.248.2 Starting Nmap 7.12 ( https://nmap.org ) at 2017-01-28 02:46 EST Nmap scan report for www.evawifi.com (172.19.248.2) Host is up (0.0020s latency). Not shown: 97 filtered ports PORT STATE SERVICE 80/tcp open http 443/tcp open https 8080/tcp closed http-proxy Nmap done: 1 IP address (1 host up) scanned in 1.88 seconds Not much interesting here. Looking at the traceroute 10.207.1.x is also on this plane: nazgul ~ $ traceroute yeri.be traceroute to yeri.be (83.149.69.152), 64 hops max, 52 byte packets 1 ns.evawifi.com (172.19.248.1) 3.491 ms 1.329 ms 1.123 ms 2 10.207.1.1 (10.207.1.1) 2.158 ms 2.693 ms 1.928 ms 3 172.18.15.41 (172.18.15.41) 563.934 ms 588.342 ms 539.476 ms 4 172.18.14.34 (172.18.14.34) 603.506 ms 551.830 ms 587.163 ms nazgul ~ $ nmap -F 10.207.1.1 -Pn Starting Nmap 7.12 ( https://nmap.org ) at 2017-01-28 02:51 EST Nmap scan report for 10.207.1.1 Host is up (0.0033s latency). Not shown: 99 filtered ports PORT STATE SERVICE 53/tcp open domain Nmap done: 1 IP address (1 host up) scanned in 3.67 seconds DNS version is unknown: nazgul ~ $ dig @172.19.248.1 version.bind chaos txt ; <<>> DiG 9.8.3-P1 <<>> @172.19.248.1 version.bind chaos txt ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 13988 ;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;version.bind. CH TXT ;; AUTHORITY SECTION: version.bind. 86400 CH SOA version.bind. hostmaster.version.bind. 0 28800 7200 604800 86400 ;; Query time: 57 msec ;; SERVER: 172.19.248.1#53(172.19.248.1) ;; WHEN: Sat Jan 28 02:55:48 2017 ;; MSG SIZE rcvd: 77 nazgul ~ $ dig @10.207.1.1 version.bind chaos txt ; <<>> DiG 9.8.3-P1 <<>> @10.207.1.1 version.bind chaos txt ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43658 ;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;version.bind. CH TXT ;; AUTHORITY SECTION: version.bind. 86400 CH SOA version.bind. hostmaster.version.bind. 0 28800 7200 604800 86400 ;; Query time: 56 msec ;; SERVER: 10.207.1.1#53(10.207.1.1) ;; WHEN: Sat Jan 28 02:55:53 2017 ;; MSG SIZE rcvd: 77