Operating System - Linux
1753659 Members
6027 Online
108798 Solutions
New Discussion юеВ

Re: network troubleshooting in linux

 
laaalitha
Advisor

network troubleshooting in linux

please send me some commands,steps to troubleshoot a network from linux machine ?
5 REPLIES 5
Ragu_3
Trusted Contributor

Re: network troubleshooting in linux

Some commands of interest maybe "ifconfig -a", "ping ", "route -nee" and "netstat -nlp". Please read the Networking HOWTOs for more help.
Debian GNU/Linux for the Enterprise! Ask HP ...
laaalitha
Advisor

Re: network troubleshooting in linux

whats that URL link to get those informtion ?
Hemmetter
Esteemed Contributor

Re: network troubleshooting in linux

Hi,

http://www.google.com/search?q=Linux+network+troubleshooting+howto

try also:
#ethtool eth

To check your NIC settings "speed" "duplexmode" "autoneg" are correct/ match the settings on your switch.

rgds
HGH
Cedric Dupont
Regular Advisor

Re: network troubleshooting in linux

You have ethereal in GUI, this will use many of the console command that could tell many things about lan (netstat, route, ipconfig ...)
g33k
Valued Contributor

Re: network troubleshooting in linux

I wrote a nice article about that but in czech so it's pobably usele for u if you don't undestand czech anyway...

ifconfig
ping
traceroute
tcpdump

are basic think almost on every UNIX

fping
icmpquerry
hping
tcptracerout
nemesis
wireshark

are OpenSource tools with greate power, they allow you to send any packet you are thinking about. And listen for answer.

But you must be very well educated in TCP/IP architekture.