Archived from groups: comp.dcom.sys.cisco,comp.dcom.vpn,comp.security.firewalls (More info?)
I've inherited a pre-confgured PIX 501 with VPN via PPTP already
setup. I can get a VPN connection from an outside client to connect
and build the tunnel perfectly. Once connected I cannot communicate
with anything on the LAN ( ping, http, browsing etc ).
It's not a resolution problem as I can't even ping by IP. Am I missing
something in my config ?
Thanks for any help.
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pixfirewall
domain-name ciscopix.com
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
names
name xxx.xxx.xxx.xxx TermServices
name 192.168.1.100 WindowsServer
name 192.168.1.41 UNIXServer
name 217.34.149.55 UNIXServerOutside
access-list inside_outbound_nat0_acl permit ip any 192.168.1.0
255.255.255.128
access-list inbound_acl permit tcp any host TermServices eq 7171
access-list inbound_acl permit tcp any host UnixServerOutside eq 5900
access-list inbound_acl permit tcp any host unixServerOutside eq 1338
access-list inbound_acl permit ip host xxx.xxx.xxx.xxx any
access-list outside_cryptomap_dyn_20 permit ip any 192.168.1.0
255.255.255.128
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 111.222.333.444 255.255.255.240
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.