<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[DNS servers + changing]]></title><description><![CDATA[<p dir="auto">Does anyone know where are the DNS server settings (cellular) and how to change/set them to servers of own preference? Thanks.</p>
<p dir="auto">Update 15 Nov 2019</p>
<p dir="auto">To check the DNS servers used you can use nmcli (using adb shell):</p>
<ol>
<li>Get devices</li>
</ol>
<pre><code>nmcli d
</code></pre>
<p dir="auto">Result on my phone:</p>
<pre><code>DEVICE  TYPE      STATE        CONNECTION                
ril_0   gsm       connected    /204163554125122/context2 
wlan0   wifi      unavailable  --                        
sit0    iptunnel  unmanaged    --                        
lo      loopback  unmanaged    --                        

</code></pre>
<ol start="2">
<li>Get device info:</li>
</ol>
<pre><code>nmcli device show ril_0
</code></pre>
<p dir="auto">Result on my phone:</p>
<pre><code>GENERAL.DEVICE:                         ril_0
GENERAL.TYPE:                           gsm
GENERAL.HWADDR:                         (unknown)
GENERAL.MTU:                            0
GENERAL.STATE:                          100 (connected)
GENERAL.CONNECTION:                     /204163554125122/context2
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
IP4.ADDRESS[1]:                         178.227.211.124/24
IP4.GATEWAY:                            178.227.211.125
IP4.DNS[1]:                             84.241.227.81 &lt;=== T-Mobile DNS server
IP4.DNS[2]:                             84.241.227.82 &lt;=== T-Mobile DNS server

</code></pre>
]]></description><link>https://forums.ubports.com/topic/3376/dns-servers-changing</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 01:12:17 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/3376.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Nov 2019 14:40:20 GMT</pubDate><ttl>60</ttl></channel></rss>