[Openswan Users] Vista and Openswan L2TP IPSEC vpn connection problem
Jacco de Leeuw
jacco2 at dds.nl
Sun Dec 23 11:49:58 EST 2007
Oguz Yilmaz wrote:
> Openswan logs says "no connection is known".
The issue seems to be that the client is behind NAT but you forgot
to add a parameter virtual_private to config setup. That's what the
"no connection is known for" error says. Add something like this
to your config setup section:
virtual_private=%v4:10.0.0.0/8,%v4:172.16.0.0/12,%v4:192.168.0.0/16,%v4:!172.19.32.0/24
> interfaces=""
Huh? If you leave this parameter out, Openswan will use the interface
that has the default gateway, which is probably what you want.
> conn b-labris.l2tp-zcert
> auth=esp
> esp=3des-md5-96
I would suggest to leave these two parameters out. Openswan has good defaults.
> leftnexthop=EXTERNALIPDEFGW
If you leave this parameter out too, it will default to the IP address
of the default gateway.
> rightid=%any
I would also suggest rightca=%same
> EXTERNALIP %any : RSA vpn-anahtari.key "labris"
> : RSA vpn-anahtari.key "labris"
Change your password :-)
Jacco
--
Jacco de Leeuw mailto:jacco2 at dds.nl
Zaandam, The Netherlands http://www.jacco2.dds.nl
More information about the Users
mailing list