ifup
Tool used to enable network interfaces. More information: <https://manpages.debian.org/latest/ifupdown/ifup.8.html>.
Install
- All systems
-
curl cmd.cat/ifup.sh
- Debian
-
apt-get install ifupdown2
- Ubuntu
-
apt-get install netscript-2.4-upstart
- Alpine
-
apk add ifupdown
- Kali Linux
-
apt-get install ifupdown2
- Fedora
-
dnf install network-scripts
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install netscript-2.4-upstart
- Raspbian
-
apt-get install ifupdown
- Dockerfile
- dockerfile.run/ifup
- Docker
-
docker run cmd.cat/ifup ifup
powered by Commando
Tool used to enable network interfaces. More information: <https://manpages.debian.org/latest/ifupdown/ifup.8.html>.
-
Enable interface eth0:
ifup eth0
-
Enable all the interfaces defined with "auto" in `/etc/network/interfaces`:
ifup -a
© tl;dr; authors and contributors