Use AirDrop With or Without a Wi Fi Connection
Use AirDrop With or Without a Wi-Fi Connection GA S REGULAR Menu Lifewire Tech for Humans Newsletter! Search Close GO Computers, Laptops & Tablets > Apple 23 23 people found this article helpful
defaults write com.apple.NetworkBrowser BrowseAllInterfaces 0 Press Enter after you type or copy/paste the command.
AirDrop With or Without a Wi-Fi Connection
By Tom Nelson Tom Nelson Writer Tom Nelson is an engineer, programmer, network manager, and computer network and systems designer who has written for Other World Computing,and others. Tom is also president of Coyote Moon, Inc., a Macintosh and Windows consulting firm. lifewire's editorial guidelines Updated on December 2, 2020 Tweet Share Email Tweet Share EmailIn This Article
Expand Jump to a Section How AirDrop's "Bonjour" Technology Works Mac Models That Support AirDrop Enable AirDrop Over Any Network Connection Disable AirDrop on Any Network but Your Wi-Fi Connection One of the Mac features available since OS X Lion is AirDrop, a handy method of sharing data with any Mac equipped with OS X Lion (or later) and a Wi-Fi connection that supports PAN (Personal Area Networking). PAN is a somewhat recent standard that has been added to the Wi-Fi alphabet soup of capabilities. The idea of PAN is that two or more devices that come within range of each other can communicate using a peer-to-peer connection method. Information in this article applies to Macs released in 2008 or later, as specified, and running OS X Lion (10.7) or later. AirDrop file sharing service is built-in to your Mac. Image courtesy of Apple Apple's implementation of AirDrop relies on Wi-Fi chipsets that have built-in PAN support. This reliance on hardware-based PAN capabilities in Wi-Fi chipsets has the unfortunate consequences of limiting the use of AirDrop to Macs released in late 2008 or later. The restrictions apply to third-party wireless products as well; they need to have a built-in Wi-Fi chipset that supports PAN. It also prevents you from using AirDrop on other types of local networks, such as good old-fashioned wired Ethernet, which isn't many people's network of choice anymore at home but may still be in many offices. However, as an anonymous tipster reported to Macworld OS X Hints, there is a workaround that enables the use of AirDrop not only over non-supported Wi-Fi connections but also by Macs connected to a wired Ethernet network.How AirDrop Works
AirDrop uses Apple's Bonjour technology to listen in on a Wi-Fi connection for another Mac to announce AirDrop capabilities. AirDrop announces itself over any available network connection, but when AirDrop listens, it only pays attention to Wi-Fi connections, even if AirDrop announcements are present on other network interfaces. It's not clear why Apple chose to limit AirDrop to Wi-Fi, but it appears that Apple, at least during testing, gave AirDrop the ability to listen for AirDrop announcements over any network connection. Select the AirDrop entry in the Finder window sidebar, and all Macs on the network with AirDrop are visible. Dragging an item to one of the listed Macs initiates a request for a file transfer. The user of the target Mac must accept the transfer before the file is delivered. When the file transfer is accepted, the file is sent to the designated Mac and shows up in the receiving Mac's downloads folder.Supported Mac Models
Macs that support AirDrop include: Model I.D. Year MacBook MacBook5,1 or later Late 2008 or later MacBook Pro MacBookPro5,1 or later Late 2008 or later MacBook Air MacBookAir2,1 or later Late 2008 or later MacPro MacPro3,1, MacPro4,1 with Airport Extreme card Early 2008 or later MacPro MacPro5,1 or later Mid 2010 or later iMac iMac9,1 or later Early 2009 or later Mac mini Macmini4,1 or later Mid 2010 or later AirDrop-Ready Mac ModelsEnable AirDrop Over Any Network Connection
Turning on AirDrop capabilities for all networks is relatively simple; all that's needed is a bit of Terminal magic to make the changes. Launch Terminal, located in /Applications/Utilities. At the Terminal command prompt, enter the following: defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1 The command appears all on one line with no line breaks. Your web browser may show the command on multiple lines. If you see any line breaks, ignore them. After you type or copy/paste the command into Terminal, press Enter.Disable AirDrop on Any Network But Your Wi-Fi Connection
Return AirDrop to its default behavior by issuing the following command in Terminal:defaults write com.apple.NetworkBrowser BrowseAllInterfaces 0 Press Enter after you type or copy/paste the command.