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!

Where did my split tunneling go?

Status
Not open for further replies.

honest1

Technical User
Jan 31, 2005
21
0
0
US
I had a VPN solution working well with a 501. I added two internal remote sites, and added the networks to the no-nat access-list. As soon as I did, split tunneling from the VPN stopped working. No other changes were made. Any suggestions would be appreciated.

 
Well it sounds like you have replaced your split tunnel with the new configuration.

Can you post your config?
 
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password /wa4xlpXKKs8PfGU encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname XXXX
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 ils 389
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 101 permit icmp any any echo-reply
access-list 101 permit icmp any any source-quench
access-list 101 permit icmp any any unreachable
access-list 101 permit icmp any any time-exceeded
access-list 102 permit ip 192.168.1.0 255.255.255.0 192.168.10.0 255.255.255.0
access-list 102 permit ip 192.168.2.0 255.255.255.0 192.168.10.0 255.255.255.0
access-list 102 permit ip 192.168.3.0 255.255.255.0 192.168.10.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside xx.xx.xx.xx 255.255.255.248
ip address inside 192.168.1.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool remote 192.168.10.200-192.168.10.220
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 102
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 xx.xx.xx.xx 1
route inside 192.168.2.0 255.255.255.0 192.168.1.253 1
route inside 192.168.3.0 255.255.255.0 192.168.1.253 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 sip-disconnect 0:02:00 sip-invite 0:03: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 trmset1 esp-aes-256 esp-sha-hmac
crypto dynamic-map map2 10 set transform-set trmset1
crypto map map1 10 ipsec-isakmp dynamic map2
crypto map map1 client authentication LOCAL
crypto map map1 interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
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 xxxxx address-pool remote
vpngroup xxxxx dns-server xx.xx.xx.xx
vpngroup xxxxx split-tunnel 102
vpngroup xxxxx idle-time 1800
vpngroup xxxxx password ********
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
management-access inside
console timeout 0
username xxxxx password .nLwXqLrtT1ZrOwx encrypted privilege 15
username xxxxx password qsJ993LHMNSHb1SV encrypted privilege 2
terminal width 80
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top