I would like to setup a more stable secure connection between my servers.

Currently I'm using ssh socks5 proxy, which does work:

ssh -fN -D localhost:1080 myuser@my-remote-ip

and then I'm able to cURL with curl --socks5-hostname:localhost:1080 ...

I'm able to setup StrongSWAN between my to servers, following this example:
https://www.strongswan.org/testing/testresults/ikev2/net2net-psk/

But I'm unable to using the remote server as proxy like with curl and ssh
socks5.
_______________________________________________
Users mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to