NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Doctah
Aug 05, 2026Aspirant
Orbi 371 system: mac can't connect to printer
Orbi RBE371 with a satellite. Firmware version V12.1.3.11_5.1.12
My MacBook Pro has no issues connecting to the Canon MFP660 series printer and printing. My wife's MacBook Air has terrible trouble using the printer. It frequently can't connect. What used to work is deleting the printer from her mac and re-adding it. Then it would work for awhile. Now it doesn't. I can see the printer using bonjour, but when I go to add it it says it can't connect to the printer. I tried pinging the printer from her mac. Timeout every time. No problem pinging from my computer. Both macs on the same wireless band (5 GHz); the printer is on 2.4 GHz. The printer is currently connected to the satellite.
This is very frustrating.
15 Replies
- FURRYe38Guru - Experienced User
What is the size of your home? Sq Ft?
What is the distance between the router 📡 and satellite(s)🛰️? 30 feet or more is recommended in between RBR 📡 and RBS 🛰️ to begin with depending upon building materials when wired or wirelessly connected.
https://kb.netgear.com/31029/Where-should-I-place-my-Orbi-satellite 🛰
Is the printer wireless or ethernet connected to the Orbi system? Ethernet would be recommended.
Doctah wrote:
My MacBook Pro has no issues connecting to the Canon MFP660 series printer and printing. My wife's MacBook Air has terrible trouble using the printer. It frequently can't connect. What used to work is deleting the printer from her mac and re-adding it. Then it would work for awhile. Now it doesn't. I can see the printer using bonjour, but when I go to add it it says it can't connect to the printer. I tried pinging the printer from her mac. Timeout every time. No problem pinging from my computer. Both macs on the same wireless band (5 GHz); the printer is on 2.4 GHz. The printer is currently connected to the satellite.
- DoctahAspirant
I did assign a permanent IP address to the printer. I also tried assigning a permanent IP address to my wife's mac. Not making a difference.
Size of my home is 2400 sq ft. The router and satellite are probably 30ft apart on a straight line, on different floors. Wireless backhaul.
- FURRYe38Guru - Experienced User
What WiFi channels is the RBR set for?
Doctah wrote:
I did assign a permanent IP address to the printer. I also tried assigning a permanent IP address to my wife's mac. Not making a difference.
Size of my home is 2400 sq ft. The router and satellite are probably 30ft apart on a straight line, on different floors. Wireless backhaul.
- HappyCatVirtuoso
With the printer connected to the satellite, which Orbi units are serving
- Your computer (MacBook Pro)
- Wife's MacBook Air
Orbi routers create a single primary IP network (primary WiFi network plus Ethernet devices) and every device on the primary network should be able to communicate with every other device. (Devices on the Guest network typically are blocked from communicating with the primary network.)
As long as devices respond to ICMP (ping) requests, this is a fundamental method for verifying that a network is working correctly. (Windows, for example, requires the Firewall to be set to respond. Some devices, such Google Nest Mini speakers, simply do not respond and there is no method to make them do so.) So, the MacBook Pro being able to ping the printer, but the MacBook Air not being able to is...... crazy
- donawaltHero - Experienced User
HappyCat Doctah Based on what you’ve described, my conclusion is that this is much more likely to be a client-specific networking issue than a printer issue. The strongest evidence is that one MacBook Pro can consistently ping and print to the Canon printer while the MacBook Air cannot even ping the printer, despite both being connected to the same Orbi network. If the printer were at fault, I would expect both Macs to experience similar problems. Since the Air cannot even establish basic IP connectivity, the issue appears to be somewhere between that client and the network rather than with the Canon printer or its drivers.
So I have ten! suggestions for you to work through. These will help narrow down the specific problem and quite possibly fix it.
I would start by checking the MacBook Air itself. (1) Verify whether Private Wi-Fi Address is enabled under the Wi-Fi settings for the home network, as turning it off has resolved similar networking issues on some consumer routers. (2) Also check whether iCloud Private Relay, a VPN, or security software such as Tailscale, NordVPN, Cisco AnyConnect, or Little Snitch is active, and temporarily disable them to see if connectivity returns. (3) Next, completely forget the Wi-Fi network on the Air and reconnect, and (4) flush the Mac’s networking caches by running sudo dscacheutil -flushcache followed by sudo killall -HUP mDNSResponder from a Terminal app window on the Air.
Since this appears to be a network connectivity issue rather than a printing issue, (5) I’d also compare the networking information from both Macs. Verify that both devices are actually on the same subnet, compare the routing information in a Terminal window using route -n get <printer IP>, and compare the ARP tables with arp -a | grep <printer IP>. If you can't easily compare the two, feel free to post them here.
If the MacBook Air never learns the printer’s MAC address, that would indicate the problem exists at Layer 2 before IP communication is even established. (6) It would also be useful to compare the output of (from Terminal) ipconfig getifaddr en0 (or ifconfig en0 | grep inet) on both Macs to confirm they are receiving comparable network configurations.
Because the Orbi system consists of both a router and a satellite using wireless backhaul, (7) I would also determine which access point each device is associated with. Specifically, note whether the printer, the MacBook Pro, and the MacBook Air are connected to the router or the satellite. If the problem only occurs when the Air is connected to one particular node, that could point toward a roaming or backhaul issue. (8) As an additional test, verify whether the Air can successfully ping the router, the satellite, and other local devices. If it can reach everything except the printer, that narrows the problem considerably.
(9) Although I don’t think this is fundamentally a printer issue, it is still worth bypassing Bonjour by removing the printer and re-adding it manually on the Air by using its fixed IP address (selecting AirPrint or HP JetDirect/Socket, depending on what the Canon supports). (10) Finally, if available, temporarily disabling Wi-Fi 6 on the MacBook Air (System Settings/WiFi/Details button of your connected network)/WiFi 6E mode to OFF) would be another useful troubleshooting step, as a handful of printers have exhibited compatibility issues with newer Wi-Fi features.
Overall, my suspicion is that this is a MacBook Air networking issue first, an Orbi client roaming or client-isolation issue second, with a Canon printer problem being much less likely. The fact that one Mac consistently works while the other cannot even ping the printer is the key clue that points away from the printer itself. Post back your results if you want to, we can help further narrow down the problem!
- DoctahAspirant
from the macbook air:
route -n get 10.168.168.66
route to: 10.168.168.66
destination: 10.168.168.0
mask: 255.255.255.0
interface: en0
flags: <UP,DONE,CLONING,STATIC>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
0 0 0 0 0 0 1500 -32784
from my macbook pro:
route -n get 10.168.168.66
route to: 10.168.168.66
destination: 10.168.168.66
interface: en0
flags: <UP,HOST,DONE,LLINFO,WASCLONED,IFSCOPE,IFREF>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
0 0 316 13 4 0 1500 890
- DoctahAspirant
arp -a | grep 10.168.168.66 returns nothing on the macbook air
on the macbook pro:
arp -a | grep 10.168.168.66
canon2b696c (10.168.168.66) at 20:b:74:c0:6a:96 on en0 ifscope [ethernet]
- DoctahAspirant
Oh, this is fun. For giggles I tried pinging. Now everything changes. Same session. Changed nothing.
elizabethlevesque@Mac ~ % arp -a | grep 10.168.168.66
elizabethlevesque@Mac ~ % arp -a | grep 10.168.168.66
elizabethlevesque@Mac ~ % ping 10.168.168.66
PING 10.168.168.66 (10.168.168.66): 56 data bytes
64 bytes from 10.168.168.66: icmp_seq=0 ttl=64 time=76.059 ms
64 bytes from 10.168.168.66: icmp_seq=1 ttl=64 time=73.261 ms
64 bytes from 10.168.168.66: icmp_seq=2 ttl=64 time=104.586 ms
64 bytes from 10.168.168.66: icmp_seq=3 ttl=64 time=115.649 ms
64 bytes from 10.168.168.66: icmp_seq=4 ttl=64 time=31.945 ms
64 bytes from 10.168.168.66: icmp_seq=5 ttl=64 time=58.720 ms
^C
--- 10.168.168.66 ping statistics ---
6 packets transmitted, 6 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 31.945/76.703/115.649/27.788 ms
elizabethlevesque@Mac ~ % arp -a | grep 10.168.168.66
canon2b696c (10.168.168.66) at 20:b:74:c0:6a:96 on en0 ifscope [ethernet]
elizabethlevesque@Mac ~ % route -n get 10.168.168.66
route to: 10.168.168.66
destination: 10.168.168.66
interface: en0
flags: <UP,HOST,DONE,LLINFO,WASCLONED,IFSCOPE,IFREF>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
0 0 0 0 0 0 1500 1171
- DoctahAspirant
Macbook Air: Private WiFi is off. Limit IP address tracking is on. This machine now has a static IP address. I don't think iCloud Private Relay is at issue as she's using chrome as her browser.
I did "forget this network" followed by running sudo dscacheutil -flushcache followed by sudo killall -HUP mDNSResponder. Added the network back in. Was able to ping and print from both the Macbook Pro and the Macbook Air.
I'm encouraged, but not declaring victory just yet.
- DoctahAspirant
Update: the macbook air is back to not printing. Ping is totally inconsistent. Sometimes it works, sometimes it times out every packet.
If I set a static IP address on the macbook Air, won't that mean it is only good if I am on the home network? That's not helpful as my wife brings her laptop everywhere. She needs DHCP to work.
I did set the channels to 11 and 48. No apparent change.
- DoctahAspirant
Additional information: the IP address reservation is not working on the macbook air. Every time it reboots or we forget the network and re-add, it gets a new IP address. The MAC address is correct in the reservation table, but it just isn't using the reserved IP address.
- DoctahAspirant
Private WiFi address is turned off in the settings.