Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

software vpn connects but no traffic passes

Status
Not open for further replies.

nloecke

Technical User
May 25, 2005
24
0
0
US
Hello all
PIX 501 6.3(4)
Cisco VPN Client 5.0.05.0290

Connects quickly but can't ping anything and no traffic passes at all.

Topology:
Corporate network is 192.168.51.0
VPN Pool is 192.168.253.0

Please see attached config

Thanks for looking!


PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password ********* encrypted
passwd ********** encrypted
hostname PIX208
domain-name domain.local
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list SOFTWAREVPN permit ip 192.168.51.0 255.255.255.0 192.168.253.0 255.255.255.0
access-list NONAT permit ip 192.168.51.0 255.255.255.0 192.186.253.0 255.255.255.0
pager lines 20
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.x 255.255.255.248
ip address inside 192.168.51.208 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNPOOL1 192.168.253.1-192.168.253.254
pdm history enable
arp timeout 14400
global (outside) 1 x.x.x.x netmask 255.255.255.248
nat (inside) 0 access-list NONAT
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) x.x.x.x 192.168.51.230 netmask 255.255.255.255 0 0
conduit permit icmp any any
conduit permit tcp host x.x.x.x eq 9844 any
conduit permit tcp host x.x.x.x eq 35501 any
route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set REMOTESET esp-aes-256 esp-sha-hmac
crypto dynamic-map MAP 253 set transform-set REMOTESET
crypto map VPN 253 ipsec-isakmp dynamic MAP
crypto map VPN interface outside
isakmp enable outside
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes-256
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup REMOTEUSERS address-pool VPNPOOL1
vpngroup REMOTEUSERS dns-server 192.168.51.101
vpngroup REMOTEUSERS split-tunnel SOFTWAREVPN
vpngroup REMOTEUSERS idle-time 1800
vpngroup REMOTEUSERS password ********
telnet 192.168.51.69 255.255.255.255 inside
telnet 192.168.51.77 255.255.255.255 inside
telnet 192.168.51.71 255.255.255.255 inside
telnet timeout 20
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:24ef4c1ab9e5af04ea4aeba1b342b868
: end

<<Witty Signature>>
 
Code:
access-list NONAT permit ip 192.168.51.0 255.255.255.0 [b]192.186.253.0[/b] 255.255.255.0
fat finger??

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
AARRGGHH
I hate typos.
Thanks it alwayshelpt to have a second set of eyes look at it!



<<Witty Signature>>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top