M
M
Maxim2018-01-17 12:10:19
Mikrotik
Maxim, 2018-01-17 12:10:19

Why is the pptp connection not working on mikrotik?

I set up a pptp server on Mikrotik with authorization via AD
as in this article
https://habrahabr.ru/sandbox/58551/
in Firewall Rles added rules to the beginning
1 ;;; PPTP
chain=input action=accept protocol=tcp dst-address=
in-interface=ether1 router address dst-port=1723 log=yes log-prefix=""
2 chain=input action=accept protocol=gre dst-address=
in router address -interface=ether1 log=no log-prefix=""
5a5f1253a4dd8213214640.png
however no connection occurs.
Please tell me where did I go wrong?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Viktor Borovikov, 2018-01-17
@theo127

Try to remove the address and in-interface

D
dmb_1945, 2018-01-17
@dmb_1945

first check the work of pptp within mikrotik, then go further.

P
poisons, 2018-01-17
@poisons

Isn't it obvious to you what the problem is? TCP reaches the router, but GRE does not. Info from screenshot. Now solve the question "why GRE does not fly".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question