Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3448 - pppoe not work with vlan #8531

Closed
openwrt-bot opened this issue Nov 13, 2020 · 0 comments
Closed

FS#3448 - pppoe not work with vlan #8531

openwrt-bot opened this issue Nov 13, 2020 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

patrickkent:

Supply the following if possible:

  • Device problem occurs on ath79 tl-wr741nd-v4 with 64MB ram

With /etc/config/network like below:
config interface 'wan'
option ifname 'eth1.1234'
option proto 'pppoe'
option username 'user'
option password 'pass'
After run command "ifup wan", no process pppd will appear, and logread not show anything.

But with /etc/config/network like below, it will works well.
config interface 'wan'
option ifname 'eth1'
option proto 'pppoe'
option username 'user'
option password 'pass'

I don't know which commit break it exactly. Only know ar71xx 17.01 worked well. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant