cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
497
Views
0
Helpful
0
Replies

Routing Subnet through PPTP

Hi. I have a problem routing a public IP address pool through a PPTP VPN without using NAT. The PPTP connection is established with no problems but i cant route any pool through it. the goal is to provide a Public IP pool to the customer cause the ISP doesnt provide any. Is there any way to achive this ??

The network is like this:

 

                                                             
 PPTP Server Router --->  INTERNET  --->  ISP Router with no Public IP  --->  PPTP Client Router  --->  Customer Servers

      45.5.5.1/32                                                                                                                                          209.45.85.128/30

 

 

The following configuration:

RT_PPTP_CLIENT#sho run
Building configuration...

Current configuration : 1704 bytes
!
! Last configuration change at 14:47:55 UTC Sun Apr 12 2020
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service internal
!
hostname RT_PPTP_CLIENT
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
ip cef
!
!
!
!
!
!
!
!


!
!
!
!
no ipv6 cef
multilink bundle-name authenticated
!
vpdn enable
!
vpdn-group PPTP
request-dialin
protocol pptp
pool-member 1
initiate-to ip 45.5.5.1
!
!
!
license udi pid CISCO1921/K9 sn FTX172083V2
license boot module c1900 technology-package datak9
!
!
username admin password 0 cisco
!
redundancy
notification-timer 60000
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
description WAN
ip address 10.0.0.55 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
description LAN
ip address 209.45.85.129 255.255.255.252
duplex auto
speed auto
!
interface Dialer0
ip address negotiated
ip flow ingress
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer string 123456
dialer persistent
dialer vpdn
dialer-group 1
ppp authentication chap pap ms-chap ms-chap-v2 callin
ppp chap hostname admin
ppp chap password 0 cisco
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 Dialer 0
ip route 45.5.5.1 255.255.255.255 10.0.0.1
!
dialer-list 1 protocol ip permit
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
login
transport input all
!
scheduler allocate 20000 1000
!
end



 

Thanks

 

 

 

 

0 Replies 0