HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ifup — Enable network interfaces. More information: <https://manned.org/ifup>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandifupnetworkcliinformationenablemoreinterfaces
linux

Problem

How to use the ifup command: Enable network interfaces. More information: <https://manned.org/ifup>.

Solution

ifup — Enable network interfaces. More information: <https://manned.org/ifup>.

Enable interface eth0:
ifup {{eth0}}


Enable all the interfaces defined with "auto" in /etc/network/interfaces:
ifup {{[-a|--all]}}

Code Snippets

Enable interface eth0

ifup {{eth0}}

Enable all the interfaces defined with "auto" in `/etc/network/interfaces`

ifup {{[-a|--all]}}

Context

tldr-pages: linux/ifup

Revisions (0)

No revisions yet.