Iproute2: Difference between revisions
From DWIKI
m (→Documentation) |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
*[https://unix.stackexchange.com/questions/345862/is-it-possible-to-have-multiple-default-gateways-for-outbound-connections Multiple default gateways] | *[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]] | [[Category:Networking]] | ||
==vlans== | |||
*[https://wiki.archlinux.org/title/VLAN VLAN] | |||
=FAQ= | |||
==Nexthop has invalid gateway== | |||
You can't route through a not directly connected gateway |
Latest revision as of 11:42, 11 June 2024
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
vlans
FAQ
Nexthop has invalid gateway
You can't route through a not directly connected gateway