<div dir="ltr"><div>Dear Sirs,</div><div> </div><div>I want to establish 2 ipsec channels between these two as follows.</div><div><br></div><div>test1(openswan 162.18.22.80)-----------test2(openswan 162.18.22.81)</div><div>test1(openswan 162.18.22.80)-----------test3(openswan 162.18.22.82)</div><div><br></div><div>The connection test1-test2 gets established without any problem.</div><div>However, when the connection test1-test3 is setup, it gives following error:</div><div><br></div><div>117 "test1-test3" #4: STATE_QUICK_I1: initiate</div><div>003 "test1-test3" #4: cannot route -- route already in use for "test1-test2"</div><div>032 "test1-test3" #4: STATE_QUICK_I1: internal error</div><div><br></div><div>Is it the routing issue?How do I check this question?Please help.</div><div>Thank you very much.</div><div> </div><div>Best Regards,</div><div>Ozai</div><div> </div><div><br></div><div># cat ipsec.conf</div><div>config setup</div><div>                nat_traversal=no</div><div>                oe=off</div><div>                protostack=netkey</div><div>                interfaces=%defaultroute</div><div> </div><div>conn test1-test2</div><div>                left=162.18.22.80</div><div>                leftsubnet=<a href="http://192.168.2.0/24">192.168.2.0/24</a></div><div>                rightsubnet=<a href="http://192.168.3.0/24">192.168.3.0/24</a></div><div>                connaddrfamily=ipv4</div><div>                right=162.18.22.81</div><div>                keyexchange=ike</div><div>                ike=3des-md5;modp1024!</div><div>                salifetime=480m</div><div>                phase2=esp</div><div>                phase2alg=3des-hmac_md5!;modp1024</div><div>                pfs=yes</div><div>                ikelifetime=60m</div><div>                type=tunnel</div><div>                authby=secret</div><div>                auto=add</div><div> </div><div>conn test1-test3</div><div>                left=162.18.22.80</div><div>                leftsubnet=<a href="http://192.168.2.0/24">192.168.2.0/24</a></div><div>                rightsubnet=<a href="http://192.168.3.0/24">192.168.3.0/24</a></div><div>                connaddrfamily=ipv4</div><div>                right=162.18.22.82</div><div>                keyexchange=ike</div><div>                ike=3des-md5;modp1024!</div><div>                salifetime=480m</div><div>                phase2=esp</div><div>                phase2alg=3des-hmac_md5!;modp1024</div><div>                pfs=yes</div><div>                ikelifetime=60m</div><div>                type=tunnel</div><div>                authby=secret</div><div>                auto=add</div><div>#</div><div># cat ipsec.secrets</div><div>162.18.22.80 162.18.22.81 : PSK "123"</div><div>162.18.22.80 162.18.22.82 : PSK "123"</div><div>#</div><div> </div></div>