PPTP Giving Error

Hi,

I am trying to setup PPTP on Mikrotik with User Manager. But it keeps giving me error that the UserName or Password is invalid.

In the logs i see Authentication Failed.

I also followed the article in the wiki section to remove all the doubts that i had in my mind.
PPTP when connecting goes till the Verifying UserName And Password, then gives error.


Hello Fren,

hope you will find, good solution about it…nice to meet you..:wink:

regards
Hasbullah.com

what kind of authorization to you use? pap, chap?

Hi.

This is my config.

/ tool user-manager router 
add subscriber=mudasir name="CrystalNet" ip-address=10.100.74.10 shared-secret="123456" comment="" disabled=no 
/ tool user-manager user 
add subscriber=mudasir username="demo" password="demo" comment="" disabled=no 
/ tool user-manager customer 
add subscriber=mudasir login="mudasir" password="mudasir" time-zone=+05:00 permissions=owner parent=mudasir comment="" \
    disabled=no



/ radius 
add service=ppp called-id="" domain="" address=10.100.74.10 secret="123456" authentication-port=1812 accounting-port=1813 \
    timeout=3s200ms accounting-backup=no realm="" comment="" disabled=no 
/ radius incoming 
set accept=yes port=1700



/ ppp profile 
set default name="default" use-compression=default use-vj-compression=default use-encryption=default only-one=default \
    change-tcp-mss=yes comment="" 
set default-encryption name="default-encryption" local-address=192.168.101.1 use-compression=default \
    use-vj-compression=default use-encryption=yes only-one=default change-tcp-mss=yes comment="" 
/ ppp aaa 
set use-radius=yes accounting=yes interim-update=0s

I dont know why i am getting error. In Logs i see “terminating.. authentication failed (6)”