-
Hi, I tried to revoke client from server.
I already added client "test_user" to a server.
I confirmed that user is in the list of `ovpn_listclients`.
However, when revoking the client, I found that…
-
Hello ! I am using a VPN on my router and it would be nice to have a feature to on and off a VPN connection.
Thanks
Denis
-
As I gather currently the server is meant to be used only while on LAN. However obviously one can circumvent that, and while doing so you take a risk with regard to exposing the server on WAN.
An s…
-
When I establish a tunnel over IPv6, I get both stacks (IPv4 and IPv6) redirected in the tunnel. Both stacks are working as expected.
When establishing the same tunnel over an IPv4 only link, I get…
-
Everything works well (with docker host network mode) in CoreOS (1632.3.0). After CoreOS auto upgrade to 1688.5.3, openvpn cannot set tun device properly.
logs
> openvpn_1 | Running 'openvpn…
-
I have vpn connection described in `/etc/openvpn/client.conf` which automatically connects on system's start up.
When I am running `openpyn fr` to connect to NordVPN, my first connection breaks and…
-
```
What steps will reproduce the problem?
1. compile the plugin with ./configure --with-openvpn=/home/tmp/openvpn-2.2.2
2. Launch OpenVPN (>service openvpn start)
3.
What is the expected output? Wha…
-
Hello,
I try to revoke a client certificate using the commands shown in the documentation:
```
docker run --rm -i --volumes-from vpn -e "EASYRSA_BATCH=1" kylemanna/openvpn easyrsa revoke toto
docker …
-
ニセの証明書を発行した上で接続先もすり替えてニセのOpenVPNサーバに接続させるなどという攻撃が発生するとはとても思えない(し、そんなシチュエーションでローカルファイルの改ざんが行われていない保証がどこにもないし、そもそも攻撃者が Walbrixを知らないといけない)が、ユーザーが無関係な誤った証明書を取り違えてセットしてしまわないための措置として照合を行ったほうが良い。
https://gi…
-
```
What steps will reproduce the problem?
================================================================
server.ovpn
===========
port 1194
proto udp
dev tap
;dev tun
ca ca.crt
cert server.crt
key s…