GithubHelp home page GithubHelp logo

cquptxingbo / openwrt-netkeeper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miao1007/openwrt-netkeeper

0.0 1.0 0.0 4.11 MB

A Plugin for NetKeeper PPPOE for CQUPT

Home Page: http://www.right.com.cn/forum/thread-141979-1-1.html

Makefile 1.36% C 98.64%

openwrt-netkeeper's Introduction

#Openwrt-NetKeeper 这是重庆地区的Netkeeper的路由器拨号插件,没有心跳,详细教程见这里

###Download

  • Source code: Source code are available in /src

###How to complie the plugin for your platform

  1. Download the Lastest GCC

  2. Unzip the GCC to anywhere

  3. edit /src/makefile, chnage the defalut GCC location to your GCC‘s location

  4. run make in terminal

  5. Upload your "sxplugin.so"

     scp  {drag your so's location here}   [email protected]:/usr/bin/pppd/2.4.7
    
  6. Configure your router

     ssh [email protected]
     vi /etc/config/network
    

    To configure your wan interface

     config interface 'NetKeeper'
     	option proto 'pppoe'
     	option ifname 'eth0.2'
     	option pppd_options 'plugin sxplugin.so'
     	option username 'phone number'
     	option password 'xxxxx'
     	option metric '0'
    
  7. ifup your NetKeeper interface in Luci

##Acknowledgements

##Developed By Leon - [email protected]

##License

Copyright 2013,2014 [email protected]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

openwrt-netkeeper's People

Contributors

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