Hi Everyone,
I hope someone can advise\ put me to the right direction
I have a mikrotik router seating behind my primary router
Router 1 is 10.10.10.1, the Mikrotik Router is 10.10.10.2. I am planing to use MikroTik as a open vpn server for backup entry (in case my primary dialin vpn goes down)
I have done port forwarding from the primary router and I can login via openvpn. The client is connected, got the tunnel ip allocated, however the problem that I can only login to 10.10.10.2 ip, the rest of the ips are non responsive, I can’t get to the internet, dns is failing too.
I tried enabling/disabling proxy arp int the bridge, adding - removing the lan bridge intself, injecting the actual subnet to the client 10.10.10.0/24.
redirecting all the traffic via open vpn (this is what I would like to do, no splitting) however, still the same issues that I face: 10.10.10.2 works but nothing else. I don’t have any firewall rules neither.
I use export certificate from the open vpn server (look like a new feature in ROS) that I later use on openvpn connect.
Would appreciator any help
/ip pool
add name=vpn-pool ranges=10.11.11.11-10.11.11.20
/ppp profile
add bridge=lan_bridge local-address=10.11.11.10 name=vpn-profile remote-address=vpn-pool use-compression=no use-encryption=yes use-ipv6=no
use-mpls=no
/ppp secret
add disabled=yes name=user.ovpn profile=vpn-profile routes=10.10.10.0/24 service=ovpn
/interface ovpn-server server
set auth=sha256 certificate=vpn-server cipher=aes256-gcm protocol=udp redirect-gateway=def1
Thank you