LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Is there a Linux program to evaluate/Internet connections? (https://www.linuxquestions.org/questions/linux-software-2/is-there-a-linux-program-to-evaluate-internet-connections-593309/)

Lola Kews 10-20-2007 02:09 PM

Is there a Linux program to evaluate/Internet connections?
 
It seems that a lot of my problems come from configuring network cards and connections! Is there a software program that will evaluate all your connections and provide a report as the "System" sees everything in a language (with explanations) new people to Linux can understand?

GrapefruiTgirl 10-20-2007 03:21 PM

Not sure about the simplicity aspect, but it sounds like you are interested in 'Wireshark' which you can locate easy enough using Google.
I wouldn't call it a 'beginners' program, but spend a tiny bit of time playing with it, and it becomes less complicated; it's pretty easy to do basic stuff with it.

The 'ifconfig' and 'route -n' commands will give you very basics about the configured and active devices currently available on the system.

And finally, in between these two things, is Nmap, which has some tools for checking and testing various aspects of the NIC connectivity of various devices.

Nmap, ifconfig and route should all be on your system already. Wireshark is a free download of about 10 MB or so.

jiml8 10-21-2007 10:49 AM

Take a look at the lspci command. Specifically, lspci -xxx will give lots of information.

Easy to use? No. Well, it is if you speak the language. But you have no choice but to speak the language; you really can't make the process simple for someone who isn't knowledgeable of the topic.

Also you might want to look at ifconfig, which tells you how your current network configuration is set up. Also route, which describes your routing table.

The aforementioned wireshark is very useful for tracking down communication and protocol problems, but you need to understand the protocols to use it effectively.

Lola Kews 10-21-2007 12:11 PM

Thank you all, I'll check the things suggested out

Lola Kews 10-21-2007 12:24 PM

Quote:

Originally Posted by Lola Kews (Post 2931744)
Thank you all, I'll check the things suggested out

The "ifconfig" gave me the information I wanted to know at least for the 1st leg of my problem. I'll make another post about a problem concerning fire wall (I think), and open ports.


All times are GMT -5. The time now is 03:24 AM.