User manager with PPTP server

Hi,

I have my PPTP server setup and working fine. Now i want to setup User Manager to work with my PPTP Server. I want to know is it possible and how can i get it done.

One more thing, i have setup User Manager, when i login or perform any sort of activity in User Manager Web Interface i recieve an error Saying

“Error Fetching data”

Please tell me what is this about.

Hi..

Found an example on WIKI
http://wiki.mikrotik.com/wiki/User_Manager/PPP_Example

however it is not working. I only have single machine, which i want to setup as user manager and also as my PPTP server. SO what are the steps that i should follow now.

Hi,

My config of PPTP Server and User Manager is as follows.

PPTP Server

/ppp aaa print
use-radius: yes
accounting: no
interim-update: 0s

/ppp profile print
 0 * name="default" remote-address=10.10.10.1 use-compression=default use-vj-compression=default use-encryption=default only-one=default change-tcp-mss=yes 
     dns-server=10.10.10.1 

 1 * name="default-encryption" remote-address=10.10.10.1 use-compression=default use-vj-compression=default use-encryption=yes only-one=default 
     change-tcp-mss=yes dns-server=10.10.10.1

/ interface pptp-server server 
set enabled=yes max-mtu=1460 max-mru=1460 authentication=mschap1,mschap2 keepalive-timeout=disabled default-profile=default-encryption



User Manager 

/ tool user-manager router 
add subscriber=mudasir name="mudasir" ip-address=172.16.10.1 shared-secret="1234" comment="" disabled=no 
/ tool user-manager user 
add subscriber=mudasir username="mudasir" password="123" first-name="Mudasir" last-name="Mirza" rate-limit="0" comment="" disabled=no 
/ tool user-manager customer 
add subscriber=mudasir login="mudasir" password="1234" time-zone=+00:00 permissions=owner parent=mudasir comment="" disabled=no



Radius Settings

/ radius 
add service=ppp called-id="" domain="" address=172.16.10.1 secret="1234" authentication-port=1812 accounting-port=1813 timeout=300ms accounting-backup=no \
    realm="" comment="" disabled=no 
/ radius incoming 
set accept=no port=1700

Now every thing is infornt of you guyz, please let me know soon, becasue i want to shift to User Manager.

HI,
You can try with ip-address=127.0.0.1, if both the service is running on the same machine.

HI,
You can try with ip-address=127.0.0.1, if both the service is running on the same machine.

Hi..

I tried with ip=127.0.0.1 , still same error. The error that i am getting is as follows.

Access was denied because the username and/or password was invalid on the domain. (Error 691) For customized troubleshooting information for this connection, click Help.

This is the error that i am getting while trying to connect to my PPTP Server. Please Help me out.