Networking
Switching
Routing
What is routing?
Commands
# show routing table
route
ip route
# add entries into routing table
ip route add 192.168.1.0/24 via 192.168.2.1
# assign new ip address
sudo ip addr add 172.16.238.15/24 dev eth0Default gateway
DNS configuration
Domain names

Record types
Type
explain
IP (ex)
Commands
DNS configuration file
Commands
Last updated