-
```
[root@sakura ~]# vi /etc/sysctl.conf
[root@sakura ~]# sysctl -p
net.ipv4.ip_forward = 1
net.ipv4.conf.default.rp_filter = 0
[root@sakura ~]# docker restart ipsec-vpn-server
ipsec-vpn-server
[root@…
-
Instead of copying files at the build, you can mount it at the run with -v option. (-v /home/CNSMO/ENVS/VPNClient-slave.1/client.conf:/etc/openvpn/client.conf:ro)
Multiple files can be mounted.
If fi…
-
I have followed your guide to install this image in my vps, but i'm getting error 800 in my client machine, I don't know what to do to fix this error.
port 500 and 4500 was opened in my vps, but i'm …
-
https://wiki.strongswan.org/projects/strongswan/wiki/IKEv2CipherSuites
There are decent docs available for [Windows 7](https://technet.microsoft.com/library/dd125380.aspx) but it's hard to find if an…
-
Follow your instruction, run `docker run` command, I got this:
```
IPsec VPN server is now ready for use!
Connect to your new VPN with these details:
Server IP: xxx.xxx.xxx.xxx
IPsec PSK: ********
…
-
softethervpn_4.14-9529_ar71xx.ipk
root@OpenWrt:~# /usr/bin/vpnserver start
-- Alert: SoftEther VPN Kernel --
String Library Init Failed.
Please check your locale settings and iconv() libraries.
root@O…
-
I recently updated to 1.28.0000 -2.8-130 K26ARM USB AIO-64K on an Asus RT-AC68R/U.
When I start or stop an OpenVPN client instead of reporting the status I land on http://10.10.10.1/vpn-client.asp wh…
-
Is there any way of getting VPN connection inside NW app?
I want only requests from NW app to go through VPN, not system-wide.
-
With the Jessie image, an error _Failed to open /dev/tty: No such device or address_ is displayed everywhere during the apps installation. This is not a problem, just a little dirty.
Example:
```
+ …
-
Hello, @hwdsl2
I just installed vpn service on my vps (CentOS 6) sucessfully with your script.
But after I connected to the vpn server, there's no internet access.
Could you help? Thx!