This website requires JavaScript.
Explore
Help
Sign In
blue
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
61baed236b
tldr
/
pages
/
linux
/
ifup.md
181 B
Raw
Blame
History
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