I'm using r28057 on TEW-632BRP.

"ps|grep pppd" show nothing.


My network config file
config interface lan
        option ifname   "eth0 eth1"
        option type     bridge
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0

config interface wan
        option ifname   "br-lan"
        option proto    pppoe
        option username 'xxxxxxxxx'
        option password 'xxxxxxxxx'
        option keepalive 6
        option ppp_redial persist
        option pppd_options persist
#      option usepeerdns
        list dns 8.8.4.4
        list dns 8.8.8.8
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to