OpenIKED IKEv2 VPN setup consists of OpenBSD-6.6 based remote server and 6.6
based road warrior -
client with dynamic IP. VPN works stable even using a link behind ISP NAT with
ping latency from
~750ms to ~1100ms. Hope latency about 1000ms can't be related to the issue
because all the tests
with
‐‐‐ Original Message ‐‐‐
On Monday, February 3, 2020 9:03 PM, Martin Got
wrote:
> OpenIKED IKEv2 VPN setup consists of OpenBSD-6.6 based remote server and 6.6
> based road warrior -
> client with dynamic IP. VPN works stable even using a link behind ISP NAT
> with ping latency from
&
Trying to set up pppd link with stunnel (from packages) wrapped between two
OpenBSD 6.4amd64 machines.
I use this reference article as an idea:
http://bremford.org/tips/QuickStunnelVPN.html
While connecting from client's side by command:
/usr/sbin/pppd ptypA 10.0.1.2: local debug noauth passive no
How to use 'stunnel' in client mode to accept connections on pty from local
programs like 'ppp' instead of 'accept=IP:PORT'?
'pty = yes' seems work in server mode only, so when I removed
'accept = 127.0.0.1:1723' from 'stunnel' client config I'm getting the error:
[!] Service [ppp]: Each service
I'm trying to make stunnel wrapped ppp connection to achieve bidirectional data
transfer over stunnel like shown below.
Stunnel client --connect-->Stunnel server
pppd client --connect-->pppd server
10.0.1.2 <--data--> 10.0.1.1
OpenBSD 6.4amd64 with Stunnel 5.44 se
5 matches
Mail list logo