Coder Social home page Coder Social logo

softether-docker's Introduction

SoftEther

My basic SoftEther VPN Server container.

Usage

The recommended way is docker-compose (with normal network mode).

VERY IMPORTANT!: Create an empty config file with world-wide write permission under the config folder before start the server:

mkdir config
touch config/vpn_server.config
chmod 777 config/vpn_server.config

Start the container:

docker-compose up -d

Remote Management

  • start the VPN server
  • connect to the server with SoftEther Server Manager Tool from Windows or macOS

Notice: sometimes the default 443 port is used by another service, so use another available port like 5555, 8888...

Configuration

You can manage the VPN server from Windows with the Server Manager tool. Connect to the VPN server through 5555 TCP port. This is opened by default in docker-compose file.

Do not worry. Any opened port accept every type of connection ( management, OpenVPN, etc). So you can use only one port if you like it.

OpenVPN

  • Download the sample configuration files for OpenVPN clients (too) under the "OpenVPN/MS-SSTP Settings" with "Generate ..." button.
  • Use the ...openvpn_remote_access_l3.ovpn file for clients (road warriors :) ) Do not forget! Change these parameters to your configuration in this sample file:
proto tcp
remote vpn9999999999.v4.softether.net 5555

Upload the modified file to your clients and use it.

Good Luck!

softether-docker's People

Contributors

ramtiiin avatar

Stargazers

mehran BaghBan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.