如何编辑配置openwrt,来实现pppoe拨号上网

发布网友 发布时间:2022-04-23 14:06

我来回答

3个回答

热心网友 时间:2022-06-12 02:17

爱应用问仁间为您解答:

首先进入字符界面,然后输入 cd /etc/config 进入 /etc/config 目录
2.输入vi network,进行network文件配置
3.输入如下字符
config 'interface' 'wan'
        option 'ifname' 'eth1'
        option 'proto' 'pppoe'
        option 'username' 'xxxxxxxxxx'   (xxxxxxx表示是你的pppoe帐号)
        option 'password' 'xxxxxxxxxx'    (xxxxxx表示是你的密码)
        option 'peerdns' '1'
        option 'defaultroute' '1'
4.按:,再按w保存文件
5.输入 cd / 退回根目录
6.输入 /etc/init.d/network start
这样可以上网了。

望采纳。如有问题请追问。

热心网友 时间:2022-06-12 02:18

先刷回原厂,然后设置PPPOE上网,下载winscp和putty这两个软件;再刷到openwrt,通过winscp软件可以图形化修改配置文件“/etc/config/network”就可以上网了,再查找如何安装luci界面,就可以在putty软件下安装好luci;这样openwrt的web界面就出来了

热心网友 时间:2022-06-12 02:18

首先进入字符界面,然后输入 cd /etc/config 进入 /etc/config 目录2.输入vi network,进行network文件配置3.输入如下字符config 'interface' 'wan' option 'ifname' 'eth1' option 'proto' 'pppoe' option 'username' '

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com