Revision [9045]

This is an old revision of LinuxNetwork made by ToBo on 2009-06-29 16:35:37.

 

Linux-Netzwerk


Informationen zu einer Domain
host -lvt any tnotes.de


Mit nmap UDP ports scannen
nmap -sU 192.168.0.1


Mit nmap Port 80 scannen
nmap -p 80 192.168.0.1


Mit nmap Port 80 scannen ohne Ping
nmap -p 80 -P0 192.168.0.1


Betriebssystem ermitteln
nmap -P0 -O 10.1.1.2


IP-Forwarding im Kernel aktivieren
echo "1" > /proc/sys/net/ipv4/ip_forward


Ethereal für die Konsole
tethereal


Zeige alle laufenden Server Dienste an
netstat -tap | grep LISTEN


zeige momentane Netzkonfiguration an
ifconfig


IP-Adresse einstellen
ifconfig eth0 192.168.0.1


IP-Adresse über DHCP neziehen
ifconfig eth0 dynamic


Statistiken direkt vom Kernel
cat /proc/net/dev


List all open IPv4 network files in use
lsof -i 4 -a


List all open IPv6 network files in use
lsof -i 6 -a


Und wenn das nicht hilft, dann Debain - Chapter 10 - Network configuration

nagios - Netzwerkmonitor


Siehe auch
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki