Program That Manages Wireless Networks For Mac Os X



Program that manages wireless networks for mac

Wireless network monitoring & Wifi management software, Wi fi manager & wlan monitor for Mac OS X Wireless network monitoring & Wifi management software, Wi fi manager & wlan monitor for Mac OS X.

Coffee shops, malls, hotels, and now even cars are being made with built-in wireless hotspot features. Wi-Fi access is everywhere! And while it's been made relatively easy enough to connect to access points for consumers, sysadmins face a different challenge when having to manage wireless settings, especially on mobile devices.

For those leveraging mobile device management (MDM) platforms to push settings, this is a non-issue, but if the cost of these suites remains prohibitive or connectivity is spotty, the following Terminal commands can be used to manage Wi-Fi settings in OS X. They can even be incorporated into a script and deployed to remote end users.

Before moving forward with the various networksetup-based commands, please note that as of OS X 10.8, the AirPort Terminal command, which is what drives some of the changes made to Apple's AirPort wireless connections, has been hidden within the OS and must be referenced directly each time the command is run. To side-step this, run the command below first, which will create a symbolic link to the AirPort command itself so that it may be referenced each time without having to enter a long string of commands each time.

  • Airport: Scan your local wireless environment from the command line When you click the Wi-Fi icon in OS X's menu bar (called AirPort before OS X Lion), you get a list of available wireless networks.
  • Operating Systems Manage Wi-Fi networks in OS X. If regularly connect to more than one Wi-Fi network on your Mac, you can do several things to optimize which networks will get automatically chosen.
  • Create a symlink to the AirPort command in Terminal
  • Network connections list
  • Enable or Disable Wi-Fi
  • Secure Wi-Fi Settings

Arguments

RequireAdminsIBSS=yes (or no) | Restricts creation of ad-hoc networks to admins.

Add wifi network on mac

RequireAdminPowerToggle=yes (or no) | Restricts power on/off of Wi-Fi to admins.

RequireAdminNetworkChange=yes (or no) | Restricts network changes to admins.

  • View available Wi-Fi networks
  • Join Wi-Fi network
  • Create a Wi-Fi network profile

Variables

SSID_OF_NETWORK | SSID of the network you wish to join/create a profile of.

INDEX_NUMBER | Numerical value to assigns a position in the list of preferred wireless networks. A value of '0' adds to the network to the top of the list.

SECURITY_OF_WIRELESS_NETWORK | Wireless network security type (ex.) WPA2.

WIRELESS_NETWORK_PASSPHRASE | Password or passphrase used to authenticate the password-protected network.

  • Delete a Wi-Fi network profile
  • Remove all stored Wi-Fi network profiles

Though managing wireless network settings may seem trivial to some, in densely packed office buildings with dozens of Wi-Fi networks broadcasting their signals, data security is a big concern. Configuring wireless endpoints so that they're properly secured against eavesdropping from unauthorized networks is just one way in which network administrators work with system administrators to ensure that secured wireless access is granted through trusted networks and managed accordingly.

How do you manage Wi-Fi for Macs in your organization? Share your experience in the discussion thread below.

Also see

When it comes to helping you troubleshoot wireless networking problems, Mac OS X can't seem to make up its mind. The old Network Utility was appropriate primarily for network gurus. OS X 10.4 came with Network Diagnostics, which took a user-friendlier hand-holding approach. Lion added Wi-Fi Diagnostics, but hid it away; it was largely intended to be used by AppleCare technicians or Apple Store Geniuses, who’d use it to generate detailed log reports. Now Mountain Lion comes with a network tool—a revised version of Wi-Fi Diagnostics—that’s once again intended for regular end users, not just network experts.

Wi-Fi Diagnostics can help you figure out why your Mac’s Wi-Fi adapter isn’t connecting to a network. It can also find nearby networks (which in turn can be useful for tracking down interference problems) and services broadcasting their availability via Bonjour. It also offers a graphical front end to some common Unix network tools, much as Network Utility did, but in a form that those without command-line experience can use.

To launch Wi-Fi Diagnostics, hold down the Option key as you click on the Wi-Fi icon in the menu bar. That’ll open the Wi-Fi menu with an Open Wi-Fi Diagnostics item at the bottom; click that item to open the utility. You can also launch the program directly from its hidey-hole: In the Finder, choose Go > Go to Folder, and enter /System/Library/CoreServices/. You’ll find the Wi-Fi Diagnostics app in there.

However you open it, you’ll see a welcome window with three options: Create Diagnostic Report, Turn on Debug Logs, and Capture Network Traffic. For your troubleshooting purposes, you can ignore all three and instead choose File > Network Utilities (or press Command-N).

The Network Utilities window provides four separate tabs that are each useful in their own way. Let’s go through them one at a time.

Performance

The Performance view tracks the wireless connection between your Mac and the base station to which it’s connected. The top chart, Signal Strength, shows the relative quality of the connection, while the bottom, Network Traffic, shows bytes passing back and forth. Together, these charts can help you figure out the optimum place to connect to a network or to troubleshoot dead spots in your home or office.

On the Signal Strength chart, the upper yellow line shows the power of the signal being received from the base station while the lower green line shows noise. The further these two lines are from each other, the greater the throughput you will receive. The higher the signal level, the stronger the signal.

Noise often remains constant; if you walk around your home or office with your laptop, that line may not change at all. The yellow signal line is more responsive, and you can watch it change as you move around (or walk between a computer and the direct path to a base station).

The Network Traffic chart below may be less useful than the Signal Strength chart, because it just shows the quantity of data being transferred over your Mac’s wireless connection. But it can tell you whether any data is getting through.

Wi-Fi Scan

The Wi-Fi Scan view shows the results of a scan of the surrounding networks, presenting as much detail about each as it can without actually connecting. The scan can be updated by selecting Active Scan or Passive Scan from the Scan pop-up menu in the lower left; it also updates periodically without intervention. (An active scan may find more networks that broadcast less or no information about themselves.)

Here’s what all the information means:

  • Network Name: Technically known as the SSID (Service Set Identifier), this is the name that a Wi-Fi base station broadcasts. Multiple base stations may share the same name, to provide roaming.

  • BSSID: The factory-assigned, uniquely numbered address for the base station’s Wi-Fi radio or radios.

  • Channel and Band: Wi-Fi can operate in two frequency bands: 2.4GHz and 5GHz. Depending on the country, you’ll find channels 1 to 14 in 2.4GHz and 36 to 167 in 5 GHz. (They go up in increments of four, with some gaps.) The Channel and Band columns show which channel a base station offers in which band. Simultaneous dual-band base stations have two listings, one for each band.

  • Width: It’ll be either 20 MHz or 40 MHz, which refers to the “wide” channel option that doubles throughput but requires two channels to function. Apple only allows its base stations to use wide channels in 5GHz.

  • Security: The acceptable methods for connecting appear, such as WPA and WEP.

  • Signal and Noise: Same as the numbers explained above, representing the strength of signal and noise. Again, the bigger the difference, the better the signal.

  • Protocols: The scan shows the standards being used the various Wi-Fi devices near you. 802.11a and b are the oldest, dating to 1999; 802.11g debuted in 2003; and 802.11n matured in 2007.

  • CC: The country code for a given device indicates the regulatory domain in which it’s set to operate. If you’re in the US and it doesn’t show US, someone could be violating federal telecommunications law.

Bonjour

The Bonjour tab reveals the services that Bonjour-compatible devices around you are advertising. Each entry shows a particular service, such as iTunes Sharing, and the Bonjour-style address in URL form to reach it. Double-click one of those entries, and OS X will launch the corresponding program and attempt to open that URL.

The Bonjour view provides “negative” knowledge, as well as positive: You can see which devices are talking, but also, by inference, which ones aren’t on the network.

Tools

The Tools tab gives you a graphical interface to a bunch of common networking diagnostic tools; many of them are also found in Network Utility, but in a much less friendly form.

The tools include ping and ping6 for checking whether a remote system is responsive; netstat which provides (exceedingly technical) details about connections in progress by a computer’s network adapter; and whois, which looks up domain registration information.

The gear menu changes contextually based on which of command is selected. With ping, for instance, you can pick the number of pings (attempts to test for a machine being alive) as well as the time-gap between them and the size of the packets used in those attempts. With lookup, which pulls down domain name system (DNS) records, you can type in a domain name and select Mail Exchanger (MX) to retrieve which mail servers handle messages for that domain.

While you may not spend a lot of time diagnosing wireless connectivity issues, it’s nice to know that there’s a tool that regular mortals—not just network nabobs—can understand. If nothing else, it’ll make it easier to get help when you can explain to someone else exactly what’s going—or not—on your wireless net.

Manage Wireless Networks Is Missing

Note: When you purchase something after clicking links in our articles, we may earn a small commission. Read our affiliate link policy for more details.