Iproute2: Difference between revisions

From wikinotes
(Created page with "The Linux <code>ip</code> tool used to manage networking. Created by the linux kernel developers = Documentation = <blockquote> {| class="wikitable" |- | src || https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/ |- |} </blockquote><!-- Documentation -->")
 
No edit summary
Line 5: Line 5:
<blockquote>
<blockquote>
{| class="wikitable"
{| class="wikitable"
|-
| <code>man ip</code> || https://man.archlinux.org/man/core/iproute2/ip.8.en
|-
|-
| src || https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/
| src || https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/
Line 10: Line 12:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Usage =
<blockquote>
== Connections ==
<blockquote>
</blockquote><!-- Connections -->
== Routing Policy ==
<blockquote>
<syntaxhighlight lang="bash">
ip rule
</syntaxhighlight>
</blockquote><!-- Routing Policy -->
== Routing Table ==
<blockquote>
<syntaxhighlight lang="bash">
ip route
</syntaxhighlight>
</blockquote><!-- Routing Table -->
</blockquote><!-- Usage -->

Revision as of 14:57, 18 September 2022

The Linux ip tool used to manage networking. Created by the linux kernel developers

Documentation

man ip https://man.archlinux.org/man/core/iproute2/ip.8.en
src https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/

Usage

Connections

Routing Policy

ip rule

Routing Table

ip route