Bash/Network
# show config all interface
ifconfig
# see ip add eth0 interface
ip a show eth0
# to turn off eth0 interface
ifdown eth0
# to turn on eth0 interface
ifup eth0
# show config all interface
ifconfig
# see ip add eth0 interface
ip a show eth0
# to turn off eth0 interface
ifdown eth0
# to turn on eth0 interface
ifup eth0