1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages/linux/ifup.md

219 B

ifup

Enable network interfaces. More information: https://manned.org/ifup.8.

  • Enable interface eth0:

ifup {{eth0}}

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

ifup -a