I have set up 2 VPN servers in 2 different locations [ A:openvpn server(ubuntu) , B: PPTP Server-RouterOS Mikrotik ]
What I want to do is to make A route all client traffic tthrough the pptp tunnel established between A and B:
Client <=> Server A <=> Server B
OpenVPN clients subnet is: 20.30.0.0/24
Server B ppp0 ip is: 172.31.0.251
I do: ip route add 20.30.0.0/24 dev ppp0
when i run tcpdump -i ppp0 i see pockets so it seems connection between A and B works but the client have not internet access when connect to openvpn server
Hope someone can help me with this. Thank you