LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-18-2018, 01:39 PM   #1
newnh2linux
LQ Newbie
 
Registered: Sep 2018
Posts: 2

Rep: Reputation: Disabled
Very slow internet connection


I am new to linux and know very little about networking to begin with. Im trying to get a basic understanding of the interfaces and why there are so many. I am using the network tools program and the output for network services using netstat is:

Protocol IP Source Port/Service State
tcp 127.0.0.53 53 LISTEN
udp 127.0.0.53 53
udp 0.0.0.0 68
udp 0.0.0.0 5353
udp 0.0.0.0 45429
udp6 :: 32971
udp6 :: 5353
raw6 :: 58 7

I have two interfaces:

Network device: lo
Hardware address: Loopback
Multicast: Disabled
MTU: 65536
Link speed: not available
State: Active
Transmitted packets: 7380
Transmission errors: 0
Received packets: 7380
Reception errors: 0
Collisions: 0

and

Network device: wlp2s0
Hardware address: 74:70:fd:e4:6c:68
Multicast: Enabled
MTU: 1500
Link speed: 130 Mbps
State: Active
Transmitted packets: 362471
Transmission errors: 0
Received packets: 1039420
Reception errors: 0
Collisions: 0


Do I need two interfaces?
What are all the different ip addresses?
 
Old 09-18-2018, 02:15 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by newnh2linux View Post
I am new to linux and know very little about networking to begin with. Im trying to get a basic understanding of the interfaces and why there are so many. I am using the network tools program and the output for network services using netstat is:
Code:
Protocol	IP Source	Port/Service	State
tcp	127.0.0.53	53	LISTEN
udp	127.0.0.53	53	
udp	0.0.0.0	68	
udp	0.0.0.0	5353	
udp	0.0.0.0	45429	
udp6	::	32971	
udp6	::	5353	
raw6	::	58	7
I have two interfaces:
Code:
Network device:	lo
Hardware address:	Loopback
Multicast:	Disabled
MTU:	65536
Link speed:	not available
State:	Active
Transmitted packets:	7380
Transmission errors:	0
Received packets:	7380
Reception errors:	0
Collisions:	0

and 

Network device:	wlp2s0
Hardware address:	74:70:fd:e4:6c:68
Multicast:	Enabled
MTU:	1500
Link speed:	130 Mbps
State:	Active
Transmitted packets:	362471
Transmission errors:	0
Received packets:	1039420
Reception errors:	0
Collisions:	0
Do I need two interfaces? What are all the different ip addresses?
First things first; you don't have any more interfaces in Linux than you do in Windows or Mac. The 'lo' device is the loopback, and every machine everywhere has it, along with the same address: 127.0.0.1. That is also known as 'localhost' (typically). The wlp2s0 interface is your wifi adapter, in this case.

And to go through what you're seeing with netstat, it's just showing that you have TCP/UDP enabled (normal), and that it's listening for connections. You can see the same sorts of information on Windows, too...although it's much harder to see. If you plug in a wired connection, you'll see another interface come up along the lines of 'en0' or 'eth1'. But networking is a broad topic; I'd suggest putting "linux networking basics" into Google, and reading some of the results, to get you familiar with some things first.
https://itsfoss.com/basic-linux-networking-commands/
https://www.networkworld.com/article...-beginner.html
 
Old 09-18-2018, 06:48 PM   #3
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,830
Blog Entries: 17

Rep: Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638
Well, wireless speed depends on your Modem as well and your position relative to it.

Your info seem to indicate your wireless card is up with a possible speed of 130 mbps which is "very fast".
 
Old 09-18-2018, 07:38 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Hello and welcome to LQ.

I am a bit confused. The slow internet issue, is it that you have paid for some very high speed home internet and your new linux system seems slow?
 
Old 09-19-2018, 04:50 AM   #5
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,149

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
Define slow, browsing very slow? Download is slow?

How about your other system like your phone, or other devices is it the same?

Check out link below, you might get some ideas:
https://www.cyberciti.biz/tips/linux...-strength.html
 
Old 09-19-2018, 01:43 PM   #6
newnh2linux
LQ Newbie
 
Registered: Sep 2018
Posts: 2

Original Poster
Rep: Reputation: Disabled
The speed is what’s strange. Works great until I download something. My download speed ranges from 12 kB/s to max of 50 kB/s. I always appear to a have a strong Wifi connection so I thought maybe there is some setting that needs to be changed?
I know I’m extremely ignorant about networking in general so don’t feel compelled to explain ur answers. Any thoughts are greatly appreciated. Helps to direct what I shud be googling.
 
Old 09-19-2018, 01:49 PM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by newnh2linux View Post
The speed is what’s strange. Works great until I download something. My download speed ranges from 12 kB/s to max of 50 kB/s. I always appear to a have a strong Wifi connection so I thought maybe there is some setting that needs to be changed? I know I’m extremely ignorant about networking in general so don’t feel compelled to explain ur answers. Any thoughts are greatly appreciated. Helps to direct what I shud be googling.
Read the LQ Rules about text-speak, and about not using it.

And there could be many reasons for slow connectivity. But you don't say anything about your computer hardware, network hardware, router, or even version/distro of Linux. We can't even begin to suggest a starting point, since you provide no details. Start with version/distro of Linux, brand/model of computer, and we can try to go from there.
 
  


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
Slow internet connection on multiple linux distros but fast connection on windows Preston3050 Linux - Newbie 7 10-31-2013 12:21 AM
Slow internet connection on multiple linux distros but fast connection on windows Preston3050 Linux - Networking 1 10-29-2013 12:03 PM
Slow Internet Connection when Connecting to Internet on Browsers lennysokol Linux - Networking 8 04-09-2011 04:29 PM
Slow Internet Connection SBN Linux - General 2 08-23-2007 08:51 PM
New Fedora Internet connection slow slow slow matrim Fedora 9 07-29-2005 01:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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