Hi Guys,
I read a lot of threads and saw a lot of solutions, but nothing seems to work for me. I'm really new with Mikrotik and am still doing things step by step.
On the point, I setup a user, PPTP server binding, Address Pool, everything as in this tutorial: http://www.urosvovk.com/step-by-step-how-to-configure-a-pptp-vpn-server-on-mikrotik-routeros/
I did the bridge and everything. From behind the router I connect without a problem, but I'm having troubles from outside.
I have the latest firmware (6.27)
I setup the service port:
[airhead@MikroTik] >> /ip firewall service-port print
Flags: X - disabled, I - invalid
NAME PORTS
0 ftp 21
1 tftp 69
2 irc 6667
3 h323
4 sip 5060
5061
5 pptp
I have added FW rules for 1723 and GRE:
[airhead@MikroTik] >> /ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=input action=accept protocol=icmp log=no log-prefix=""
1 ;;; default configuration
chain=input action=accept connection-state=established log=no log-prefix=""
2 ;;; default configuration
chain=input action=accept connection-state=related log=no log-prefix=""
3 ;;; default configuration
chain=input action=drop in-interface=ether1-gateway log=no log-prefix=""
4 ;;; default configuration
chain=forward action=accept connection-state=established log=no log-prefix=""
5 ;;; default configuration
chain=forward action=accept connection-state=related log=no log-prefix=""
6 ;;; default configuration
chain=forward action=drop connection-state=invalid log=no log-prefix=""
7 ;;; VPN
chain=input action=accept protocol=tcp dst-port=1723 log=no log-prefix=""
8 chain=input action=accept protocol=gre log=no log-prefix=""
[airhead@MikroTik] >>
when I try to connect from outside i get error 807. When I try testing it through this site:http://www.mynetworktest.com/ports.php I get port 1723 is not open.
Thanks in advance,
Regards,
Kiril