Iproute2
From DWIKI
Documentation
- http://lartc.org/
- ip route add command
- http://linux-ip.net/html/routing-tables.html
- Multiple default gateways
HOWTO
Show routes
ip r
Show links status
ip -d link show
Bring link up
ip link set dev eth0 up
ip r
ip -d link show
ip link set dev eth0 up