bughelp wanted
Description
Three machines are involved here:
- My personal laptop
A, connected to the local network (green). - The server
Sthat routes traffic between the local network and the OpenVPN subnet, on whichbandwhichis running.Shas two addresses - a local network addressSlocaland an OpenVPN subnet addressSvpn.
- A remote client machine
Bconnected to the OpenVPN subnet (cyan).Bhas two addresses - a public addressBpuband an OpenVPN subnet addressBvpn.
Here I am initiating a file transfer on A using scp from A to Bvpn, so on layer 4 the connection should be from A:56994 to Bvpn:22.
But bandwhich seems to believe that it's from A:56994 to Slocal:22 instead, and by extension believes that this traffic should be attributed to the local sshd process.
I think I've got some clues on what's wrong. Help welcomed nonetheless.