Bash/Network

From Chorke Wiki
Revision as of 20:33, 9 April 2018 by Shahed (talk | contribs) (Created page with "<syntaxhighlight lang="bash"> # 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 i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
# 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

References