Git Product home page Git Product logo

lnmvpn's Introduction

该项目应用于企业远程维护、应用访问、安全连接、路由跳转

客户端下载:https://pan.baidu.com/s/1xDAfspJdBEm9ilipT61PbQ 分享密码:vzfn

##安装步骤(仅针对centos/redhat发行版,其他版本自行测试)

###1.安装初始化环境 python >=2.7 (推荐lnmos定制版本,可以在"客户端下载"中获取)
rpm -i python27-2.7.15-lnmos.rpm
export PATH=$PATH:/usr/local/python27/bin
安装pip工具
wget https://bootstrap.pypa.io/get-pip.py
python27 get-pip.py
安装virtualenv组件[使程序运行环境和系统环境分离]
pip install virtualenv
进入程序目录,建立程序运行环境 git clone https://github.com/fxtxkktv/lnmVPN.git
cd lnmVPN
virtualenv -p /usr/local/python27/bin/python venv
进入virtualenv环境
source venv/bin/activate

###2.安装程序运行模块
MySQL服务
yum install -y mysql-server mysql-devel MySQL-Python
证书组件
yum install -y gnutls-utils
VPN服务: [yum需要调用第三方源]
yum install -y epel-release
yum install -y ocserv openconnect
安装Python程序扩展包
pip install -r readme/requirements.txt

###3.创建数据库并恢复数据模版
[创建数据库]
[恢复数据模版]
[配置数据库连接] vim config/config.ini

###4.正式运行程序
[程序调试]:python27 main.py
[后台运行]: startweb.sh restart
[前段访问]:https://IP地址:端口号

备注:程序启动将自动接管网络接口配置、DNS服务、DHCP服务等相关,建议关闭系统中涉及到的相关程序,以免相互冲突。

如有问题可直接反馈或邮件[email protected]

项目截图

系统管理

其余界面

网络配置

其余界面

UTM防护

其余界面

VPN配置

其余界面

日志审计

其余界面

帮助文档

其余界面

lnmvpn's People

Contributors

fxtxkktv avatar

Stargazers

 avatar

Watchers

 avatar  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.