Linux Networking Cheat Sheet
Linux Networking Cheat Sheet
Linux Networking Cheat Sheet
SUBCOMMAND DESCRIPTIONS AND TASKS link set Alter the status of the interface
http://www.LinuxTrainingAcademy.com
USEFUL NETWORKING COMMANDS (NOT NECESSARILY PROVIDED FROM IPROUTE)
SUBCOMMAND DESCRIPTIONS AND TASKS
arp -v ip -s neigh
arp -s 192.168.1.1 1:2:3:4:5:6 ip neigh add 192.168.1.1 lladdr 1:2:3:4:5:6 dev eth1
ifconfig -a ip addr
netstat ss
netstat -g ip maddr
route ip route
route add -net 192.168.1.0 netmask 255.255.255.0 dev eth0 ip route add 192.168.1.0/24 dev eth0
http://www.LinuxTrainingAcademy.com