Displaying 2 results from an estimated 2 matches for "dstnet".
Did you mean:
istnet
2008 Jul 17
1
racoon and ipsec issues
I am attempting to create an ipsec tunnel between two CentOS 5.1
systems, network-to-network with two different 192.168.xxx.0/24
LAN segments. I have gone through the documentation on the
centos web site, and have the machines to the point where the
/var/log/messages show ``IPsec-SA established'' on both machines
after runnig ``ifup ipsec0'' (same ipsec0 on each machine).
IP
2009 Feb 16
0
ipsec net-to-net problem
...) soft: 0(s)
current: 0(bytes) hard: 0(bytes) soft: 0(bytes)
allocated: 0 hard: 0 soft: 0
sadb_seq=0 pid=15049 refcnt=0
Here are the ifcfg-ipsec files for each host.
Host A:
TYPE=IPSEC
ONBOOT=NO
IKE_METHOD=PSK
SRCGW=10.10.2.254
DSTGW=10.10.1.10
SRCNET=10.10.2.0/24
DSTNET=10.10.1.0/24
DST=yy.yy.yy.yy
Host B:
TYPE=IPSEC
ONBOOT=no
IKE_METHOD=PSK
SRCGW=10.10.1.10
DSTGW=10.10.2.254
SRCNET=10.10.1.0/24
DSTNET=10.10.2.0/24
DST=xx.xx.xx.xx
Here are the routes from each host.
Host A:
10.10.1.0 10.10.2.254 255.255.255.0 UG 0 0 0 eth1
Host B:
1...