I'm setting up a site-to-site OpenVPN,
For now:
Users on the client side can access the subnets on the server side.
accessing the VPN client machine [Its IP on the client subnet] works fine. But i can't access other machines on the same client subnet.
I have used this option in the server configuration: As these are private subnet i will add them as they are:
route 172.20.56.0 255.255.255.0
client-config-dir ccd
And created file the same as client name with the following contents:
iroute 172.20.56.0 255.255.255.0
The Client machine has this local IP 172.20.56.1 which i can access from the server side.
The issue is that i'm non able to access any other machine on the client side.
Any Suggestions....