Good evening,
I have a device connected to an isolated local LAN consuming a data stream from sensors. I also have a 4g modem on the device. I followed the cellular modem instructions dropped the file into /resin-boot and it ends up in /etc/NetworkManager/system-connections. After a reboot I see no IP assigned to the wwp0s20f0u2i12 device, which is my modem. manually configuring the modem seems to work:
root@8fde118:~# mmcli -b 0
--------------------------------
General | dbus path: /org/freedesktop/ModemManager1/Bearer/0
| type: default
--------------------------------
Status | connected: yes
| suspended: no
| interface: wwp0s20f0u2i12
| ip timeout: 20
--------------------------------
Properties | apn: telstra.internet
| roaming: allowed
--------------------------------
IPv4 configuration | method: static
| address: 10.106.128.70
| prefix: 30
| gateway: 10.106.128.69
| dns: 10.5.80.241, 10.5.209.36
| mtu: 1500
--------------------------------
Statistics | duration: 510
I need both the modem and the ethernet to be configured. The ethernet needs a static IP to communicate with the local LAN and the 4g modem is used for balena VPN.
To test things out I need to be able to change the contents in /resin-boot so that needs to be rw. I believe I did a mount -o remount,rw resin-boot / to get that done.
So where can I look for guidelines on the above ?
Thanks for your time