Gentoo Archives: gentoo-hardened

From: Fabiano - deStilaDo <fabianoengler@×××××.com>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Re: Is gentoo-wiki Down?
Date: Mon, 14 Apr 2008 02:31:30
Message-Id: e4beb90c0804131931u16f64834n9098fcf119cace33@mail.gmail.com
In Reply to: Re: [gentoo-hardened] Re: Is gentoo-wiki Down? by Alexey Kopytko
1 Both are fine here.
2
3
4
5 $ nslookup gentoo-portage.com
6 Server: 192.168.1.1
7 Address: 192.168.1.1#53
8
9 Non-authoritative answer:
10 Name: gentoo-portage.com
11 Address: 69.31.133.16
12
13 $ ping -c 5 gentoo-portage.com
14 PING gentoo-portage.com (69.31.133.16) 56(84) bytes of data.
15 64 bytes from 69.31.133.16: icmp_seq=1 ttl=52 time=228 ms
16 64 bytes from 69.31.133.16: icmp_seq=2 ttl=52 time=226 ms
17 64 bytes from 69.31.133.16: icmp_seq=3 ttl=52 time=228 ms
18 64 bytes from 69.31.133.16: icmp_seq=4 ttl=52 time=229 ms
19 64 bytes from 69.31.133.16: icmp_seq=5 ttl=52 time=228 ms
20
21 --- gentoo-portage.com ping statistics ---
22 5 packets transmitted, 5 received, 0% packet loss, time 40912ms
23 rtt min/avg/max/mdev = 226.951/228.324/229.587/0.938 ms
24
25 $ wget 'http://gentoo-portage.com'
26 --23:28:01-- http://gentoo-portage.com/
27 => `index.html'
28 Resolvendo gentoo-portage.com... 69.31.133.16
29 Connecting to gentoo-portage.com|69.31.133.16|:80... conectado!
30 HTTP requisição enviada, aguardando resposta... 200 OK
31 Tamanho: nao especificado [text/html]
32
33 [ <=>
34
35 ] 18,567 33.05K/s
36
37 23:28:07 (32.98 KB/s) - `index.html' saved [18567]
38
39
40
41
42 $ nslookup gentoo-wiki.com
43 Server: 192.168.1.1
44 Address: 192.168.1.1#53
45
46 Non-authoritative answer:
47 Name: gentoo-wiki.com
48 Address: 69.31.133.15
49
50 $ ping -c 5 gentoo-wiki.com
51 PING gentoo-wiki.com (69.31.133.15) 56(84) bytes of data.
52 64 bytes from 69.31.133.15: icmp_seq=1 ttl=52 time=230 ms
53 64 bytes from 69.31.133.15: icmp_seq=2 ttl=52 time=313 ms
54 64 bytes from 69.31.133.15: icmp_seq=3 ttl=52 time=232 ms
55 64 bytes from 69.31.133.15: icmp_seq=4 ttl=52 time=231 ms
56 64 bytes from 69.31.133.15: icmp_seq=5 ttl=52 time=238 ms
57
58 --- gentoo-wiki.com ping statistics ---
59 5 packets transmitted, 5 received, 0% packet loss, time 41010ms
60 rtt min/avg/max/mdev = 230.211/249.081/313.112/32.162 ms
61
62 $ wget 'http://gentoo-wiki.com'
63 --23:27:52-- http://gentoo-wiki.com/
64 => `index.html'
65 Resolvendo gentoo-wiki.com... 69.31.133.15
66 Connecting to gentoo-wiki.com|69.31.133.15|:80... conectado!
67 HTTP requisição enviada, aguardando resposta... 301 Moved Permanently
68 Localização: http://gentoo-wiki.com/Main_Page [seguinte]
69 --23:27:52-- http://gentoo-wiki.com/Main_Page
70 => `Main_Page'
71 Reusing existing connection to gentoo-wiki.com:80.
72 HTTP requisição enviada, aguardando resposta... 200 OK
73 Tamanho: nao especificado [text/html]
74
75 [ <=>
76
77 ] 33,039 30.61K/s
78
79 23:27:54 (30.55 KB/s) - `Main_Page' saved [33039]
80
81
82
83
84 --
85 Fabiano.
86 --
87 gentoo-hardened@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-hardened] Re: Is gentoo-wiki Down? Alexey Kopytko <alexey@×××××××.ru>