Ubuntu Touch devices are using cellular DNS servers over wifi connection
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Confirmed
|
High
|
John McAleely | ||
network-manager (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
network-manager (Ubuntu RTM) |
New
|
Undecided
|
Unassigned |
Bug Description
On my Nexus 4, build 121 with TMobile, when I am on wifi, I correctly get a 192.168 ip and DNS entries for this network (on wlan0) -- fine. When I am in range of cellular data, I get an ip address from TMobile and am given DNS entries that aren't on the same network as the TMobile ip address (on rmnet_usb0). The problem is, the DNS entries from TMobile are preferred over the ones from the wifi network such that while wlan0 is correctly setup as the default route, DNS queries are being made to the TMobile DNS servers over wlan0 because there are no explicit routes to these servers. This is problematic because the remote DNS server may not respond to queries coming from out of network or site policy may disallow the use of foreign DNS servers-- both of which result in slow (or possibly failing) DNS queries since the cellular DNS is checked first. Also, where it did work, these queries could incur charges when the user is intending to use only wifi. In the case of (at least) TMobile, this could be a security concern because the well-known TMobile DNS servers are on the private '10.' network, which opens the possibility for a rogue DNS server to be on the private wifi network with this ip address.
This could be fixed in (at least) four ways:
1) when on wifi, don't merge the DNS servers on cellular networks at all which forces the device to use the ones available on the site (wlan0). This is guaranteed to not incur changes
2) when on wifi, merge the DNS server from the cellular network, but add them after the ones on the wifi network. This will try the site's DNS first and only if they fail, fallback to the cellular DNS. This may incur charges under certain circumstances
3) add an explicit route to the cellular DNS servers through rmnet_usb0. This will bypass the site DNS with all queries going through cellular DNS. This will incur charges and would make the device unable to resolve site-local names.
4) same as '2', but also add explicit routes for the cellular name servers. This should only incur charges if wifi DNS fails
I think '3' is out. '2' and '4' seems most intuitive (with '4' perhaps most correct). '1' seems also ok.
# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.x.1 0.0.0.0 UG 0 0 0 wlan0
100.152.35.128 0.0.0.0 255.255.255.252 U 0 0 0 rmnet_usb0
192.168.x.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
Jan 17 07:36:38 ubuntu-phablet NetworkManager[
Jan 17 07:36:38 ubuntu-phablet NetworkManager[
Jan 17 07:36:38 ubuntu-phablet NetworkManager[
Jan 17 07:36:38 ubuntu-phablet NetworkManager[
Jan 17 07:36:38 ubuntu-phablet NetworkManager[
Jan 17 07:36:38 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:41 ubuntu-phablet NetworkManager[
Jan 17 07:36:42 ubuntu-phablet NetworkManager[
Jan 17 07:36:42 ubuntu-phablet NetworkManager[
Jan 17 07:36:42 ubuntu-phablet NetworkManager[
Jan 17 07:36:42 ubuntu-phablet NetworkManager[
Jan 17 07:36:42 ubuntu-phablet NetworkManager[
Jan 17 07:36:42 ubuntu-phablet NetworkManager[
Jan 17 07:36:42 ubuntu-phablet dnsmasq[2189]: setting upstream servers from DBus
Jan 17 07:36:42 ubuntu-phablet dnsmasq[2189]: using nameserver 10.168.183.116#53
Jan 17 07:36:42 ubuntu-phablet dnsmasq[2189]: using nameserver 10.177.0.34#53
Jan 17 07:36:42 ubuntu-phablet dnsmasq[2189]: using nameserver 192.168.x.x#53
Jan 17 07:36:42 ubuntu-phablet dnsmasq[2189]: using nameserver 208.67.222.222#53
Jan 17 07:36:42 ubuntu-phablet dnsmasq[2189]: using nameserver 208.67.220.220#53
Jan 17 07:36:42 ubuntu-phablet NetworkManager[
tags: | added: avengers |
description: | updated |
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
importance: | Undecided → High |
milestone: | none → ww40-2015 |
assignee: | nobody → John McAleely (john.mcaleely) |
milestone: | ww40-2015 → none |
milestone: | none → ww40-2015 |
Changed in canonical-devices-system-image: | |
milestone: | ww40-2015 → backlog |
@Jamie
Apparently this bug list hasn't been triaged in a long time...
Can you still reproduce this on current RTM or vivid-devel images?