On Tue, Nov 22, 2016 at 06:14:28PM +0100, Ingo Feinerer wrote: > --8<------------------------------------------------------------------------- > umb0: flags=8851<UP,POINTOPOINT,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > index 5 priority 0 llprio 3 > roaming disabled registration home network > state up cell-class custom rssi -69dBm speed 5.5Mps up 20.0Mps down > SIM initialized PIN valid > subscriber-id 012345678901234 ICC-id 0123456789012345689 provider 3 AT > device KRD 131 30/123 - R1A IMEI 012345689012345 firmware R3C11 > (Pro), R4A10 (App) > APN drei.at > dns 213.94.78.17 213.94.78.16 > status: active > inet 10.72.61.158 --> 10.72.61.155 netmask 0xfffffff8 > --8<-------------------------------------------------------------------------
Due to some conflicts with umb(4) and MP safe work going on, a default route is not automatically created for a umb(4) connection. You have to do it manually like the following for your example above: route add -ifp umb0 default 10.72.61.155 I created a shell script to set this up. Bryan