Unable to access the internet after update to LMDE 3

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
lmint2212

Unable to access the internet after update to LMDE 3

Post by lmint2212 »

Hi,

I have been a happy user of LMDE 2 for years, I decided to upgrade to LMDE 3... and now I am unable to access the internet. The computer appears to connect to the same network as before via both WIFI and Cable but with the same result... no Internet access. I can ping servers on the internet via IP addresses but not using their URL... URL ping will result in a name resolution failures, e.g.

Code: Select all

ping www.google.com<br>
ping: www.google.com: Temporary failure in name resolution
Some relevant output from inxi

Code: Select all

System:    Host: p-m46000 Kernel: 4.9.0-11-amd64 x86_64 bits: 64 compiler: gcc v: 6.3.0 Desktop: Cinnamon 4.2.4<br> 
           Distro: LMDE 3 Cindy base: Debian 9.3 stretch 
Network:   Device-1: Intel 82579LM Gigabit Network vendor: Dell Precision M4600 driver: e1000e v: 3.2.6-k port: 8040<br> 
           bus ID: 00:19.0 <br>
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter> <br>
           Device-2: Intel Centrino Ultimate-N 6300 driver: iwlwifi v: kernel port: 7000 bus ID: 03:00.0 <br>
           IF: wlan0 state: down mac: <filter>
ifconfig gives:

Code: Select all

lo        no wireless extensions.

wlan0     IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          
eth0      no wireless extensions.
The Dynamic DNS appears to be setting the DNS correctly, as per the output of nmcli

Code: Select all

nmcli dev show | grep DNS<br>
IP4.DNS[1]:                             192.168.10.1
... so I am super stuck :(... any help would be appreciated.

Thx!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
vimes666
Level 6
Level 6
Posts: 1241
Joined: Tue Jan 19, 2016 6:08 pm

Re: Unable to access the internet after update to LMDE 3

Post by vimes666 »

If you think the issue is solved, edit your original post and add the word solved to the title.
Fuzzy
Level 4
Level 4
Posts: 251
Joined: Thu Jul 28, 2011 11:54 am

Re: Unable to access the internet after update to LMDE 3

Post by Fuzzy »

What happens if you temporarily assign static DNS?

Edit /etc/dhcp/dhclient.conf and change this line:

Code: Select all

#prepend domain-name-servers 127.0.0.1;
to

Code: Select all

prepend domain-name-servers ip-of-dns-one, ip-of-dns-two;
(where "ip-of-dns-one" and "ip-of-dns-two" are actual DNS IPs)

Save and restart

Fuzzy
Locked

Return to “Networking”