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!

Lost connectivity after vpn authentication.

Status
Not open for further replies.

FWHATER

MIS
Apr 26, 2005
105
0
0
US
Got VPN going on my pix 501. I know the vpn client acts like a personal firewall, but I'd like to still have internet connectivity after authenticating to the firewall. I can't reach anything other than my internal network from across the internet. I request time out after pinging a site. Here's my config:

PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 15Rw3oNAQ0RnJh5A encrypted
passwd 15Rw3oNAQ0RnJh5A encrypted
hostname pixadmin
domain-name pix.com
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 101 permit ip 10.0.0.0 255.255.255.0 172.0.0.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 10.0.0.1 255.255.255.0
ip verify reverse-path interface inside
ip audit info action alarm
ip audit attack action alarm
ip local pool Freedom 172.0.0.1-172.0.0.10 mask 255.255.255.0
pdm location 10.0.0.0 255.255.255.0 inside
pdm location 172.0.0.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
timeout xlate 0:05: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
http server enable
http 10.0.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
sysopt connection permit-l2tp
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map 10 set transform-set ESP-3DES-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp key ******** address 6.6.9.6 netmask 255.255.255.255
isakmp nat-traversal 30
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup agents address-pool Freedom
vpngroup agents dns-server 7.6.3.8
vpngroup agents wins-server 7.6.3.9
vpngroup agents idle-time 1800
vpngroup agents password ********
telnet 10.0.0.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn enable inside
dhcpd auto_config outside
username M password ZDqjhX9RgPdeF9um encrypted privilege 2
terminal width 80
Cryptochecksum:b259010fed02f4e220576ce2b98c3966
: end

Any help would be greatly appreciated.
 
Using IPSec, you must enable split tunneling to be able to access the internet and VPN at the same time.

Computer/Network Technician
CCNA
 


Add this line to your vpngroup..

vpngroup agents split-tunnel <ACLName>

Then add this ACL

access-list <ACLName> permit ip any <VPNPool Network> <netmask>

Computer/Network Technician
CCNA
 
Thanks for the info LloydSev, only now I can't access my internal network. All that Split-Tunneling is doing is removing the DFG from my client's vpnpool ip address. When that happens, I can see the rest of the cloud, but there's no way for my client to see the internal network. The DFG of my client is using itself for the vpnpool ip address. Is there any way to set the DFG to something else other than itself to see both the internal network and the cloud ? Here's my config:

PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 15Rw3oNAQ0RnJh5A encrypted
passwd 15Rw3oNAQ0RnJh5A encrypted
hostname pixadmin
domain-name pix.com
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 101 permit ip 10.0.0.0 255.255.255.0 172.0.0.0 255.255.255.0
access-list 102 permit ip any 172.0.0.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 10.0.0.1 255.255.255.0
ip verify reverse-path interface inside
ip audit info action alarm
ip audit attack action alarm
ip local pool Freedom 172.0.0.1-172.0.0.10 mask 255.255.255.0
pdm location 10.0.0.0 255.255.255.0 inside
pdm location 172.0.0.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
timeout xlate 0:05: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
http server enable
http 10.0.0.0 255.255.255.0 inside
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 ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map 10 set transform-set ESP-3DES-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp key ******** address 6.6.9.6 netmask 255.255.255.255
isakmp nat-traversal 30
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup agents address-pool Freedom
vpngroup agents dns-server 10.0.0.3
vpngroup agents split-tunnel 102
vpngroup agents idle-time 1800
vpngroup agents password ********
telnet 10.0.0.0 255.255.255.0 inside
telnet timeout 60
ssh timeout 5
console timeout 0
vpdn enable inside
dhcpd auto_config outside
username Kev password ZDqjhX9RgPdeF9um encrypted privilege 2
vpnclient server 10.0.0.1
vpnclient mode client-mode
vpnclient vpngroup agents password ********
terminal width 80
Cryptochecksum:a30c1a727845f25fea07ff9786fc4f32
: end

Thanx.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top