私はDebianaptアップデートを高速化するためのおおよそのサーバーを持っています。Ubuntu11.04デスクトップPCでは、以前は正常に動作していましたが、今日、ローカルホストから9999ポートが開いていますが、他のPCでは開いていません。 inetdの構成はまったく変更していません。何を確認して試すことができますか?
inetd.conf
9999 stream tcp nowait approx /usr/sbin/approx /usr/sbin/approx
約.com
# Here are some examples of remote repository mappings.
# See http://www.debian.org/mirror/list for mirror sites.
debian http://ftp2.fr.debian.org/debian
security http://security.debian.org/debian-security
volatile http://volatile.debian.org/debian-volatile
# The following are the default parameter values, so there is
# no need to uncomment them unless you want a different value.
# See approx.conf(5) for details.
$cache /espace/Dossiers/approx
$max_rate unlimited
$max_redirects 5
$user approx
$group approx
$syslog daemon
$pdiffs true
$offline false
$max_wait 10
$verbose false
$debug false
他のPCがhosts.allowの「ALL:ALL」に接続できるようにしました。 ufwは無効で、iptables-saveは空です。
ファイアウォールの内容を確認する最良の方法は、iptables -L -n
を使用することです。これにより、ライブファイアウォールに適用されているルールが明確に示されます。他の方法は、古くなっているか、不完全である可能性があります。