Hi all!
Need help from you, i googled OpenVPN on Mikrotik and i got some tutorials but nothing works
I have a certificate and i use a public IP on my Mikrotik router.
my config is :
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=bridge-local network=192.168.88.0
add address=197.157.194.106/25 interface=ether1-gateway network=197.157.194.0
add name=OpnVpn ranges=11.11.11.2-11.11.11.254
/ip route
add distance=1 gateway=197.157.194.1
/ip firewall filter
add chain=input comment=OpenVPN dst-port=1194 protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat connection-type=pptp src-address=11.11.11.0/24
add action=masquerade chain=srcnat comment="default configuration" out-interface=ether1-gateway to-addresses=0.0.0.0
add action=dst-nat chain=dstnat disabled=yes in-interface=ether1-gateway to-addresses=11.11.11.0/24
/ppp profile
add change-tcp-mss=yes dns-server=197.157.194.30,8.8.4.4,8.8.8.8 local-address=192.168.88.1 name=OpenVPN \
remote-address=OpnVpn
/ppp secret
add name=test2 password=test2 profile=OpenVPN service=ovpn
add name=hmd password=hmd profile=OpenVPN service=ovpn
is some one has a idea to build a openvpn server on Mikrotik routerboard ?