Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
If you’ll want to reboot, or restart the networking interface in your Mac, by utilizing the CLI, then you possibly can concern the next instructions:
ifconfig
main interfacesudo ifconfig en0 down
sudo ifconfig en0 up
ifconfig -u en0
sudo
, utilizing networksetup
If you’ll want to carry out the identical outcome, however not capable of run sudo
, then look to the networksetup
.
networksetup -setairportpower en0 off
# or
networksetup -setairportpower "Wi-Fi" off
networksetup -setairportpower en0 on
# or
networksetup -setairportpower "Wi-Fi" on
For extra info on the above instructions, check out the person pages.
man ifconfig
man networksetup