Bribebox
Regular Member
- Aug 11, 2010
- 261
- 70
Thank you for your help!"ethX" interfaces refer to your ethernet connections. Your cellular connections should show up as either "usbX" or "wwanX". It appears they are not being recognized for some reason. Are you sure that your modem is supported by your cellular provider (it uses the proper bands)? I think sometimes additional steps need to be taken once it's plugged in, also. Try sending an AT^NDISDUP=1,1 command to the modem.
Code:$ apt-get install socat $ socat - /dev/ttyUSB0 > AT^NDISDUP=1,1
You are absolutely right, it should show as "usbX" or "wwanX" and it's probably because of my Huawei modem is using hilink mode. I tried an older modem and it was detected as you have previously mentioned - "usbX". However, "Either "to" is duplicate, or "gw1" is garbage" and "Nexthop has invalid gateway" errors still existing. Any ideas on how I should fix them?

