ターボリナックスもTurbolinux Server8からIPSecが標準でサポートされたため、以前からTLS7で何度か試してみてもうまく動作しなかったIPSecを試してみた。 |
config setup interfaces="ipsec0=eth0" klipsdebug=none plutodebug=none plutoload=%search plutostart=%search conn %default type=transport right=192.168.0.5 authby=secret pfs=no conn sample left=192.168.0.9 auto=start |
config setup interfaces="ipsec0=eth1" klipsdebug=none plutodebug=none plutoload=%search plutostart=%search conn %default type=transport right=192.168.0.9 authby=secret pfs=no conn sample left=192.168.0.5 auto=start |
: PSK "FreeS/WAN Connection" |
config setup interfaces="ipsec0=eth1" −−−−−ここはSG1とSG2では異なり、SG1は eth0である。 klipsdebug=none plutodebug=none plutoload=%search plutostart=%search uniqueids=yes conn %default keyingtries=5 authby=secret conn sample left=192.168.0.5 leftnexthop=192.168.0.9 leftsubnet=192.168.1.0/24 right=192.168.0.9 rightnexthop=192.168.0.5 rightsubnet=192.168.2.0/24 auto=add −−−−−−−−−−− センター側。端末側は start |
[root@fmv5100
anabuki]# netstat -r Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.2.0 192.168.0.9 255.255.255.0 UG 40 0 0 ipsec0 192.168.1.0 * 255.255.255.0 U 40 0 0 eth0 192.168.0.0 * 255.255.255.0 U 40 0 0 eth1 192.168.0.0 * 255.255.255.0 U 40 0 0 ipsec0 loopback * 255.0.0.0 U 40 0 0 lo default pc98nd.anabuki. 0.0.0.0 UG 40 0 0 eth1 [root@monitor anabuki]# netstat -r Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.2.0 * 255.255.255.0 U 40 0 0 eth1 192.168.1.0 fmv5100.anabuki 255.255.255.0 UG 40 0 0 ipsec0 192.168.0.0 * 255.255.255.0 U 40 0 0 eth0 192.168.0.0 * 255.255.255.0 U 40 0 0 ipsec0 loopback * 255.0.0.0 U 40 0 0 lo default pc98nd.anabuki. 0.0.0.0 UG 40 0 0 eth0 |