ok, this is the situation.
I need to remotely work on a machine running XP Pro SP2. Remote Desktop is enabled is working fine from the LAN. Whilst doing this I still need to access the local LAN and browse the web using the local gateway.
The PC is connected to a LAN and has a Cisco PIX 506E as the default gateway. This in turn is connected to a broadband modem with fixed IP address. The pix has a public Ip address on teh outside and a privite LAN Address on the inside.
The PC is on the same address space as the PIX inside interface. I have configured the pix to accept both IPSEC and PPTP tunnels, although I'd prefer to use (3DES) IPSEC.
Now, using a remote PC, eg a laptop connected to a dial-up, I connect to the PIX using cisco VPN client 4.0.1 and successfully connect a IPSEC tunnel. I then try to run remote desktop and ... nothing. However I can browse the internet using my local LAN so split-tunnelling seems to be working. btw Windows firewall is off.
OK, so I try to do the same using the PPTP client native to XP. I create the tunnel fine. I connect to remote desktop fine. So I try the same thing on another laptop, and this time the PPTP tunnel does not connect. So it is inconsistent between PCs for no apparent reason?
I'd prefer the fix for the Cisco client, but any help appreciated here.
heres the pix config:
PIX Version 6.3(1)
interface ethernet0 10baset
interface ethernet1 100basetx
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password *** encrypted
passwd *** encrypted
hostname firewall
domain-name ***
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 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
names
access-list ICMP-PING permit icmp any any
access-list no_nat permit ip 172.20.1.0 255.255.255.0 172.20.100.0 255.255.255.0
access-list splittunnel permit ip 172.20.1.0 255.255.255.0 172.20.100.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 82.70.153.* 255.255.255.248
ip address inside 172.20.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPN-POOL 172.20.100.1-172.20.100.3
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list no_nat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group ICMP-PING in interface outside
route outside 0.0.0.0 0.0.0.0 82.70.153.* 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 RADIUS protocol radius
aaa-server LOCAL protocol local
ntp server 192.6.38.* source outside
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 MYSET esp-3des esp-md5-hmac
crypto dynamic-map DYNMAP 10 set transform-set MYSET
crypto map MYMAP 10 ipsec-isakmp dynamic DYNMAP
crypto map MYMAP client configuration address initiate
crypto map MYMAP client configuration address respond
crypto map MYMAP interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp identity address
isakmp client configuration address-pool local VPN-POOL outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 1
isakmp policy 10 lifetime 86400
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup vpn3 address-pool VPN-POOL
vpngroup vpn3 dns-server 212.23.8.*
vpngroup vpn3 split-tunnel splittunnel
vpngroup vpn3 idle-time 1800
vpngroup vpn3 password ********
telnet 172.20.100.0 255.255.255.0 outside
telnet 172.20.1.0 255.255.255.0 inside
telnet timeout 15
ssh timeout 5
console timeout 0
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication pap
vpdn group 1 ppp authentication chap
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe auto
vpdn group 1 client configuration address local VPN-POOL
vpdn group 1 client configuration dns 212.23.8.* 217.149.108.*
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username *** password *********
vpdn enable outside
dhcpd address 172.20.1.20-172.20.1.29 inside
dhcpd dns 217.149.108.* 212.23.8.*
dhcpd lease 2700
dhcpd ping_timeout 750
dhcpd enable inside
terminal width 80
Cryptochecksum:075dbab20a6
29faf5ece2
8d54d21252
4
: end
[OK]
Start Free Trial