
i sucesfully can establish a connection to the openvpn server from the gateway The Lan Device also has the public WAN-IP of the Azure Server afterwards. Hence VPN is working fine.
I can ping the Lan Device from the Azure Server (ping 192.168.1.129) But i can not establish a connection when i use the public ip "ssh root@20.52.XXX.XXX -p 2223"
How can i forward the traffic from the WAN IP into the VPN Tunnel in Azure? I tried all combinations of source ip and destination ip and port and none is working. From my Understanding Destination IP should be the LAN IP Home and Destination Port should be 22 Source IP should be any and source port should be 2223.
Any help is highly aprreciated
Thank you