YEA - Cisco has release a Cisco VPN client 64 bit

They released a 64 bit vpn client.
I assume thats for Windows. If so, why bother with add on software?

Not too hard to configure Cisco IOS to terminate native Win PPTP or L2TP/IPSec VPN sessions, and with a bit of fiddling, split tunneling is even doable in Win.
 
Been using VPNC for ages... :confused:

I know

I assume thats for Windows. If so, why bother with add on software?

Not too hard to configure Cisco IOS to terminate native Win PPTP or L2TP/IPSec VPN sessions, and with a bit of fiddling, split tunneling is even doable in Win.

I know.

But there are people out there that like to have the software available. This is just a fyi for those who would like to have it. I have been following this wondering when Cisco will catch a wake up call on releasing a 64 bit version for Windows.

Anyways the software is vpnclient-winx64-msi-5.0.07.0290-k9..
 
Pretty Please

Not too hard to configure Cisco IOS to terminate native Win PPTP or L2TP/IPSec VPN sessions, and with a bit of fiddling, split tunneling is even doable in Win.
Not too hard .......... ( yes -- for YOU :) )

Really appreciate link to examples / how-to's etc
Thanks
 
Really appreciate link to examples / how-to's etc
Cant say I've found any good descriptive ones on the net, I derive my own e.g. relevant commands to get a 800 series ADSL router to accept Win L2TP/IPsec VPN on dynamic IP ...

aaa new-model

aaa authentication ppp default local
aaa authorization network default local

ip ddns update method dyndns
HTTP
add http://dd-user:[email protected]/nic/update?hostname=<h>&myip=<a> !<- must type [crtl]-v on CLI before you can enter ?
interval maximum 1 0 0 0

vpdn enable

vpdn-group l2tp-ipsec

accept-dialin
protocol l2tp
virtual-template 1
l2tp security crypto-profile l2tp
no l2tp tunnel authentication
l2tp tunnel receive-window 256

username ra-user1 password ra-passwd1 !<- username & passwd must match those in Win VPN adpater
username ra-user2 password ra-passwd2

crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key ra-psk-key address 0.0.0.0 0.0.0.0 !<- ra-psk-key must match pre-shared key in Win VPN adpater
crypto isakmp fragmentation

crypto ipsec transform-set ts-l2tp-ipsec esp-3des esp-sha-hmac
mode transport
!
crypto map l2tp-ipsec 10 ipsec-isakmp profile l2tp
set transform-set ts-l2tp-ipsec

interface Virtual-Template1
no ip address
peer default ip address pool l2tp-ipsec-pool
no keepalive
ppp mtu adaptive
ppp authentication ms-chap ms-chap-v2 callin

interface Vlan1
description LAN
ip address 192.168.1.1 255.255.255.0

interface Dialer1
description ADSL
ip ddns update hostname my-vpn-srv.dyndns.org !<- vpn server name to connect to in Win VPN adpater
ip ddns update dyndns
crypto map l2tp-ipsec

ip local pool l2tp-ipsec-pool 192.168.1.10 192.168.1.20


To perform split tunneling you'd untick 'Use default gateway on remote network' on the Win VPN adapter.
 
Last edited:
Top
Sign up to the MyBroadband newsletter
X