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!

Confure PIX 501 for split tunneling 7 remote administration

Status
Not open for further replies.

ajinc

MIS
Aug 7, 2004
73
US
Hello All,
I have a PIX 501 v6.3 os

All is working except I cannot acheive split tunneling, and I cannot acces thePIX with PDM via VPN.

When I connect the VPN i cannot get to the pix via and If I use remote desktop on a windows server The pix screen loads, but the hour glass is not animated, and I never get a connection.

Below is my configuration.

if anyone has any ideas I am truly greatful!

Thank You
++++++++++++++++++

PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password letmein encrypted
passwd letmein 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 inbound remark Allow VPN PPTP
access-list inbound remark Allow MS Terminal Services Access
access-list inbound remark Allow VPN PPTP
access-list inbound remark
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
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 151.151.151.151 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 0.0.0.0 255.255.255.0 inside
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 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.2 1
route outside 0.0.0.0 0.0.0.0 151.196.142.2 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
vpngroup KGCPA split-tunnel outbound
vpngroup KGCPA idle-time 1800
telnet timeout 5
ssh timeout 5
management-access inside
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 enable outside
vpdn enable inside
dhcpd address 192.168.2.11-192.168.2.42 inside
dhcpd dns 151.196.0.40 151.196.0.41
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain KGCPA
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
 
Is your outside address. I'm pretty sure that PDM will only work on the inside address. Since you have the management-access command implemented you should be able to go at the inside interface remotely through the VPN.
But since you say PDM is not loading when accessed from a server at the remote location, it most likely will not work for you over the VPN.
Possibly you need to regenerate and save a key, I think you need it for SSL, I know you need it for SSH.
show ca mupub rsa (see if you have one to begin with)
ca gen rsa key 1024
ca save all

Or possibly reinstall the PDM image.

As for split tunnel, is this the only traffic that you want to go over the VPN?
access-list outbound permit tcp any any eq 3389
 
Thank you for your advice.
I would like http,https,pop3,smtp,nntp to go over the vpn.
Concerning PDM I can access it from any pc in my office network locally, except the Win 2K3 server desktop. I wanted to be able to config, and monitor the PIX remotely, because it physically is not located near me.
 
I think the problem is the below
http server enable
http 192.168.2.0 255.255.255.0 inside

Because the configuration just let 192.168.2.0 net range access http server you cannot use 192.168.11.0 net range to access http server
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top