Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Debian GNU/Linux Reference Guide
Prev Home Next

8.6.28 Grundlagen - Pr�fung des Netzwerks

Installiere um die grundlegenden Funktionen des Netzwerks zu �berpr�fen netkit-ping, traceroute, dnsutils, ipchains (f�r 2.2 Kernel), iptables (f�r 2.4 Kernel), und das net-tools Paket und f�hre folgende Sequenz aus:

     $ ping yahoo.com            # teste Internetverbindung
     $ traceroute yahoo.com      # tracen der IP-Pakete
     $ ifconfig                  # testen der host-Konfiguration
     $ route -n                  # testen der routing-Konfiguration
     $ dig [@dns-server.com] host.dom [{a|mx|any}] |less
           # teste host.dom DNS-Eintr�ge am dns-server.com 
           # und suche dort nach {mx|any} Eintrag
     $ ipchains  -L -n |less     # teste packet-Filter (2.2 kernel)
     $ iptables -L -n |less      # teste packet-Filter (2.4 kernel)
     $ netstat -a                # Finde alle offenen Ports
     $ netstat -l --inet         # Finde alle auf Eingabe wartenden Ports
     $ netstat -ln --tcp         # Ebenso (TCP, numerisch) Ports

Debian GNU/Linux Reference Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire