'Getting private IP address from 4G Dongle

I'm currently trying to make SIM7600X 4G DONGLE from Waveshare work while connected to NVIDIA Jetson Nano (which basically has Ubuntu 18 installed).

I've followed the instructions from here and whenever to request a new IP address for a wwan0 device I get a private IP address like 10.166.242.230, for instance.

udhcpc: started, v1.27.2
udhcpc: sending discover
udhcpc: sending select for 10.166.242.230
udhcpc: lease of 10.166.242.230 obtained, lease time 7200

Now I'm doubting this is just related to the dongle. Probably There's some weird DHCP configuration going on this UBUNTU 18 that messing things up.

Any ideas?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source