Giter VIP home page Giter VIP logo

docker-softether-vpn-bridge's Introduction

Lightweight Softether VPN Bridge

Build Status Docker Build Docker Stars Docker Pulls

This docker only contains a working SoftEther VPN Bridge other components have been removed.

If you need other parts :


What is SoftEther VPN Bridge

SoftEther VPN Bridge is software that allows you to cascade-connect to a Virtual Hub of SoftEther VPN Server operating at a remote location and create a Layer-2 bridge connection between that VPN connection and a physical network adapter on a computer running SoftEther VPN Bridge. SoftEther VPN Bridge is the ideal software for a computer connected to a remote base LAN when you want to connect the remote base LAN to a VPN configured with SoftEther VPN Server (namely, a Virtual Hub on a SoftEther VPN Server).

https://www.softether.org/4-docs/1-manual/5._SoftEther_VPN_Bridge_Manual

About this image

Versions will follow Softether VPN Github Repository tags and Alpine update.

This image is make'd from the offical Softether VPN Github Repository with 1 patchs :

  1. Server Patch:
  • Default Server cipher changed from "RC4-MD5" to "DHE-RSA-AES256-SHA"

Nothing else have been edited. So when you will start it the first time you will get the default configuration which is :

  • */!\ Administration without any password /!*
  • Bridge listenning on 443/tcp, 992/tcp, 1194/tcp+udp, tcp/5555
  • Unconfigured Bridge

You will have to configure it. To do so use :

How to use this image

For a simple use without persistence :

docker run -d --cap-add NET_ADMIN -p 443:443/tcp -p 992:992/tcp -p 1194:1194/udp -p 5555:5555/tcp amary/softether-vpn-bridge

For a simple use with persistence (will give you acces to configuration and logs) :

docker run -d --cap-add NET_ADMIN -p 443:443/tcp -p 992:992/tcp -p 1194:1194/udp -p 5555:5555/tcp -v /host/path/vpnbridge:/usr/vpnbridge:Z amary/softether-vpn-bridge

Add/delete any -p $PORT:$PORT/{tcp,udp} depending on you will

Changelog

  • v4.22-9634-beta : Initial Release

docker-softether-vpn-bridge's People

Stargazers

 avatar

Watchers

 avatar

docker-softether-vpn-bridge's Issues

Image upgrade

Hello,

Thanks for this your docker image.

{;ease is there any plans to u[grade to the latest release?

Kind regards

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.