https://github.com/nimitzdev/iopenwrt_pppoe_fast_set
this cgi script is use for openwrt and perform a quick pppeo settings change
https://github.com/nimitzdev/iopenwrt_pppoe_fast_set
Last synced: 10 months ago
JSON representation
this cgi script is use for openwrt and perform a quick pppeo settings change
- Host: GitHub
- URL: https://github.com/nimitzdev/iopenwrt_pppoe_fast_set
- Owner: NimitzDEV
- Created: 2016-06-18T10:28:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-18T10:45:17.000Z (almost 10 years ago)
- Last Synced: 2025-03-31T16:43:21.516Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 适用于 OpenWRT 的 PPPoE 快速设置接口 ##
----------
适用于使用动态密码的网络环境,要进行快速设置,请配合密码获取端使用
[OpenWRT版本](https://github.com/NimitzDEV/AutoConnectADSL/tree/openwrt)
[磊科路由器没有登录密码版本](https://github.com/NimitzDEV/AutoConnectADSL/tree/master)
本程序是一个 CGI 程序,使用 shell 编写
使用方法
- 使用软件进入路由器的 FTP
- 切换到 HTTP 服务文件存放目录 (例如 /www)
- 将 fast 文件放到 cgi-bin 中
- 使用软件登录 SSH
- 赋予 fast 对应的权限 (至少711)
- 访问该文件,pppoeun 参数为 PPPOE 用户名,pppoepwd 参数为 PPPOE 密码