2025-03-14 21:59:59 -06:00
|
|
|
# ifup
|
|
|
|
|
|
|
|
|
|
> Enable network interfaces.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/ifup>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Enable interface eth0:
|
|
|
|
|
|
|
|
|
|
`ifup {{eth0}}`
|
|
|
|
|
|
|
|
|
|
- Enable all the interfaces defined with "auto" in `/etc/network/interfaces`:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`ifup {{[-a|--all]}}`
|