Gib einen Suchbegriff ein, um deine Suche zu starten
Netzwerkgeräte und Routing verwalten (iproute2).
ip [LINK|ADDR|ROUTE|...] [OPTIONEN]
ip addr show
ip route add default via 192.0.2.1
Verwaltet die IP-Routing-Tabelle mit iproute2.
ip route [show|add|del|...] [OPTIONEN]
ip route show
ip route add default via 192.168.1.1
Moderne Alternative zu route.
Verwaltet IP-Konfiguration in Solaris.
ipadm [COMMAND] [OPTIONS] [INTERFACE]
ipadm show-if
ipadm create-ip net0
ipadm show-addr
Solaris IP Administration.
Verwaltet die IP Filter Firewall in FreeBSD und NetBSD.
ipf [OPTIONS] [COMMANDS]
ipfstat
ipf -f /etc/ipf.conf
ipf -F a
BSD-spezifische Firewall-Alternative zu PF.
Verwaltet die IP Firewall in FreeBSD.
ipfw [OPTIONS] [COMMANDS]
ipfw list
ipfw add 100 allow ip from any to any
ipfw delete 100
FreeBSD-spezifische Firewall. Wird zunehmend durch PF ersetzt.
Konfiguriert TCP/IP in AIX.
mktcpip [OPTIONS]
mktcpip
mktcpip -h hostname -a 192.168.1.10 -m 255.255.255.0 -i en0
AIX TCP/IP-Konfigurationstool.
Packet-Crafter für TCP/IP.
hping3 [OPTIONEN] TARGET
hping3 --flood 192.168.1.1
Für Firewall-Tests und DoS.
Zeigt oder manipuliert die IP-Routing-Tabelle.
route [OPTIONEN]
route -n
route add default gw 192.168.1.1
Legacy-Tool, ersetzt durch ip route.
Legacy-Tool zur Netzwerkkonfiguration.
ifconfig [INTERFACE] [OPTIONEN]
ifconfig -a
ifconfig eth0 up
In modernen Setups durch ip ersetzt.