Hot answers tagged networking
5
To print to your HP printer using AirPrint you will need some kind of AirPrint server. It is not enough to just get network connectivity to the printer, you need some software running somewhere to handle some of the communication details. It is conceivable that someone makes a 3G WiFi router that includes AirPrint support but I think is unlikely.
...
5
Delete the following 3 files located in ~Library > Preferences > SystemConfiguration :
com.apple.airport.preferences.plist
com.apple.network.identification.plist
NetworkInterfaces.plist
Delete the airport / wifi network interface and re-create.
Reboot and connect to WiFi
2
I'd run /System/Library/CoreServices/Network Diagnostics and see if the report can pinpoint if there is a problem with the configuration or the network devices that connect you to the internet.
The failure to resolve a common DNS and packet loss makes it look like a very lossy network, but that's harder to fix directly than a configuration issue.
If you ...
2
There are two things you can do here.
If you want all your traffic to go via built-in Ethernet if both Ethernet and Wifi are up, you can make it more preferred in System Preferences:
System Preferences -> Network will show you the window with all Network connections defined. At the bottom of the left hand side panel (with the list of interfaces) ...
1
Let's set aside any solution where you bring a second piece of networking gear to the problem. Let's also let the problem of stopping traffic after the VPN fails to this related, but different question.
I look at this problem as a user centric solution and not something that's easily accomplished by modifying the OS X behavior.
Set up two accounts on your ...
1
Unlike Firefox, most OS X apps don't have their own proxy settings but instead respect the system-wide configuration in the Network preference pane. This is particularly true of the bundled apps like Software Update and Safari.
To do that, just open the Network pane in System Preferences, select the connection you want to configure on the left (e.g. Wi-Fi), ...
1
You could forward port 548 to your MBP server to get back the old behavior of allowing afp://** to connect to your MPB server instead of your TimeCapsule. This would definitely make your TimeCapsule AFP server inaccessible from the Internet and might (but I would hope not) make it inaccessible from your LAN. Try it and see. Here is one of many web pages ...
1
According to this Apple support page,
This will clear your current cellular and Wi-Fi network settings,
including saved networks, Wi-Fi passwords, and VPN settings.
So, it will reset your network connection options, and it will affect internet connectivity, both GSM/GPRS/EDGE/3G/4G and WiFi, but it shouldn't impact "classic" telephone services, ...
1
You can adjust the order of your network interfaces in the Network panel of System Preferences. This allows you to set the primary adaptor for your network location, which in your case should be the Wi-Fi adaptor, since that provides the actual correct default route to the Internet.
The re-ordering UI is accessible by clicking on the 'gear' icon below the ...
1
MacBook Pro supports 802.11n wifi wireless networking. There are other wifi protocols like 802.11b and 802.11g. MacBook Pro is compatible with these (b and g) as well. Wifi issues prop up when your router supports other frequency and your laptop is trying to catch other frequency.
If your router supports 802.11b/g and compatible with n then it means some ...
1
After spending maybe 12 hours or more troubleshooting this issue over the past month or so, and realizing it was isolated to my user account, I decided to recreate my user account from scratch. This has solved the problem, and I am now able to connect to the remove server and add/edit files without difficulty.
1
I resolves this by the using an answer from this question that links to this blog post, and incorporating this Wake UP NAS applescript into the automator app (Changing the MAC and local broadcast IP address to suit)
Wake Up Nas Script:
do shell script "python -c \"
import socket
data = '\\xff'*6+'\\x00\\x13\\xd4\\xdc\\xf2\\x80'*16
s = ...
Only top voted, non community-wiki answers of a minimum length are eligible