Referring to this answer I'm trying to route UDP streaming through an available OpenVPN tunnel. On the VPN client machine, I've access to a UDP stream over an IP (udp://1.2.3.4:5555) which I want to listen to it on VPN server machine through that vpn tunnel. I tried different questions and couldn't find my answer. Here's the VPN connection status:
VPN Server which I want to get the UDP stream on
tap0 inet addr:100.64.100.1 Bcast:100.64.100.255 Mask:255.255.255.0
And
VPN Client which I have access to that UDP stream on
tap0 inet addr:100.64.100.2 Bcast:100.64.100.255 Mask:255.255.255.0
Any reference or help is appreciated,