05-11-2005 03:56 AM - edited 02-21-2020 01:46 PM
I have a visitor who needs to connect to their VPN from our site. I have a Cisco 1720 12.xIOS with NAT to the internet. I have added this to my access-lists
access-list 101 permit tcp any eq 47 66.152.206.32 0.0.0.7
and
ccess-list 101 permit tcp any eq 2513 66.152.206.32 0.0.0.7
to open up port 47 (GRE) and 1723(PPTP)
ALSO
vpdn enable
!
vpdn-group 1
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
what am I missing that will not allow this user to get to his VPN?
He gets an error 721.
05-11-2005 04:19 AM
Hello,
GRE is ip protocol 47, it is not a tcp or udp port number. PPTP is tcp port 1723.
I think the access-list should be:
access-list 101 permit gre any x.x.206.32 0.0.0.7
access-list 101 permit tcp any eq 1723 x.x.206.32 0.0.0.7
HTH,
Mustafa
p.s. please remember to remove/mask public ip addresses and any other sensitive info.
05-11-2005 05:13 AM
I'll give it a try.
THANK YOU !!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide