Skip to content

Latest commit

History

History
11 lines (6 loc) 路 181 Bytes

ifup.md

File metadata and controls

11 lines (6 loc) 路 181 Bytes

ifup

Tool used to enable network interfaces.

  • Enable interface eth0:

ifup {{eth0}}

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

ifup -a