Coming from Debian/Ubuntu camp, I know that
ifup eth0 or
ifdown eth0 can be used to bring a network interface down/up. Unfortunately, ifup and ifdown is not available by default on an Arch netinstall. Also, it seems like ifup/ifdown are now in the list of deprecated tools. So, what's the alternative? Use
ip command, like to bring down an interface do:
Conversely, if you want to bring up an interface, do:
Enjoy!
Tags: Debian, Ubuntu, Arch, interface, ifup, ifdown, replacement, alternative
0 comments:
Post a Comment