VPN com Mikrotik
Filial
Endereço da matriz: 4c050002300a2dd.sn.mynetname.net:5443
- Foi alterado a porta 443 da matriz para 5443, as operadoras bloqueiam as portas principais \
e não fecha a VPN.
/interface sstp-client
add authentication=chap,mschap1,mschap2 comment=":: VPN ::" connect-to=\
34c050002300a2dd.sn.mynetname.net:5443 disabled=no http-proxy=0.0.0.0:5443 \
name=VPN-sstp password=vpn profile=default-encryption user=vpn
/ip route
add comment=":: VPN ::" dst-address=192.168.168.0/24 gateway=\
10.5.50.1
Matriz (servidor VPN)
/ip route
add comment=":: VPN ::" dst-address=192.168.167.0/24 gateway=\
10.5.50.2
/interface pptp-server server
set enabled=yes
/interface sstp-server server
set authentication=chap,mschap1,mschap2 default-profile=default-encryption \
enabled=yes port=5443