[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:57963] Re: ブラウザからネット接続できない



お世話になります。

>>  3種類のブラウザ、Epiphany, Iceweasel, Chromium をインストールし、それぞれから、
>>  http://www.debian.org を見に行ったのですが、全てエラーで表示されません。
>>  nslookup, ping は、通じています。
>>  尚、3ブラウザとも、file:///~ 等、ローカルファイルは表示できました。
>>  考えられる原因がございましたら、お教え頂けますと幸いです。
>
> ほかのホストが同一ネットワーク上にあるなら、そいつらからは
> どうなりますか。

他のホストでは、問題なく利用できています。


> 問題の Debian ホストで root で以下を実行するとどのような
> 出力を得られますか。
>
>   # iptables -nvL
>   # ip6tables -nvL
>   # time env - /usr/bin/curl --config /dev/null --connect-timeout 10 http://127.0.0.1/
>   # time env - /usr/bin/curl --config /dev/null --connect-timeout 10 http://$(ip r |sed -n 's/^default via \([^ ]*\).*/\1/p')
>   # traceroute -n -T -p 80 www.debian.org

コマンドの結果は、以下の通りです。
一部、文字化けがありますが、ご了承くださいませ。

# iptables -nvL
Chain INPUT (policy ACCEPT 10396 packets, 1313K bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 5499 packets, 330K bytes)
 pkts bytes target     prot opt in     out     source               destination         

# ip6tables -nvL
FATAL: Could not load /lib/modules/2.6.34/modules.dep: No such file or directory
ip6tables v1.4.8: can't initialize ip6tables table `filter': iptables who? (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.

# time env - /usr/bin/curl --config /dev/null --connect-timeout 10 http://127.0.0.1/
curl: (7) couldn't connect to host

real    0m0.306s
user    0m0.000s
sys     0m0.040s

# time env - /usr/bin/curl --config /dev/null --connect-timeout 10 http://$(ip r |sed -n 's/^default via \([^ ]*\).*/\1/p')
<HEAD><TITLE>UNAUTHORIZED</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP">
</HEAD>
<BODY>
AirStation���� ǧ�ڥ��������顼<br>
<br>
����β��̤�褡�AirStation����ߤ��Χ��ڥ����顼���̤�褤���<br>
AirStation������β��̤��褽�������뤿���ᡢ�ǧ��ڤ��Ԥ𙤤��ޤ�������<br>
���桼�����̾���⤷����ϥ�ѥ������ɤ����ɵ����ä������ᡢ�ǧ��ڥ����顼��Ȥ�ʤ���ꤤ�����<br>
<br>
<br>
AirStation����߲��̤��褽�������뤿���ᡢ��ʲ���ι��ܤ���र�դ���ƺ��Ƨ��ڤ���Ƥ���������<br>
<br>
�����桼�����̾��ϡ�root֡�פ����Ϥ�𔷤�Ƥ�������<br>
����ѥ������ɤ����ϸ����ʸ�������ζ��̤���������դ���ơ�AirStation������ˤ����줿��ѥ������ɤ����Ϥ�𔷤�Ƥ�������<br>



</BODY>

real    0m0.183s
user    0m0.000s
sys     0m0.050s

# traceroute -n -T -p 80 www.debian.org
traceroute to www.debian.org (128.31.0.62), 30 hops max, 60 byte packets
 1  192.168.11.1  0.000 ms  1.000 ms  1.000 ms
 2  203.180.20.10  7.000 ms  7.000 ms  7.000 ms
 3  203.180.20.9  6.000 ms  6.000 ms  7.000 ms
 4  203.180.195.61  62.000 ms  62.000 ms  62.000 ms
 5  58.138.100.213  20.000 ms  19.000 ms  19.000 ms
 6  58.138.88.86  122.999 ms  122.999 ms  122.999 ms
 7  216.98.100.230  112.999 ms  112.999 ms  111.999 ms
 8  4.69.142.177  171.998 ms 4.69.140.93  171.998 ms  171.998 ms
 9  4.69.142.177  170.998 ms  171.998 ms 4.69.140.93  171.998 ms
10  4.53.48.98  222.998 ms  221.997 ms  220.997 ms
11  18.192.9.1  222.997 ms  231.997 ms  228.997 ms
12  * * *
13  * * *
14  128.30.13.6  221.998 ms  221.998 ms  221.998 ms
15  128.30.0.246  222.998 ms  223.997 ms  222.997 ms
16  128.31.0.62  195.998 ms  221.997 ms  195.998 ms


以上、宜しくお願い致します。