現在、このチュートリアルに従って、Debian KVM で VPN LT2P /IPSec をセットアップしています。 デバイス/
このコマンドを発行する:
root@localhost:~# ipsec verify
次の出力を得ました
Checking your system to see if IPsec got installed and started correctly:
Version check and ipsec on-path [OK]
Linux Openswan U2.6.28/K2.6.32-5-686 (netkey)
Checking for IPsec support in kernel [OK]
NETKEY detected, testing for disabled ICMP send_redirects [FAILED]
Please disable /proc/sys/net/ipv4/conf/*/send_redirects
or NETKEY will cause the sending of bogus ICMP redirects!
NETKEY detected, testing for disabled ICMP accept_redirects [FAILED]
Please disable /proc/sys/net/ipv4/conf/*/accept_redirects
or NETKEY will accept bogus ICMP redirects!
Checking that pluto is running [OK]
Pluto listening for IKE on udp 500 [FAILED]
Cannot execute command "lsof -i UDP:500": No such file or directory
Pluto listening for NAT-T on udp 4500 [FAILED]
Cannot execute command "lsof -i UDP:4500": No such file or directory
Checking for 'ip' command [OK]
Checking for 'iptables' command [OK]
Opportunistic Encryption Support [DISABLED]
そこで、 /etc/sysctl.conf のこの設定を次のように編集しました
ICMP リダイレクトの受け入れを無効にする
net.ipv4.conf.all.accept_redirects = 0
次に、/etc/init.d でネットワークを再起動しました
ここで問題が発生します。SSH 経由で KVM に接続することも、IP を ping することもできません。(使えるのはVNCだけ)
ICMP Redirect Acceptance を有効にせずに SSH 経由で再度接続するにはどうすればよいですか?