08/09/30 01:42:00 OiEFXLfK
>>438
とりあえず、routeコマンドの勉強をしたほうがいいみたいですね...
routeの実行結果を見てもチンプンカンプンです。
そして、routeの使い方を覚えれば、1と2の問題は解決しそうな気がします。推測ですが。
一応コマンド実行結果を載せておきます
route;
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.8.0.2 * 255.255.255.255 UH 0 0 0 tun0
10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
route -n;
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
※tunはOpenVPN仮想デバイスです
>>440
パーミッションは間違いなく600になってます。sshd_configのAuthorizedKeysFile設定も
間違っていないので、おそらく鍵生成の工程でどこか間違っている可能性があります。
こちらのほうは次の休みの日にでもじっくり検証してみたいと思います。