Skip to main content

PPTP Through PAT to a Microsoft PPTP Server

Configuring PPTP Through PAT to a Microsoft PPTP Server

Tommy's LAB

Hint: In ESXi 6 , you need to accept promiscuous mode in virtual switch. leave uncheck portgroup to connect to the real nic.
Router interface and host nic cannot ping but can ping to the other ip.

CDPPL-R1#int f0/0 ip nat inside ----- local network
int 1/0 ip nat outside -------internet
ip route 0.0.0.0 0.0.0.0 f 1/0
ip nat inside source list 101 interface f1/0 overload 
ip nat inside source static 172.20.0.2 119.73.129.162 <one to one NAT public ip>
access-list 101 permit ip any any

COSLME-R2----- int f0/0 ip nat inside ----- local network
int 1/0 ip nat outside -------internet
ip route 0.0.0.0 0.0.0.0 f 1/0
ip nat inside source list 101 interface f1/0 overload
access-list 101 permit ip any any

####Router 3725 has GRE problem in GNS3
####I used 3600 (Cisco IOS 3600 <3640-IK903S-M version 12.4 (25b) release software (fc1)> ) and it works.
 CDPPL1 vpn has no pubic IP configuration.

--------------------------------------------------------------------------------------------------------
ref: http://www.cisco.com/c/en/us/support/docs/ip/point-to-point-tunneling-protocol-pptp/12483-pptp-pat.html