Difference between revisions of "Networksetup"

From wikieduonline
Jump to navigation Jump to search
Line 16: Line 16:
 
== Activities ==
 
== Activities ==
 
* Create an IP alias in [[macOS]]: https://apple.stackexchange.com/questions/296647/how-do-i-create-a-static-permanent-ifconfig-alias
 
* Create an IP alias in [[macOS]]: https://apple.stackexchange.com/questions/296647/how-do-i-create-a-static-permanent-ifconfig-alias
 +
* [[Renew DHCP address in your macOS from command line]]
  
 
== See also ==
 
== See also ==

Revision as of 15:01, 21 January 2020

networksetup[1] is a macOS configuration command for network settings.


  • networksetup -listallnetworkservices


Change DNS services: networksetup -setdnsservers Network_Service_Name YOU.RDNS.IP

  • networksetup -setdnsservers Wi-Fi 8.8.8.8
  • networksetup -setdnsservers "USB 10/100/1000 LAN" 8.8.8.8 1.1.1.1
Check configuration: scutil --dns
  • networksetup -setsearchdomains Ethernet example.com
  • networksetup -setsearchdomains Wi-Fi example.com
Check configuration: scutil --dns

Activities

See also

  • https://www.unix.com/man-page/osx/8/NETWORKSETUP/
  • Advertising: