Client RB - 192.168.2.1 (192.168.2.0/24)
PPP pool - 10.0.0.0/24, server is 10.0.0.1, client gets 10.0.0.10
Internet access (NAT) works on both routers, they can ping each others LAN IPs over OVPN
Only server can ping client LAN addresses when I add a route:
Code: Select all
add distance=1 dst-address=192.168.2.0/24 gateway=10.0.0.10
Code: Select all
add distance=1 dst-address=192.168.1.0/24 gateway=10.0.0.1
No bridges, pretty much default config.
What am I doing wrong?
Also: With DHCP the clients might get a different address and routing will not work - Do I need to make clients connect with static IP or can I have dynamic routing? How?
OVPN was set up like this: http://wiki.mikrotik.com/wiki/OpenVPN_C ... ep_by_Step