LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-22-2019, 12:28 PM   #31
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827

Quote:
None of them were able to connect to the internet
All of them are able to connect to the internet.
Quote:
This thread is exactly three months old today - problem still not fixed.
Then learn how to configure an ethernet interface and fix it. Look at the docs for your internet connected device.

Quote:
To be specific I got an internet connection on my older computer, and then unplugged the ethernet cable from the back of the older computer and plugged it into the back of the newer computer
A switch passes packets based on MAC address. An RJ45 port is not meant to be hot swapable. Don't do that. I don't know about the device that you have. But it may associate a MAC address with a port.

Do yourself a favor, Stop. Do a little reading. Then you'll understand more and be able to configure what you have.

http://www.linuxhomenetworking.com/
http://www.linuxhomenetworking.com/w..._to_Networking

Manual .pdf
https://help.vodafone.co.nz/app/answ...ail/a_id/18706
https://fairfaxhomeinspection.info/h...882-manual-70/

Quote:
None of them were able to connect to the internet, although they could connect to the ethernet router/modem.
Ok, what does that suggest?
You can ping the modem but not a web IP. What does a ethernet interface need to get to the outside world from a LAN?

Then, if you can ping 8.8.8.8 but not google.com. What does that point to? What changes IP addresses in to a URL?
 
1 members found this post helpful.
Old 03-08-2020, 10:36 AM   #32
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
Ok, what does that suggest?
You can ping the modem but not a web IP. What does a ethernet interface need to get to the outside world from a LAN?

Then, if you can ping 8.8.8.8 but not google.com. What does that point to? What changes IP addresses in to a URL?
Please tell me, thanks.

It is not my fault that it is not working. Please help me, anyone, to get it working. Thank you.
 
Old 03-08-2020, 08:53 PM   #33
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,710

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
The default route metric of 20100 could be the problem but do not know why. You can try changing it to see if that helps.
Code:
ip route del default dev enp0s7
ip route add default via 192.168.1.1 dev enp0s7 proto static metric 100
 
Old 05-22-2020, 08:33 AM   #34
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Original Poster
Rep: Reputation: Disabled
I currently have a connection with a LiveCd of Linux Mint 19.3 Tricia Mate 64bit running in my older computer, and am using it to write this post! After months of trying!

I fiddled around with various network settings, making several changes. The last thing I altered was ticking/checking "Use Data Centre Bridging (DCB) for this connection."

Would enabling DCB be enough on its own to get a connection? I have never heard of it before.

Other semi-random changes I made were:

Changing the activation level to 0, from -999.
Choosing the other name for the ethernet device from the drop-down menu.
Setting link-negotiation to Ignore.
Typing in the same DNS servers that I previously used.
Entering a DHCP client ID (supplied by the ISP).
Setting "Require IPv4 addressing for this connection to complete" to blank, i.e. unchecked/unticked.
Setting IPv6 settings to Ignore, as my modem/router is set to ignore them.

None of these worked until I also enabled checked/ticked Use DCB.

I would be interested in opinions as to which of the above may have made a difference.

The activation level of -999 was odd.

Now when I've got time I will install Mint 19.3 Mate onto my newer computer, instead of the Mint 19.2
Mate that's currently there, and see if I can tickle it into making a connection.

Thanks.
 
Old 06-03-2020, 09:25 AM   #35
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Original Poster
Rep: Reputation: Disabled
Since the next version of Linux Mint 20 Ulyana is due to be published this month (June 2020) with support until 2025 rather than 2023, then I shall wait for that.

I wish Mint would guide the user by the hand through trying different methods of making a connection if the automatic method does not work. Puppy Linux used to do this and perhaps still does, at least Puppy Linux 4.2.1 did, and made a connection when no other distribution would.
 
Old 08-08-2021, 09:32 AM   #36
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Original Poster
Rep: Reputation: Disabled
Nearly two years after the original posting, I seem to have fixed the problem. Today is a miracle day that shall go down in the annals of my personal history!!!!

I replaced the configuration file for my router/modem with one that I used (and had thankfully backed up) about four years ago, before I started tinkering with it to improve security. And lo, I could barely believe that I was connected to the internet with a different computer and the latest version of Mint!

It will be nice using mint 20.2 rather than mint 17.3 I was forced to use.

While trying to fix it I noticed that the modem config file was changed by the different computer rather than staying the same as I would expect.

Last edited by grumpyskeptic; 08-08-2021 at 09:41 AM.
 
Old 08-09-2021, 02:37 AM   #37
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by grumpyskeptic View Post
I noticed that the modem config file was changed by the different computer rather than staying the same as I would expect.
It sounds like you are suggesting that the computer (or rather its operating system) actively went into your modem and changed things, which I find extremely unlikely.
 
1 members found this post helpful.
Old 08-23-2021, 06:45 AM   #38
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Original Poster
Rep: Reputation: Disabled
The state of the router/modem was changed, probably temporarily I guess, by the different computer, and when I saved that state to the HD as a config file, then the new saved config file was different.

I should have thought of using the backup config file two years ago.
 
Old 08-24-2021, 12:48 AM   #39
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by grumpyskeptic View Post
The state of the router/modem was changed, probably temporarily I guess, by the different computer
Sorry but still no.
It is possible that the router changed its own configuration as a result/reaction to attaching a new computer, but NOT that the computer actually "went in there and changed things". No.
You think I'm nitpicking, but that's an important distiction because if you believe in your version you'll be looking for the problem and its solution in all the wrong places - as the last reply to your other thread shows:
You originally asked "Best way to manually copy all network settings from one computer to another?", but the solution was this in the end:
Quote:
Originally Posted by grumpyskeptic View Post
I eventually got things working by re-loading the modem/router config file that I had backed up years ago. I must have made various security settings so severe that it would not work with another computer.

Last edited by ondoho; 08-24-2021 at 12:51 AM.
 
  


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
I am the best linux guy -learnt today liman Linux - Newbie 23 11-24-2017 03:13 AM
[SOLVED] (INFO) Something I just learnt about reading a file grail Linux - Newbie 9 04-26-2012 11:56 PM
FTP in UBUNTU is diff what i learnt in my Redhat Enterprise flavour rajasekhar19489 Ubuntu 3 10-20-2010 05:42 AM
More problems for old computer, no internet access with cable modem on older distros tracyballard Linux - Newbie 17 10-10-2010 02:05 PM
I can access router settings but no internet access overclock Linux - Wireless Networking 7 12-13-2005 07:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:00 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