Difference between revisions of "Networksetup"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 3: Line 3:
  
 
* <code>[[networksetup -listallnetworkservices]]</code>
 
* <code>[[networksetup -listallnetworkservices]]</code>
 +
* <code>[[networksetup -listnetworkserviceorder]]</code>
  
  

Revision as of 11:57, 19 May 2020

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



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
  • networksetup -setsearchdomains "USB 10/100/1000 LAN" example.com
Check configuration: scutil --dns | grep "search domain"

Activities

See also

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