Summary
To reboot the network on Mac Terminal, type "sudo ifconfig en0 down" followed by "sudo ifconfig en0 up".
1
This command can also be stored in a shell script named restartNetwork.sh for easy access.
2
According to