You are currently viewing Tutorial Mac: Restart Mac OS X Networking

Tutorial Mac: Restart Mac OS X Networking

Just a simple tutorial for Mac user out there, that is born as Terminal Kamen Rider… You can reboot or turn off/turn on your network interface in command line with such simple command.

To turn off specific network interface in Mac OS X, use:

[sourcecode]sudo ifconfig en0 down[/sourcecode]

to Turn On it, use:

[sourcecode]sudo ifconfig en0 up[/sourcecode]