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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help setting up split tunneling Please.

Status
Not open for further replies.

ajinc

MIS
Aug 7, 2004
73
US
Hello All,
I am trying to get my PIX to perform split tunnling.
I have read all of the warnings about this subject, and at this time I have no choice but to use this method.
Could you take a look at my config, and tell me where I am going wrong?
Any help is greatly appreciated.


PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password password encrypted
passwd password encrypted
hostname pixfirewall
domain-name kgcpa.com
clock timezone EST -5
clock summer-time EDT recurring
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 pptp 1723
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 inbound deny icmp any any
access-list inbound permit tcp any any eq www
access-list inbound remark Allow VPN PPTP
access-list inbound permit tcp any any eq pptp
access-list inbound remark Allow MS Terminal Services Access
access-list inbound permit tcp any any eq 3389
access-list inbound remark Allow VPN PPTP
access-list inbound remark
access-list inbound deny tcp 10.0.0.0 255.255.255.0 any
access-list inbound deny tcp any eq 7001 any eq 7001
access-list inbound deny tcp any eq 500 any eq 500
access-list inbound deny udp any eq 50 any eq 50
access-list outbound permit tcp any any eq 3389
access-list inside_outbound_nat0_acl permit ip any 192.168.11.0 255.255.255.240
access-list kgcpa_splitTunnelAcl permit ip 192.168.2.0 255.255.255.0 any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 152.197.143.99 255.255.255.0
ip address inside 192.168.2.1 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip audit info action alarm
ip audit attack action alarm
ip local pool vpdnpool 192.168.11.1-192.168.11.10
pdm location 0.0.0.0 255.255.255.255 inside
pdm location 10.0.0.0 255.255.255.0 outside
pdm location 0.0.0.0 255.255.255.0 inside
pdm location 10.0.0.0 255.255.255.255 outside
pdm location 192.168.11.0 255.255.255.240 outside
pdm location 192.168.2.0 255.255.255.255 inside
pdm location 192.168.2.0 255.255.255.0 inside
pdm location 0.0.0.0 255.255.255.255 outside
pdm location 0.0.0.0 255.255.255.0 outside
pdm location 192.168.2.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 inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group inbound in interface outside
route inside 0.0.0.0 255.255.255.0 151.196.142.1 1
route outside 0.0.0.0 0.0.0.0 151.196.142.1 1
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 RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.2.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-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto dynamic-map outside_dyn_map 1 set transform-set ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp key ******** address 192.168.0.0 netmask 255.255.0.0
isakmp key ******** address 193.168.0.0 netmask 255.255.0.0
vpngroup KGCPA idle-time 1800
vpngroup kgcpa split-tunnel kgcpa_splitTunnelAcl
vpngroup kgcpa idle-time 1800
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group KGCPA accept dialin pptp
vpdn group KGCPA ppp authentication mschap
vpdn group KGCPA ppp encryption mppe auto required
vpdn group KGCPA client configuration address local vpdnpool
vpdn group KGCPA pptp echo 60
vpdn group KGCPA client authentication local
vpdn username admin password *********
vpdn username ajinc password *********
vpdn username katrina password *********
vpdn username christine password *********
vpdn username ashley password *********
vpdn username laura password *********
vpdn username brittany password *********
vpdn username diane password *********
vpdn username audrey password *********
vpdn username wendy password *********
vpdn enable outside
vpdn enable inside
dhcpd address 192.168.2.11-192.168.2.42 inside
dhcpd dns 152.197.110.138 152.197.110.139
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain KGCPA
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
 
could you please explain what you are trying to do ?
(with IP to/from etc, vpn client etc)
your config doesnt make sense:
you should use local username database with the commands:
username NAME password PASSWORD

you should use vpngroup for you VPN clients.
I have no idea why you use vpdn ?

Regards
Martin
 
ok, i might be misunderstanding if you mean MS vpn or cisco VPN clients.
I think that only IPSEC Cisco VPN clients can use splittunnels.

 
Sorry for the lack of info.
I am trying to get a pc that now connects to the PIX using PPTP (MS client)to be able to surf the internet while connected to the PIX VPN. I am using the VPN for remote desktop acces to a server, but I will need to surf the web, without stopping my RD connection. As it stands at the present, when the vpn connection is established web surfing stops. The IPSEC config info. was a test to setup an IPSEC connection, but I haven't figured it all out as of yet hence the reason I am using the PPTP connection (easier to configure).

Thank you for your time & help.

 
Hi
As I said, I do not think PPTP can do split-tunnels.
Go by Cisco-web and look at the tons of samples for IPSEC on PIX.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top