Client
is connecting to Host A
using OpenVPN.
Client
can now reachHost B
(Routes created onClient
machine by OpenVPN client)Host B
can now reachClient
(Routes manually created onHost B
)
When Client
does an HTTP request to Host B
, Host B
sees Host A
s IP address. This is normal and how the VPN should work.
How can I port forward from Host A
to Client
, so that Host B
does not need to know Host A
s address?