Community discussions

MikroTik App

Search found 2 matches

by tayyebjaved
Sat Sep 07, 2019 3:48 pm
Forum: Scripting
Topic: Mikrotik API call not working [SOLVED]
Replies: 37
Views: 57585

Re: Mikrotik API call not working [SOLVED]

For Login Using Php API, you need change in: routeros_api.classv1.6.php

$this->write('=response=00' . md5(chr(0) . $password . pack('H*', $MATCHES[0][1])));

for

$this->write('=password=' . $password);
Not working for me.
by tayyebjaved
Fri Mar 22, 2013 11:00 am
Forum: General
Topic: PPTP vpn server with 2 wan port
Replies: 0
Views: 595

PPTP vpn server with 2 wan port

Dear Brothers,
I want to make PPTP vpn server for my clients. I am using Mikrotik 5.20 routeros with two lan interface. One for incoming PPTP and One for Internet to PPTP users to provide internet.
Any one can help me in this manner.