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#3934 - Wireless Wan loosing packets when pppoe-wan is up #8931

Open
openwrt-bot opened this issue Jul 14, 2021 · 0 comments
Open

FS#3934 - Wireless Wan loosing packets when pppoe-wan is up #8931

openwrt-bot opened this issue Jul 14, 2021 · 0 comments
Labels
flyspray release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release

Comments

@openwrt-bot
Copy link

ezplanet:

Supply the following if possible:

  • Device problem occurs on: Home Hub 5, Linksys EA8300, Linksys WRT32x
  • Software versions of OpenWrt 21.02-rc3
  • Steps to reproduce:

Configure pppoe-wan and wwan to your ISPs

Bring up wwan

ping -I wwan0 8.8.8.8

all good.

Now bring up wan (pppoe-wan)

ifup wan

ping -I wwan0 8.8.8.8 looses packets in initial pings as follows:

ping -c10 -Iwwan0 8.8.8.8

PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=4 ttl=113 time=201.142 ms
64 bytes from 8.8.8.8: seq=5 ttl=113 time=41.131 ms
64 bytes from 8.8.8.8: seq=6 ttl=113 time=50.998 ms
64 bytes from 8.8.8.8: seq=7 ttl=113 time=40.956 ms
64 bytes from 8.8.8.8: seq=8 ttl=113 time=50.932 ms
64 bytes from 8.8.8.8: seq=9 ttl=113 time=40.753 ms

--- 8.8.8.8 ping statistics ---
10 packets transmitted, 6 packets received, 40% packet loss
round-trip min/avg/max = 40.753/70.985/201.142 ms

As a consequence wwan gets disabled by mwan3 because the test pings always fail.

If I take down wan (ifdown wan), then ping through wwan0 works normally.

The same configuration was working fine in 19.07 therefore something was changed in 21.02 that causes this issue with the wireless wan network. I am not sure however if this is related to "Wireless Wan", but I do not have a second wan of ethernet type that I can test this issue with.

Excerpt from /etc/config/network relative to the interfaces:

config interface 'wan'
option device 'wan'
option proto 'pppoe'
option username 'vodafonedsl'
option password 'vodafonedsl'
option metric '1'
option ipv6 '0'
option delegate '0'

config interface 'wwan'
option proto 'ncm'
option device '/dev/cdc-wdm0'
option pdptype 'IP'
option apn 'web.omnitel.it'
option service 'preferlte'
option ipv6 '0'
option metric '5'

The only solution right now is to return to 19.07 that works flawlessly with the same configuration.
Tested with 3 different router (as specified above), all giving the same result.

@aparcar aparcar added the release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release
Projects
None yet
Development

No branches or pull requests

2 participants