Skip to content

Commit

Permalink
Merge pull request #6 from kirill-zak/feature/readme-scaleway
Browse files Browse the repository at this point in the history
Add information for Scaleway users
  • Loading branch information
fcojean authored Apr 9, 2018
2 parents 3649eb4 + 36d81ba commit 29b7699
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IPsec VPN Server on Docker

[![Docker Stars](https://img.shields.io/docker/stars/fcojean/l2tp-ipsec-vpn-server.svg)](https://hub.docker.com/r/fcojean/l2tp-ipsec-vpn-server)
[![Docker Stars](https://img.shields.io/docker/stars/fcojean/l2tp-ipsec-vpn-server.svg)](https://hub.docker.com/r/fcojean/l2tp-ipsec-vpn-server)
[![Docker Pulls](https://img.shields.io/docker/pulls/fcojean/l2tp-ipsec-vpn-server.svg)](https://hub.docker.com/r/fcojean/l2tp-ipsec-vpn-server)

Docker image to run an IPsec VPN server, with support for both `IPsec/L2TP` and `IPsec/XAuth ("Cisco IPsec")`.
Expand All @@ -12,7 +12,7 @@ This docker image is based on [Lin Song work](https://github.com/hwdsl2/docker-i
* Multiple VPN users declaration support
* Native NAT Transversal support
* No waiting time before a user can reconnect in case of disconnection support
* Custom network interface support
* Custom network interface support

## Install Docker

Expand Down Expand Up @@ -104,6 +104,10 @@ To check the status of your IPsec VPN server, you can pass `ipsec status` to you
docker exec -it l2tp-ipsec-vpn-server ipsec status
```

### Scaleway user information

[Scaleway](https://www.scaleway.com/) © use own modified kernel version `4.4` by default. This kernel isn't compatible with IPsec. If you want to use IPsec VPN server on [Scaleway](https://www.scaleway.com/) © VPS you should switch version of kernel (version `4.8` or `higher`).

## Next Steps

Get your computer or device to use the VPN. Please refer to:
Expand Down

0 comments on commit 29b7699

Please sign in to comment.