Bohdan
New Around Here
I am running an OpenVPN server with client config files for each client (clients are routers of my parents with networks behind them). These configs have IP addresses assigned to each common name.
On previous versions of the firmware, the real client IP addresses were taken into account when adding gateway entries to routing table, and now the client addresses are wrong which doesn't let me access the network behind the client unless I ssh into my router and remove wrong route and add a correct one like this:
Besides, all my clients are added with the same gateway IP: 10.8.0.2 while they have different IPs assigned in openvpn ccd files (10.8.0.101, 10.8.0.102 etc).
I think this is a bug. If not, please tell me what I could do wrong. I didn't touch the config for a long time and got this issue after Merlin firmware update to 384.12 or 384.13 (don't know exactly).
Thank you!
On previous versions of the firmware, the real client IP addresses were taken into account when adding gateway entries to routing table, and now the client addresses are wrong which doesn't let me access the network behind the client unless I ssh into my router and remove wrong route and add a correct one like this:
Code:
route del -net 10.0.20 0 gw 10.8.0.2 netmask 255.255.255.0 dev tun21
route add -net 10.0.20.0 gw 10.8.0.102 netmask 255.255.255.0 dev tun21
Besides, all my clients are added with the same gateway IP: 10.8.0.2 while they have different IPs assigned in openvpn ccd files (10.8.0.101, 10.8.0.102 etc).
I think this is a bug. If not, please tell me what I could do wrong. I didn't touch the config for a long time and got this issue after Merlin firmware update to 384.12 or 384.13 (don't know exactly).
Thank you!