OpenWrt PPPOE 拨号

编辑 /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 拨号)