You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affects both US and EU modem variants. Both Quectel EC25 and Simcom SIM7600G were tested a Fin board. Reproduced by customer on both balenaOS 2.95.8 (kernel 5.10.83-v7) or balenaOS 2.72.0+rev1 (kernel 5.4.83-v7).
Make the wwan0 primary interface: nmcli c down 'Wired connection 1'
Lower the MTU value to 1358 from the original default (we have enforced via config MTU of 1500 as default): ip link set mtu 1358 dev wwan0
Try generating traffic with fragmented packets:
ping -s 2800 172.16.1.1
base64 /dev/urandom | head -c 5000 > output.txt && curl -X POST -d @output.txt https://staging-api.bpcorp.xyz/
If that does not cause the crash alternatively VPN traffic may do that.
Logs of the crashes (not all the time it is possible to capture the logs before the device reboots).
The customer is using Zerotier in standard network host mode in a docker container, connected to some network in the Zerotier One, which may or may not be related to the crash.
The text was updated successfully, but these errors were encountered:
Affects both US and EU modem variants. Both Quectel EC25 and Simcom SIM7600G were tested a Fin board. Reproduced by customer on both balenaOS 2.95.8 (kernel 5.10.83-v7) or balenaOS 2.72.0+rev1 (kernel 5.4.83-v7).
Make the wwan0 primary interface:
nmcli c down 'Wired connection 1'
Lower the MTU value to 1358 from the original default (we have enforced via config MTU of 1500 as default):
ip link set mtu 1358 dev wwan0
Try generating traffic with fragmented packets:
ping -s 2800 172.16.1.1
base64 /dev/urandom | head -c 5000 > output.txt && curl -X POST -d @output.txt https://staging-api.bpcorp.xyz/
If that does not cause the crash alternatively VPN traffic may do that.
Logs of the crashes (not all the time it is possible to capture the logs before the device reboots).
The customer is using Zerotier in standard network host mode in a docker container, connected to some network in the Zerotier One, which may or may not be related to the crash.
The text was updated successfully, but these errors were encountered: