Iproute2: Difference between revisions

From DWIKI
(routing and using iproute2)
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Documentation==
==Documentation==
*[http://lartc.org/]
*http://lartc.org/
*[http://linux-ip.net/html/routing-tables.html]
*[https://linuxhint.com/route-add-command-linux/ ip route add command]
*http://linux-ip.net/html/routing-tables.html
*[https://unix.stackexchange.com/questions/345862/is-it-possible-to-have-multiple-default-gateways-for-outbound-connections Multiple default gateways]
 
=HOWTO=
==Show routes==
ip r
==Show links status==
ip -d link show
 
 
==Bring link up==
ip link set dev eth0 up
[[Category:Networking]]

Latest revision as of 16:29, 13 February 2023

Documentation

HOWTO

Show routes

ip r

Show links status

ip -d link show


Bring link up

ip link set dev eth0 up