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!

Attempting PPTP behind PIX

Status
Not open for further replies.

sdmarek

IS-IT--Management
Feb 27, 2009
2
0
0
US
i am sittng behind a Cisco PIX 506e and attempting to connect to a GTA GB-800 using the Microsoft Protocol PPTP

I tested the remote VPN by bypassing the PIX, and it works great, but when i am behind the PIX (on the network that is protected by the PIX) i can not get PPTP to go through the PIX

What do i need to do to get this to work? i am assusming that i need to do an Permit ACL, a PPTP pass through or something, but every attemt i tried has failed

if you got an idea, please let me know
 
can you post your scrubbed config??

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
here is the running configeration for the PIX, and suppos the IP for the device i need to PPTP into is "99.88.77.66" what would i do to allow anyone from my network, to passthrough the PIX, into the 99.88.77.66 device, using PPTP? i do not know if this is an ACL problem, or maybe a NAT/PAT problem or what, please help if you can

: Saved
: Written by enable_15 at 12:47:22.633 UTC Mon Mar 2 2009
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password **
passwd **
hostname pixfirewall
domain-name ABCnternal.local
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
name 192.168.21.0 NovaStor
name 192.168.23.0 public
name 192.168.20.0 ABCnternal
name 192.168.22.0 Service
name 192.168.21.200 NovaStorServer
name 192.168.2.0 ABCVPNPool1

access-list allow-ping-return permit icmp any interface outside echo-reply
access-list allow-ping-return permit icmp any interface outside unreachable
access-list allow-ping-return permit icmp any interface outside time-exceeded
access-list allow-ping-return permit tcp any interface outside eq 308
access-list ABCAccess_splitTunnelAcl permit ip ABCnternal 255.255.255.0 any
access-list inside_outbound_nat0_acl permit ip ABCnternal 255.255.255.0 192.168.20.192 255.255.255.192
access-list outside_cryptomap_dyn_20 permit ip any ABCVPNPool1 255.255.255.0
no pager
icmp permit any outside
mtu outside 1500
mtu inside 1500
ip address outside 11.22.33.44 255.255.255.248
ip address inside 192.168.1.1 255.255.255.248
ip audit info action alarm
ip audit attack action alarm
ip local pool ABCVPNPool 192.168.20.220-192.168.20.225
pdm location 0.0.0.0 0.0.0.0 inside
pdm location ABCnternal 255.255.255.0 inside
pdm location NovaStor 255.255.255.0 inside
pdm location Service 255.255.255.0 inside
pdm location public 255.255.255.0 inside
pdm location 11.22.33.44 255.255.255.255 outside
pdm location NovaStorServer 255.255.255.255 inside
pdm location ABCVPNPool1 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
static (inside,outside) tcp interface 308 NovaStorServer 308 netmask 255.255.255.255 0 0
access-group allow-ping-return in interface outside
route outside 0.0.0.0 0.0.0.0 50.60.70.80 1
route inside ABCnternal 255.255.255.0 192.168.1.2 1
route inside NovaStor 255.255.255.0 192.168.1.2 1
route inside Service 255.255.255.0 192.168.1.2 1
route inside public 255.255.255.0 192.168.1.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 sip-disconnect 0:02:00 sip-invite 0:03: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 0.0.0.0 0.0.0.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-AES-128-MD5 esp-aes esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-AES-128-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption aes-256
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup ABCAccess address-pool ABCVPNPool
vpngroup ABCAccess dns-server 192.168.20.11
vpngroup ABCAccess split-tunnel ABCAccess_splitTunnelAcl
vpngroup ABCAccess idle-time 1800
vpngroup ABCAccess password **
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 60
ssh timeout 60
console timeout 0
terminal width 100
Cryptochecksum:e450be911b86002d635080388d7cae93
: end



 
Add this:
Code:
fixup protocol pptp 1723

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top