Network gateway via usb (rndis0)

asked 2019-03-16 20:59:11 +0200

Leon gravatar image

The question first: Why I can not access the internet via native applications like Email- or the Store-App even when general internet access is possible (via Browser, CLI tools). Do I miss a configuration in some kind of "middleware"?
Albeit routing, domain resolve, gateway config is correct working (but via rndis0).

I switched to Xperia X phone and my Jolla1 phone should work as music station now. I have setup usb/devmode connection to my workstation. The only available network interface on the phone is usb -> rndis0 (FlyMode not active).

# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.2.2     0.0.0.0         UG    0      0        0 rndis0
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 rndis0

The DNS config is working via nameserver entry in /etc/resolv.conf:

# nslookup google.com
Server:     192.168.101.2
Address:    192.168.101.2#53

Non-authoritative answer:
Name:   google.com
Address: 172.217.23.142

I can install software via pkcon:

# pkcon install htop-desktop
Resolving                                                                                                                                                        
Querying                                                                                                                                                         
Testing changes                                                                                                                                                  
Finished                                                                                             [                                                 ] (0%)  
The following packages have to be installed:
 htop-2.0.2+git4-1.2.2.jolla.armv7hl    Interactive process viewer
 htop-desktop-2.0.2+git4-1.2.2.jolla.noarch Desktop file for htop
Proceed with changes? [N/y] y
Installing                                                                                                                                                       
Waiting for authentication                                                                                                                                       
Querying                                                                                                                                                        
Resolving dependencies                                                                                                                                          
Installing packages                                                                                                                                             
Downloading packages                                                                                                                                            
Installing packages                                                                                                                                             
Finished

Also the native Browser is working and can access public websites.

So far all other applications (e.g. Maps, Email, Store, Weather) can not access the internet. Even the VPN configuration is not activatable ...

I'd really appreciate any ideas you guys may have as to why this is happening!!

edit retag flag offensive close delete