Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > EZVPN Server - clients connect but cannot pass traffic..

Reply
Thread Tools

EZVPN Server - clients connect but cannot pass traffic..

 
 
steran@dotalot.com
Guest
Posts: n/a
 
      09-01-2005
Hi,

I've stared at this for too long and need a fresh set of eyes to
hopefully point me in the right direction. This router is performing
PAT for internet access and I'm trying to enable it as an EZVPN server.
Using the VPN client, I'm able to connect and bring up the tunnel.
However, once I'm in, I cannot pass traffic nor ping the router LAN
interface (on same subnet). Any thoughts?

Thanks for your help,
Spencer Teran


version 12.3
no parser cache
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname igw
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret xxx
!
username xxx password xxx
username zzz password zzz
aaa new-model
!
!
aaa authorization network biotxvpn local
aaa session-id common
ip subnet-zero
no ip source-route
ip cef
!
!
no ip domain lookup
ip domain name blah.blah
ip name-server public.ip
!
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp client configuration address-pool local dynpool
!
crypto isakmp client configuration group biotxvpn
key password
dns 192.168.0.11
wins 192.168.0.11
domain same.as.internal.hosts
pool dynpool
!
!
crypto ipsec transform-set transform-1 esp-3des esp-sha-hmac
!
!
crypto dynamic-map dynmap 1
set transform-set transform-1
reverse-route
!
!
!
crypto map dynmap isakmp authorization list biotxvpn
crypto map dynmap client configuration address respond
crypto map dynmap 1 ipsec-isakmp dynamic dynmap
!
!
!
!
interface Loopback0
ip address 209.x.x.x 255.255.255.255
ip nat outside
crypto map dynmap
!
interface FastEthernet0/0
description Ethernet LAN
ip address 192.168.0.1 255.255.255.0
ip nat inside
duplex auto
speed auto
crypto map dynmap
!
interface Serial0/0
description Internet WAN
ip address 10.0.36.170 255.255.255.252
ip nat outside
encapsulation ppp
no fair-queue
service-module t1 timeslots 1-24
crypto map dynmap
!
ip local pool dynpool 192.168.0.100 192.168.0.120
ip nat inside source list 1 interface Loopback0 overload
ip nat inside source static tcp 192.168.0.68 80 209.z.z.z 80
extendable
no ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
!
!
access-list 1 permit 192.168.0.0 0.0.0.255
no cdp run
!
!
!
dial-peer cor custom
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
exec-timeout 0 0
password xxx
!
!
!
end

 
Reply With Quote
 
 
 
 
dt1649651@yahoo.com
Guest
Posts: n/a
 
      09-01-2005

wrote:
> Hi,
>
> I've stared at this for too long and need a fresh set of eyes to
> hopefully point me in the right direction. This router is performing
> PAT for internet access and I'm trying to enable it as an EZVPN server.
> Using the VPN client, I'm able to connect and bring up the tunnel.
> However, once I'm in, I cannot pass traffic nor ping the router LAN
> interface (on same subnet). Any thoughts?
>


I think you have to add the command "acl" under the definition of
"crypto isakmp client configuration group biotxvpn".

Smth like:

crypto isakmp client configuration group biotxvpn
key password
dns 192.168.0.11
wins 192.168.0.11
domain same.as.internal.hosts
pool dynpool
acl vpn_routes

ip access-list extended vpn_routes
permit ip 192.168.0.0 0.0.255.255 192.168.0.0 0.0.255.255

You may have to adjust vpn_routes so that it is appropriate for your
VPN permission.

DT

 
Reply With Quote
 
 
 
 
Spencer Teran
Guest
Posts: n/a
 
      09-02-2005
Hi DT,

Thanks for your reply. Adding the ACL command under the isakmp client
config allows you to specify networks to encrypt (for split tunnel).
Without that ACL, the all traffic gets passed through the tunnel. The
problem ended up being that the NAT was translating the VPN traffic as
well. I ended up modifying the NAT ACL to deny traffic from the VPN
chunk from getting translated.

Thanks,
Spencer Teran

wrote:
> wrote:
>
>>Hi,
>>
>>I've stared at this for too long and need a fresh set of eyes to
>>hopefully point me in the right direction. This router is performing
>>PAT for internet access and I'm trying to enable it as an EZVPN server.
>> Using the VPN client, I'm able to connect and bring up the tunnel.
>>However, once I'm in, I cannot pass traffic nor ping the router LAN
>>interface (on same subnet). Any thoughts?
>>

>
>
> I think you have to add the command "acl" under the definition of
> "crypto isakmp client configuration group biotxvpn".
>
> Smth like:
>
> crypto isakmp client configuration group biotxvpn
> key password
> dns 192.168.0.11
> wins 192.168.0.11
> domain same.as.internal.hosts
> pool dynpool
> acl vpn_routes
>
> ip access-list extended vpn_routes
> permit ip 192.168.0.0 0.0.255.255 192.168.0.0 0.0.255.255
>
> You may have to adjust vpn_routes so that it is appropriate for your
> VPN permission.
>
> DT
>

 
Reply With Quote
 
andu andu is offline
Junior Member
Join Date: Dec 2008
Posts: 2
 
      12-05-2008
I think your nat list is not enough. You shoud switch to an extended one and set denys from your inside network to the remote networks and a final permit.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco 1811 K9- VPN clients can connect, but can't connect or ping tocomputers Pappy Cisco 1 01-30-2009 10:11 PM
Authentication for web clients and Swing clients Francesco Java 1 12-27-2006 03:10 AM
Wireless Clients Cannot Connect to Each Other tom Cisco 11 05-08-2006 09:51 PM
EzVPN Server and IPSEC pass through Michael Cisco 0 07-04-2004 08:41 AM
Ezvpn server and ezvpn client possible on a same cisco 837 Tag Cisco 0 10-21-2003 08:54 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57