Hi there,<br><br>I have some problems setting up a working roadwarrior connection.<br><br>I'am able to setup a normal connection with the net-to-net as defined on the openswan website.<br>but the roadwarrior connection is a problem. can any of you guys look into to this problem because it constantly gives the error
<br><br><br><span style="font-weight: bold;">Ipsec is working correctly</span><br><br>Checking your system to see if IPsec got installed and started correctly:<br>Version check and ipsec on-path [OK]
<br>Linux Openswan U2.4.6/K2.6.18-4-686 (netkey)<br>Checking for IPsec support in kernel [OK]<br>NETKEY detected, testing for disabled ICMP send_redirects [FAILED]<br><br>
Please disable /proc/sys/net/ipv4/conf/*/send_redirects<br> or NETKEY will cause the sending of bogus ICMP redirects!<br><br>NETKEY detected, testing for disabled ICMP accept_redirects [FAILED]<br><br> Please disable /proc/sys/net/ipv4/conf/*/accept_redirects
<br> or NETKEY will accept bogus ICMP redirects!<br><br>Checking for RSA private key (/etc/ipsec.secrets) [OK]<br>Checking that pluto is running [OK]
<br>Two or more interfaces found, checking IP forwarding [OK]<br>Checking NAT and MASQUERADEing [N/A]<br>Checking for 'ip' command [OK]
<br>Checking for 'iptables' command [OK]<br>Opportunistic Encryption Support [DISABLED]<br><br><br><span style="font-weight: bold;">
The Gateway</span><br><br>#<br>#File: /etc/ipsec.conf<br>#<br>conn road<br> left=<a href="http://172.16.12.33">172.16.12.33</a> # Gateway's information<br> leftid=@r119-lnx-adm #
<br> leftsubnet=<a href="http://255.255.0.0/24">255.255.0.0/24</a> #<br> leftrsasigkey=0sAQNn+Bw0b #<br> rightnexthop=%default # correct in many situations<br> right=%any # Wildcard: we don't know the laptop's IP
<br> rightid=@<a href="http://road.douwe.com">road.douwe.com</a> #<br> rightrsasigkey=0sAQPNANYL #<br> auto=start # authorizes but doesn't start this<br> # connection at startup
<br><br><br><span style="font-weight: bold;">The Roadwarrior</span><br><br>#<br>#File: /etc/ipsec.conf<br>#<br>conn road<br> left=%defaultroute # Picks up our dynamic IP<br> leftid=@<a href="http://road.douwe.com">
road.douwe.com</a> # Local information<br> leftrsasigkey=0sAQPNANYL #<br> right=<a href="http://172.16.12.33">172.16.12.33</a> # Remote information<br> rightsubnet=<a href="http://255.255.0.0/24">
255.255.0.0/24</a> #<br> rightid=@<a href="http://xy.example.com">xy.example.com</a> #<br> rightrsasigkey=0sAQNn+Bw0b #<br> auto=start # authorizes but doesn't start this
<br> # connection at startup<br><br><br><span style="font-weight: bold;"><span style="font-weight: bold;">I</span>psec auto --status<br><br></span>000 interface lo/lo ::1
<br>000 interface lo/lo <a href="http://127.0.0.1">127.0.0.1</a><br>000 interface eth1/eth1 <a href="http://172.16.12.33">172.16.12.33</a><br>000 %myid = (none)<br>000 debug none<br>000<br>000 algorithm ESP encrypt: id=2, name=ESP_DES, ivlen=8, keysizemin=64, keysizemax=64
<br>000 algorithm ESP encrypt: id=3, name=ESP_3DES, ivlen=8, keysizemin=192, keysizemax=192<br>000 algorithm ESP encrypt: id=7, name=ESP_BLOWFISH, ivlen=8, keysizemin=40, keysizemax=448<br>000 algorithm ESP encrypt: id=11, name=ESP_NULL, ivlen=0, keysizemin=0, keysizemax=0
<br>000 algorithm ESP encrypt: id=12, name=ESP_AES, ivlen=8, keysizemin=128, keysizemax=256<br>000 algorithm ESP encrypt: id=252, name=ESP_SERPENT, ivlen=8, keysizemin=128, keysizemax=256<br>000 algorithm ESP encrypt: id=253, name=ESP_TWOFISH, ivlen=8, keysizemin=128, keysizemax=256
<br>000 algorithm ESP auth attr: id=1, name=AUTH_ALGORITHM_HMAC_MD5, keysizemin=128, keysizemax=128<br>000 algorithm ESP auth attr: id=2, name=AUTH_ALGORITHM_HMAC_SHA1, keysizemin=160, keysizemax=160<br>000 algorithm ESP auth attr: id=5, name=AUTH_ALGORITHM_HMAC_SHA2_256, keysizemin=256, keysizemax=256
<br>000 algorithm ESP auth attr: id=251, name=(null), keysizemin=0, keysizemax=0<br>000<br>000 algorithm IKE encrypt: id=5, name=OAKLEY_3DES_CBC, blocksize=8, keydeflen=192<br>000 algorithm IKE encrypt: id=7, name=OAKLEY_AES_CBC, blocksize=16, keydeflen=128
<br>000 algorithm IKE hash: id=1, name=OAKLEY_MD5, hashsize=16<br>000 algorithm IKE hash: id=2, name=OAKLEY_SHA1, hashsize=20<br>000 algorithm IKE dh group: id=2, name=OAKLEY_GROUP_MODP1024, bits=1024<br>000 algorithm IKE dh group: id=5, name=OAKLEY_GROUP_MODP1536, bits=1536
<br>000 algorithm IKE dh group: id=14, name=OAKLEY_GROUP_MODP2048, bits=2048<br>000 algorithm IKE dh group: id=15, name=OAKLEY_GROUP_MODP3072, bits=3072<br>000 algorithm IKE dh group: id=16, name=OAKLEY_GROUP_MODP4096, bits=4096
<br>000 algorithm IKE dh group: id=17, name=OAKLEY_GROUP_MODP6144, bits=6144<br>000 algorithm IKE dh group: id=18, name=OAKLEY_GROUP_MODP8192, bits=8192<br>000<br>000 stats db_ops.c: {curr_cnt, total_cnt, maxsz} :context={0,0,0} trans={0,0,0} attrs={0,0,0}
<br>000<br>000<br>000<br><br><br><span style="font-weight: bold;"><span style="font-weight: bold;">Ip</span>sec auto --up road<br><span style="font-weight: bold;"><br></span></span>021 no connection named "road"
<br><br><br>Rather strange, if one of you guys know the answer to my problem I'am looking forward to here from you,<br><br>Sincerly yours,<br><br>Tjeard<br>