snippetbashTip
ifup — Enable network interfaces. More information: <https://manned.org/ifup>.
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.