Hello,
I´m using Bananapi R2 with my own built openwrt snapshot since two years now.
Just as I´m compiled and started new system with build number 17648, I found the device will not dialin. Luckily I stored the old SD-Card, so I could revert to build number 17554. What goes wrong here?
Provider is German Telekom, I have a Draytek Vigor 130 as modem at interface eth0.7. The supporter on provider site says, he couldn´t see any dialin attempt.
excerpt from /etc/config/network
That worked fine for me (different device as router), while I was still using VDSL/ T-Online - with the router doing the VLAN tagging (and the vigor 130 just passing it through).
I have sorted my /etc/config/network (without your "config switch" lines), but explicit eth0 and eth0.7 lines as stated earlier. Tomorrow I can test it.
@slh
It doesn´t work. Maybe we have a difference in the builds handling the mediatek mt7530 switch.
Even if I insert the switch config into /etc/config/network, I get some kernel errors and the lan site is down. Luckily I have console access.
Maybe I have to remove the bridge commands before using switch configuration. Testing not ended, but I have to do my job...
It doesn´t work.
Note: the mediatek target has the new dsa configuration.
is not applicable.
I tried to build a 2nd bridge device, assigned the wan interface untagged with vlan id 1 and also assigned the wan.7 interface (vlan id 7 tagged). I can call the web interface of the draytek modem, but the pppoe-interface reports in the syslog "timout waiting pad0 packets". I think, it´s a bug.
Interesting: if I assign the pppoe-interface to wan, I get "abort: user-request". Now could be a trick, the draytek modem removes the vlan tag, but I didn´t found the checkbox.
The examples above assume swconfig on ath79, lantiq or ipq806x, you can implement this with DSA as well (either by using wan.7 directly or via bridge-vlan filtering) - but I don't have experience with mediatek hardware and have just lost my VDSL a few months ago (so can't verify with DSA).
There must be a bug in newer pppoe code.
For testing purposed I changed my modem config to "handle vlan 7" and bound the pppoe device to wan instead to wan.7
That works in old build, but not in the newer one. Please note the device name for the pppoe-interface as "pppoe-wan". From where this device come? Also this device name doesn´t show up in the newer build. I would this investigate with openwrt team, but where could I report it?