Hello Everyone!
I’m recently stuck with a problen that apears to be simple, hope anyone can help me.
I’m trying to configurate a PPTP VPN on Mikrotik (I aware of the security problens) so if necessesary we can do Home Office, so far i made the current cofigurations:
PPP:
Interface:
PPTPSERVER → Enable
Default profile → default encryption
Profiles:default encryption
local adress> IP adress of local network (192.168.0.1)
Remote adress>VPN
DNS Server>same as the router
secrets:
Name>xxxxxx
password>xxxxx
service>pptp
profile>default encryption
local adreress: 192.168.0.1
On firewall create the rules:
chain>input protocol>(6)tcp dstport>xxxx action>accept
also create a pool for the VPN.
So far i was able to connect on the VPN using a PC that is already on the network, i’n strugling to conect from outside, there’s any configuration missing?
Thanks a lot!