Paste #J48pvmzwDypq8RXFgdxZ

=== modified file 'desktop-guide/C/internet-networks.xml'
desktop-guide/C/internet-networks.xml [2014-03-18 01:43:26 +0000]
desktop-guide/C/internet-networks.xml [2015-02-14 23:20:36 +0000]
196 196 <section id="network-troubleshooting-dns">
197 197 <title>Check Domain Name Servers (DNS)</title>
198 198
199 <para>Open a terminal (&terminal;) and type the command <userinput>nm-tool</userinput> and press <keycap>&key;Enter</keycap>.</para>
199 <para>Open a terminal (&terminal;) and type the command <userinput>nmcli device show</userinput> and press <keycap>&key;Enter</keycap>, then look for the entry under <literal>IP4.DNS</literal></para>
200 200
201 201 <para>To check if the listed DNS works, open a terminal (&terminal;) and type the command <userinput>dig xubuntu.org</userinput> and press <keycap>&key;Enter</keycap>. If you see the word <literal>NOERROR</literal>in the header section of the output, your DNS is working.</para>
202 202