|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||
|
Posted by Nyerere on April 25, 2007, 2:59 pm
Please log in for more thread options
configured as a VPN server but I'm experincing a lot of problems. My router config is as follows: ! aaa new- model ! aaa authentication login LOCAL_DB local aaa authorization network LOCAL_DB local ! aaa session-id common ! username test privilege 15 secret 5 XXXXXXXXXXX ! crypto isakmp policy 1 encr aes authentication pre- share group 2 no crypto isakmp ccm ! crypto isakmp client configuration group REMOTE_VPN key letmein dns 172.16.1.2 domain test.co.za pool TEST_VPN_POOL max-users 10 netmask 255.255.255.0 ! ! crypto ipsec transform-set TEST_SET esp-aes esp-sha-hmac ! crypto dynamic-map REMOTE_CLIENT_MAP 1 set transform-set TEST_SET reverse- route ! crypto map COMMED_VPN client authentication list LOCAL_DB crypto map COMMED_VPN isakmp authorization list LOCAL_DB crypto map COMMED_VPN client configuration address respond crypto map COMMED_VPN 100 ipsec-isakmp dynamic REMOTE_CLIENT_MAP ! interface Serial0/0/0 bandwidth 512 ip address XXX.XXX.XXX.XXX 255.255.255.252 ip nbar protocol- discovery ip flow ingress ip flow egress ip nat outside ip ips sdm_ips_rule in ip virtual- reassembly ip route-cache flow crypto map COMMED_VPN ! ip local pool TEST_VPN_POOL 172.16.22.10 172.16.22.20 ! I still cannot connect via my Windows XP client. Please help Regards Ayanda | ||||||||||
|
Posted by Mike Rahl on April 26, 2007, 11:10 am
Please log in for more thread options I believe the Microsoft VPN client uses PPTP, not IPSEC. This article might be of help to you http://www.cisco.com/en/US/tech/tk827/tk369/technologies_configuration_example09186a00801e51e2.shtml | ||||||||||
|
Posted by Al on April 26, 2007, 2:06 pm
Please log in for more thread options > I need to connect a Windows XP VPN client to a Cisco 1721 router
> configured as a VPN server but I'm experincing a lot of problems. My > router config is as follows: > > ! > aaa new- > model > ! > aaa authentication login LOCAL_DB > local > aaa authorization network LOCAL_DB local > ! > aaa session-id common > ! > username test privilege 15 secret 5 XXXXXXXXXXX > ! > crypto isakmp policy > 1 > encr > aes > authentication pre- > share > group > 2 > no crypto isakmp > ccm > ! > crypto isakmp client configuration group > REMOTE_VPN > key > letmein > dns > 172.16.1.2 > domain > test.co.za > pool > TEST_VPN_POOL > max-users > 10 > netmask > 255.255.255.0 > ! > ! > crypto ipsec transform-set TEST_SET esp-aes esp-sha-hmac > ! > crypto dynamic-map REMOTE_CLIENT_MAP > 1 > set transform-set > TEST_SET > reverse- > route > ! > crypto map COMMED_VPN client authentication list > LOCAL_DB > crypto map COMMED_VPN isakmp authorization list > LOCAL_DB > crypto map COMMED_VPN client configuration address > respond > crypto map COMMED_VPN 100 ipsec-isakmp dynamic > REMOTE_CLIENT_MAP > ! > interface Serial0/0/0 > bandwidth > 512 > ip address XXX.XXX.XXX.XXX > 255.255.255.252 > ip nbar protocol- > discovery > ip flow > ingress > ip flow > egress > ip nat > outside > ip ips sdm_ips_rule > in > ip virtual- > reassembly > ip route-cache > flow > crypto map > COMMED_VPN > ! > ip local pool TEST_VPN_POOL 172.16.22.10 172.16.22.20 > ! > > I still cannot connect via my Windows XP client. Please help > > Regards > Ayanda Have a look at: http://www.cisco.com/en/US/tech/tk827/tk369/technologies_configuration_example09186a00801e51e2.shtml | ||||||||||

Cisco Router as a VPN server and a Microsoft Client
Yahoo!
Windows Live
del.icio.us
digg
Netscape 




> configured as a VPN server but I'm experincing a lot of problems. My
> router config is as follows:
>
> !
> aaa new-
> model
> !
> aaa authentication login LOCAL_DB
> local
> aaa authorization network LOCAL_DB local
> !
> aaa session-id common
> !
> username test privilege 15 secret 5 XXXXXXXXXXX
> !
> crypto isakmp policy
> 1
> encr
> aes
> authentication pre-
> share
> group
> 2
> no crypto isakmp
> ccm
> !
> crypto isakmp client configuration group
> REMOTE_VPN
> key
> letmein
> dns
> 172.16.1.2
> domain
> test.co.za
> pool
> TEST_VPN_POOL
> max-users
> 10
> netmask
> 255.255.255.0
> !
> !
> crypto ipsec transform-set TEST_SET esp-aes esp-sha-hmac
> !
> crypto dynamic-map REMOTE_CLIENT_MAP
> 1
> set transform-set
> TEST_SET
> reverse-
> route
> !
> crypto map COMMED_VPN client authentication list
> LOCAL_DB
> crypto map COMMED_VPN isakmp authorization list
> LOCAL_DB
> crypto map COMMED_VPN client configuration address
> respond
> crypto map COMMED_VPN 100 ipsec-isakmp dynamic
> REMOTE_CLIENT_MAP
> !
> interface Serial0/0/0
> bandwidth
> 512
> ip address XXX.XXX.XXX.XXX
> 255.255.255.252
> ip nbar protocol-
> discovery
> ip flow
> ingress
> ip flow
> egress
> ip nat
> outside
> ip ips sdm_ips_rule
> in
> ip virtual-
> reassembly
> ip route-cache
> flow
> crypto map
> COMMED_VPN
> !
> ip local pool TEST_VPN_POOL 172.16.22.10 172.16.22.20
> !
>
> I still cannot connect via my Windows XP client. Please help
>
> Regards
> Ayanda