Hello,
I am not new to networking and VPN, but relatively new to RouterOS.
I have a RB4011 for half a year now and have used it as home router, with multiple VLAN's and PPPoE via SFP+ to ISP.
Added OpenVPN server on the RB4011 (created certificates and separate ovpn pool).
With OpenVPN client on Windows notebook I am able to establish connection to public IP-address and the tunnel comes up, after I added
;;; OpenVPN
chain=input action=accept protocol=tcp in-interface=PPPoE-client
dst-port=1194 log=no log-prefix=""
to the firewall.
So far, so good, but from the Windows notebook I cannot reach any IP-address on the other side of the tunnel.
In IPCONFIG on the notebook there is an IP-adress from the ovn pool, but it has no gateway address.
How do I setup this and what rules do I have to add on the firewall to allow connection from ovpn client to internal devices on different networks, e.g network 192.168.10.0/24 and host 192.168.50.30/32?
Is it possible to define the allowed destinations on the RB4011 or do I need to add the internal destinations in the .ovpn configuraion file for the client?
Any help appreciated.