Cisco PPTP - Mikrotik
Posted: Tue Nov 10, 2009 7:06 pm
Mikrotik - pptp -Cisco
Mikotik V3.29
Hello
I have some issues trying to configure a PPTP vpn between a mikrotik and a cisco 871
From windows i can make a connection and it works, but from mikrotik it is not working and i have no ideea why. I don't see anything in the debug except for:
Vi2 PPP: Outbound cdp packet dropped
Is there a way to see some debug in routeros?
If someone has some experience pls give a helping hand
here is my runing config:
Current configuration : 4474 bytes
!
version 12.4
no service pad
service tcp-keepalives-in
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
boot-start-marker
boot system flash c870-advipservicesk9-mz.124-15.T5.bin
boot-end-marker
!
aaa new-model
!
!
aaa authentication login default local
aaa authentication ppp default local
aaa authorization exec default local
!
!
aaa session-id common
vpdn enable
!
vpdn-group TEST-VPN
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
!
!
!
username test password 7 xxxx
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
description PC-Test
!
interface FastEthernet4
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
no cdp enable
!
interface Virtual-Template1
ip unnumbered Dialer0
peer default ip address pool defaultpool
ppp encrypt mppe auto required
ppp authentication ms-chap ms-chap-v2
!
interface Vlan1
ip address 10.124.175.2 255.255.255.0
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
interface Dialer0
ip ddns update hostname s.x.org
ip ddns update dyndns host s.x.org
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
load-interval 30
dialer pool 1
ppp authentication pap callin
ppp pap sent-username xxx password 7
!
interface Dialer1
no ip address
!
ip local pool defaultpool 10.124.175.150 10.124.175.250
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
ip http secure-server
ip nat inside source list 11 interface Dialer0 overload
ip nat inside source static tcp 10.124.175.5 3389 interface Dialer0 3389
!
access-list 11 remark *** Nat ***
access-list 11 permit 10.124.175.0 0.0.0.255
!
!
!
!
control-plane
!
!
line con 0
logging synchronous
no modem enable
This is the Mikrotik config:
0 name="pptp-out1" max-mtu=1452 max-mru=1452 mrru=disabled connect-to=cisco-ip user="test" password="xxxx" profile=default-encryption
add-default-route=no dial-on-demand=no allow=mschap1,mschap2
Basically i just see in the MT log:
initializing
dialing
teminating could not connect
disconnecting
Which is completely useless
Mikotik V3.29
Hello
I have some issues trying to configure a PPTP vpn between a mikrotik and a cisco 871
From windows i can make a connection and it works, but from mikrotik it is not working and i have no ideea why. I don't see anything in the debug except for:
Vi2 PPP: Outbound cdp packet dropped
Is there a way to see some debug in routeros?
If someone has some experience pls give a helping hand
here is my runing config:
Current configuration : 4474 bytes
!
version 12.4
no service pad
service tcp-keepalives-in
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
boot-start-marker
boot system flash c870-advipservicesk9-mz.124-15.T5.bin
boot-end-marker
!
aaa new-model
!
!
aaa authentication login default local
aaa authentication ppp default local
aaa authorization exec default local
!
!
aaa session-id common
vpdn enable
!
vpdn-group TEST-VPN
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
!
!
!
username test password 7 xxxx
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
description PC-Test
!
interface FastEthernet4
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
no cdp enable
!
interface Virtual-Template1
ip unnumbered Dialer0
peer default ip address pool defaultpool
ppp encrypt mppe auto required
ppp authentication ms-chap ms-chap-v2
!
interface Vlan1
ip address 10.124.175.2 255.255.255.0
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
interface Dialer0
ip ddns update hostname s.x.org
ip ddns update dyndns host s.x.org
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
load-interval 30
dialer pool 1
ppp authentication pap callin
ppp pap sent-username xxx password 7
!
interface Dialer1
no ip address
!
ip local pool defaultpool 10.124.175.150 10.124.175.250
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
ip http secure-server
ip nat inside source list 11 interface Dialer0 overload
ip nat inside source static tcp 10.124.175.5 3389 interface Dialer0 3389
!
access-list 11 remark *** Nat ***
access-list 11 permit 10.124.175.0 0.0.0.255
!
!
!
!
control-plane
!
!
line con 0
logging synchronous
no modem enable
This is the Mikrotik config:
0 name="pptp-out1" max-mtu=1452 max-mru=1452 mrru=disabled connect-to=cisco-ip user="test" password="xxxx" profile=default-encryption
add-default-route=no dial-on-demand=no allow=mschap1,mschap2
Basically i just see in the MT log:
initializing
dialing
teminating could not connect
disconnecting
Which is completely useless