美文网首页
OpenWrt PPPOE 拨号

OpenWrt PPPOE 拨号

作者: KK7384 | 来源:发表于2015-07-16 22:14 被阅读1383次

编辑 /etc/config/network 中关于wan的配置

config 'interface' 'wan'

option 'ifname' 'eth1'

option 'proto' 'pppoe'

option 'username' 'xxxxxxxxxx'   (xxxxxxx表示是pppoe帐号,一般不区分大小写)

option 'password' 'xxxxxxxxxx'    (xxxxxx表示是你的密码)

option 'peerdns' '1'

option 'defaultroute' '1'

保存退出重启

相关文章

网友评论

      本文标题:OpenWrt PPPOE 拨号

      本文链接:https://www.haomeiwen.com/subject/sgqpqttx.html