Linux Networking
Commands
ip
Command | Description |
---|---|
ip link |
Shows ethernet connections |
ip address |
Shows ethernet + TCP/IP information |
ip route |
Shows routed connections, including the default gateway |
ping
Command | Description |
---|---|
ping <hostname> |
Displays if the host is alive in the networkk |
ping -c |
Specifies the amount of ICMP echos to send |
ping -s |
Specifies the packet size |