Route: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Overview= {{Internal|Linux Routing Configuration|Linux Routing Configuration}}")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


{{Internal|Linux Routing Configuration|Linux Routing Configuration}}
{{Internal|Linux Routing Configuration|Linux Routing Configuration}}
=Installation=
==With yum==
yum install -y net-tools
==With apt==
apt-get update
apt-get install -y net-tools

Latest revision as of 18:48, 27 September 2019

Internal

Overview

Linux Routing Configuration

Installation

With yum

yum install -y net-tools

With apt

apt-get update
apt-get install -y net-tools