LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-30-2021, 05:46 PM   #16
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,414

Rep: Reputation: 564Reputation: 564Reputation: 564Reputation: 564Reputation: 564Reputation: 564

sneakers as in (casual) shoes...
 
Old 10-30-2021, 05:50 PM   #17
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
With the resetting of the network configuration and the command "ip r" I have the following

default via 192.168.1.1 dev wx001f1fcd87e3 proto dhcp metric 600
169.254.0.0/16 dev wlx001f1fcd87e3 scope link metric 1000
192.168.1.0/24 dev wlx001f1fcd87e3 proto kernel scope link src 192.168.1.8 metric 600

Your thoughts?
 
Old 10-30-2021, 06:04 PM   #18
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,820

Rep: Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960
Looks ok. Need the DNS info.

Can you ping an IP address.

ping 8.8.8.8

Which is one of Googles dns server.
 
Old 10-30-2021, 06:24 PM   #19
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
Looks ok. Need the DNS info.

Can you ping an IP address.

ping 8.8.8.8

Which is one of Googles dns server.
Yes I can.
 
Old 10-30-2021, 06:58 PM   #20
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
Paste of the desktop command "resolvectl"

ohn@john-Desktop-Linux:~$ resolvectl
Global
LLMNR setting: no
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: no
DNSSEC supported: no
DNSSEC NTA: 10.in-addr.arpa
16.172.in-addr.arpa
168.192.in-addr.arpa
17.172.in-addr.arpa
18.172.in-addr.arpa
19.172.in-addr.arpa
20.172.in-addr.arpa
21.172.in-addr.arpa
22.172.in-addr.arpa
23.172.in-addr.arpa
24.172.in-addr.arpa
25.172.in-addr.arpa
26.172.in-addr.arpa
27.172.in-addr.arpa
28.172.in-addr.arpa
29.172.in-addr.arpa
30.172.in-addr.arpa
lines 1-23...skipping...
Global
LLMNR setting: no
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: no
DNSSEC supported: no
DNSSEC NTA: 10.in-addr.arpa
16.172.in-addr.arpa
168.192.in-addr.arpa
17.172.in-addr.arpa
18.172.in-addr.arpa
19.172.in-addr.arpa
20.172.in-addr.arpa
21.172.in-addr.arpa
22.172.in-addr.arpa
23.172.in-addr.arpa
24.172.in-addr.arpa
25.172.in-addr.arpa
26.172.in-addr.arpa
27.172.in-addr.arpa
28.172.in-addr.arpa
29.172.in-addr.arpa
30.172.in-addr.arpa
31.172.in-addr.arpa
corp
d.f.ip6.arpa
home
internal
intranet
lan
local
private
test

Link 4 (ipv6leakintrf0)
Current Scopes: DNS
DefaultRoute setting: yes
LLMNR setting: yes
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: no
DNSSEC supported: no
Current DNS Server: ::1
DNS Servers: ::1
DNS Domain: ~.

Link 3 (wlx001f1fcd87e3)
Current Scopes: none
DefaultRoute setting: no
LLMNR setting: yes
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: no
DNSSEC supported: no

lines 1-55
 
Old 10-30-2021, 07:08 PM   #21
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,820

Rep: Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960
Check status of systemd-resolved

systemctl status systemd-resolved
 
Old 10-31-2021, 08:57 AM   #22
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
I have tried multiple times to put the output here from the "systemctl" command and it's too long and having a very difficult time cutting the script and pasting it. With that in mind since I have little data on this desktop perhaps I can upgrade to a later version Linux Mint. What is your opinion of that and the easiest way to go about it if you agree to my proposal,
 
Old 10-31-2021, 09:43 AM   #23
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,820

Rep: Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960
Something isn't "working" with systemd-resolved because the DNS server is your computer and not the router. I'm not sure what is broken.

https://wiki.archlinux.org/title/Systemd-resolved

Installing a newer version will obviously fix the problem.
 
1 members found this post helpful.
Old 10-31-2021, 10:12 AM   #24
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
michaelk
you have been so kind helping me to locate the issue and I am very grateful to you. Thank You!
I have learned some things here due to you. I have decided to upgrade to the latest version which presently running Linux Mint Ulyssa 20.1 so can you point me to where a simple installation can be upgraded?
 
Old 10-31-2021, 10:24 AM   #25
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,820

Rep: Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960Reputation: 5960
An inplace upgrade would be from 18-19 then 19-20. You can find upgrade guides but I probably would backup files and install 20 from scratch.
 
1 members found this post helpful.
Old 10-31-2021, 10:38 AM   #26
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,787

Rep: Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773
Quote:
Originally Posted by michaelk View Post
An inplace upgrade would be from 18-19 then 19-20. You can find upgrade guides but I probably would backup files and install 20 from scratch.
I second that advice. Doing an in-place upgrade just MIGHT preserve the cause of the problem.
 
1 members found this post helpful.
Old 01-17-2022, 06:56 PM   #27
poncedeleon
Member
 
Registered: Jul 2021
Location: Patagonia
Distribution: Linux Mint Debian Enhanced LMDE
Posts: 195

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by wpeckham View Post
I second that advice. Doing an in-place upgrade just MIGHT preserve the cause of the problem.
Sorry but I have been away for sometime. Lately life has been interrupting my activities. This morning I checked my documents and had nothing of importance, no photos, etc so I reformated the drive and reinstalled the OS iso. All is working well again.

Thank you to all who spent much time helping me diagnose and solve the issue. Much obliged.
Do take care.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Linux VM , Ping works but wget and browser does not open the page. karais Linux - Networking 2 10-19-2013 07:53 AM
Linux VM , Ping works but wget and browser does not open the page. karais Linux - Newbie 1 10-17-2013 02:10 AM
LXer: Proprietary Browser vs. Open Source Browser | Market Share Analysis LXer Syndicated Linux News 0 11-01-2012 07:21 PM
Mozilla and the Web Browser does NOT want to open as400 Solaris / OpenSolaris 5 02-17-2009 05:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration