====== Bringing Interfaces Up/Down ====== \\ Two methods can be used to bring interfaces up or down. \\ ==== Using "ip" ==== \\ From the command line, use: \\ ip link set dev up ip link set dev down Example: ip link set dev eth0 up ip link set dev eth0 down \\ \\ ==== Using "ifconfig" ==== \\ From the command line, use: \\ /sbin/ifconfig up /sbin/ifconfig down Example: /sbin/ifconfig eth0 up /sbin/ifconfig eth0 down \\ \\