Hello,<br><br>i try to established a connection between a openswan server and a roadwarriors.<br>each roadwarrior have a static ip address and the server, too.<br>the roadwarriors have XP and use ShrewSoft VPN Client to connect. we use PSK to authenticate.<br>
we have installed Linux Openswan U2.6.14/K2.6.18-128.1.10.el5 (netkey) into CentOS 5.0.<br>the ipsec.conf file is:<br>version 2.0 <br># basic configuration<br>config setup<br>protostack=netkey<br>nat_traversal=yes<br> forwardcontrol=yes<br>
virtual_private=%v4:<a href="http://10.0.0.0/24,%v4:172.16.0.0/12,%v4:192.168.0.0/16,%v4:!192.168.200.0/24,%v4:!10.105.228.0/22">10.0.0.0/24,%v4:172.16.0.0/12,%v4:192.168.0.0/16,%v4:!192.168.200.0/24,%v4:!10.105.228.0/22</a><br>
conn block<br> auto=ignore<br><br>conn private<br> auto=ignore<br><br>conn private-or-clear<br> auto=ignore<br><br>conn clear-or-private<br> auto=ignore<br><br>conn clear<br> auto=ignore<br><br>conn packetdefault<br>
auto=ignore<br><br>include /etc/ipsec.d/*.conf<br><br>and each file of roadwarrior are:<br>conn madrid<br> type=tunnel<br> authby=secret<br> leftsourceip=10.105.241.253<br> left=<public_ip><br>
leftsubnet=<a href="http://10.105.0.0/16">10.105.0.0/16</a><br> right=<public_ip><br> rightsubnet=<a href="http://192.168.200.60/32">192.168.200.60/32</a><br> auto=add<br> esp=3des-md5<br>
pfs=no<br> keyexchange=ike<br><br>conn murcia<br> type=tunnel<br> authby=secret<br> leftsourceip=10.105.241.253<br> left=<public_ip><br> leftsubnet=<a href="http://10.105.0.0/16">10.105.0.0/16</a><br>
right=<public_ip><br> rightsubnet=<a href="http://192.168.200.40/32">192.168.200.40/32</a><br> auto=add<br> esp=3des-md5<br> pfs=no<br> keyexchange=ike<br> conn albacete<br>
type=tunnel<br> authby=secret<br> leftsourceip=10.105.241.253<br> left=<public_ip><br> leftsubnet=<a href="http://10.105.0.0/16">10.105.0.0/16</a><br> right=<public_ip><br>
rightsubnet=<a href="http://192.168.200.50/32">192.168.200.50/32</a><br> auto=add<br> esp=3des-md5<br> pfs=no<br> keyexchange=ike<br><br>The roadwarrior can to established the tunnel and up the tunnel , but when they try to connect more than two roadwarrior, one of them drop the tunnel.<br>
Could someone help me?<br>thanks in advanced<br><br><br><br><br>