RB<->RB OVPN - Can't access serverside LAN :( (Fixed- OVPN settings problem)
Posted: Thu Aug 27, 2015 10:27 am
Server RB - 192.168.1.1 (192.168.1.0/24)
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:
Client RB can only ping server (10.0.0.1 and 192.168.1.1) with:
Client cannot access anything in Server LAN.
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
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