Ubuntu 14.04の新規インストール後にTCP接続を確立できません。まず、起動後は常にインターフェイスが閉じられます。私の場合は、インターフェイスを手動で設定し、名前をem2
。を使って開きますsudo ifup em2
。その後、ゲートウェイとパブリックサイト(たとえば)をpingしてwww.example.com
問題なくDNSクエリを解決できます。
しかし、試したときにsudo apt update
同じ問題が発生しました。apt-getアップデートが非常に遅く、「ヘッダーを待っている」で停止する。
ssh
また、リモートの場所からサーバーに接続されていない場合、またはその逆の場合も問題があります。リモートサーバーに接続しようとすると、ssh
次のエラーが発生します。
debug2: Compat: skipping algorithm "[email protected]"
debug2: compat_kex_proposal: compat KEX proposal: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug1: SSH2_MSG_KEXINIT sent
最後に、以下をテストしました。
nc example.com 80
GET / HTTP/1.1
host: example.com
何の反応も受けられませんでした。
私が確認した他のもの:
- ファイアウォールが構成されていません。
MTUはデフォルト値(1500)で構成されています。
$ sudo apparmor_status apparmor module is loaded. 4 profiles are loaded. 4 profiles are in enforce mode. /sbin/dhclient /usr/lib/NetworkManager/nm-dhcp-client.action /usr/lib/connman/scripts/dhclient-script /usr/sbin/tcpdump 0 profiles are in complain mode. 0 processes have profiles defined. 0 processes are in enforce mode. 0 processes are in complain mode. 0 processes are unconfined but have a profile defined.
答え1
最新のファームウェアとドライバのアップデートを行ってもサーバーからTCPに接続できませんでしたが、マザーボードを交換して問題を解決しました。 IBM技術者がマザーボードを交換した後、正常に動作し始めました。
本当に奇妙な質問です。