[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:20973] Re: お近くのミラーサーバを探すには (Re: how to compile deb package.)
古澤です。
In jlug.ml.debian.users, you wrote:
>武藤@Debianぷろじぇくとです。
>
不徹底入門、楽しませていただきました & 昔 Java本買わせていただきました :)
>
>むむ。
>pingは通るんですかね?
>fpingってNATが効かないプロトコルを使ってるのかな?
fping …で納得、fping インストールされていないです。
Package: apt-mirrorfind
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 29
Maintainer: Kenshi Muto <kmuto@debian.org>
Version: 1.3
Depends: traceroute-nanog, perl | perl5
Description: Find fastest Debian mirror site for your host
This tool helps search your best apt-line.
.
You can choose non-free, non-US and Debian JP by adding options.
そこで fping 入れました。ところが…
Package: fping
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 92
Maintainer: Herbert Xu <herbert@debian.org>
Version: 2.2b1-1
Replaces: netstd
Depends: libc6 (>= 2.1)
Description: Send ICMP ECHO_REQUEST packets to network hosts.
fping is a like program which uses the Internet Control Message Protocol
(ICMP) echo request to determine if a target host is responding. fping
differs from ping in that you can specify any number of targets on the command
line, or specify a file containing the lists of targets to ping. Instead of
sending to one target until it times out or replies, fping will send out a
ping packet and move on to the next target in a round-robin fashion.
リストにある URL は、 ping も fping もちゃんと反応返しますが、
apt-mirrorfind は全て timeout を返します。
といわけで
apt-mirrorfind のなかを見てみると(見てみなくとも) traceroute を使って
いますよね…。
apt-mirrorfind で使われている tracerouteの
-P オプションは Parallel Probing とありますがあいにく man ページが存在
しない(Bug とか書いてあるがジョーク?)のでどのような意味かは分かりませ
ん…。ポート指定とNAT技術の関係について、ちょっと頭を動員しなければな
らないような気はするのですが、ちょっと今はご容赦ください(前提となる知
識が少くて時間がかかるのです)。
# /usr/sbin/traceroute -P ftp.debian.or.jp 2>&1 の結果を書きます。
traceroute to sakura.debian.or.jp (210.157.158.33), 30 hops max, 40 byte packets
1 dalton.monade.net (192.168.1.254) 85 ms
2 189 ms
3 192 ms
4 194 ms
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 491 ms
となっています。
ちょっと検証不足ですが、とり急ぎお伝えいたしました。