The format for this command is ifstatus interface-name -o options . To check the only Ethernet connection on my desktop box, without specifying any options, I would enter:
ifstatus eth0
At first I tried ifup eth0, but all it would do is tell me the interface was already up. So I shut down the interface with ifdown eth0, then hit it with ifup again, and just like that I was reconnected.
Add A Comment
You must be logged in to post a comment.
