Routing & IP Management
Common Commands
Add route:
sudo ip route add 10.0.0.0/24 via 192.168.1.1
List rules:
ip rule show
Enable forwarding:
sudo sysctl -w net.ipv4.ip_forward=1 # persist in /etc/sysctl.conf
2025-06-21
This section is under development. Thank you for your patience.
Common Commands
Add route:
sudo ip route add 10.0.0.0/24 via 192.168.1.1
List rules:
ip rule show
Enable forwarding: