Bonjour does not work with TP-Link Archer C2
up vote
2
down vote
favorite
I recently bought a TP-Link Archer C2 router, and I am very satisfied with it so far. I have only a single problem: Bonjour service advertising seems to be broken.
My network:
- Simultaneous 2.4 and 5 GHz networks
- 2 Macs, 1 Ubuntu and 1 Windows 7 computer
- 3 iPhones, 2 Android phones
- HP printer
- Kindles, etc.
What I tested:
- The Macs do not see each other in Finder
- My Mac does not see the network printer (used to work)
- My Mac does not see the iPhone, when I start some app which provides WebDAV access and announces it with Bonjour
- Bonjour Browser shows only my local computers advertisements
- The iPhones do not see the AirPrint service of the printer
- I've tested using only a single WiFi band instead of both of them, did not help
- The router provides IP addresses from the same IP domain to all of the networks (192.168.0.1/255.255.255.0)
Where could the problem lie? What do I need to check to fix this? Is it maybe some multicast package forwarding issue? If so, where can I fix it?
macos bonjour
add a comment |
up vote
2
down vote
favorite
I recently bought a TP-Link Archer C2 router, and I am very satisfied with it so far. I have only a single problem: Bonjour service advertising seems to be broken.
My network:
- Simultaneous 2.4 and 5 GHz networks
- 2 Macs, 1 Ubuntu and 1 Windows 7 computer
- 3 iPhones, 2 Android phones
- HP printer
- Kindles, etc.
What I tested:
- The Macs do not see each other in Finder
- My Mac does not see the network printer (used to work)
- My Mac does not see the iPhone, when I start some app which provides WebDAV access and announces it with Bonjour
- Bonjour Browser shows only my local computers advertisements
- The iPhones do not see the AirPrint service of the printer
- I've tested using only a single WiFi band instead of both of them, did not help
- The router provides IP addresses from the same IP domain to all of the networks (192.168.0.1/255.255.255.0)
Where could the problem lie? What do I need to check to fix this? Is it maybe some multicast package forwarding issue? If so, where can I fix it?
macos bonjour
This is a potential answer: superuser.com/questions/730288/… :(
– hooby3dfx
Oct 30 '14 at 22:13
I don't think this is the issue for me. I had an older, 802.11n only TP-Link router, which worked perfectly with the same setup. The only reason I replaced it was the ac speed.
– gklka
Oct 31 '14 at 0:03
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I recently bought a TP-Link Archer C2 router, and I am very satisfied with it so far. I have only a single problem: Bonjour service advertising seems to be broken.
My network:
- Simultaneous 2.4 and 5 GHz networks
- 2 Macs, 1 Ubuntu and 1 Windows 7 computer
- 3 iPhones, 2 Android phones
- HP printer
- Kindles, etc.
What I tested:
- The Macs do not see each other in Finder
- My Mac does not see the network printer (used to work)
- My Mac does not see the iPhone, when I start some app which provides WebDAV access and announces it with Bonjour
- Bonjour Browser shows only my local computers advertisements
- The iPhones do not see the AirPrint service of the printer
- I've tested using only a single WiFi band instead of both of them, did not help
- The router provides IP addresses from the same IP domain to all of the networks (192.168.0.1/255.255.255.0)
Where could the problem lie? What do I need to check to fix this? Is it maybe some multicast package forwarding issue? If so, where can I fix it?
macos bonjour
I recently bought a TP-Link Archer C2 router, and I am very satisfied with it so far. I have only a single problem: Bonjour service advertising seems to be broken.
My network:
- Simultaneous 2.4 and 5 GHz networks
- 2 Macs, 1 Ubuntu and 1 Windows 7 computer
- 3 iPhones, 2 Android phones
- HP printer
- Kindles, etc.
What I tested:
- The Macs do not see each other in Finder
- My Mac does not see the network printer (used to work)
- My Mac does not see the iPhone, when I start some app which provides WebDAV access and announces it with Bonjour
- Bonjour Browser shows only my local computers advertisements
- The iPhones do not see the AirPrint service of the printer
- I've tested using only a single WiFi band instead of both of them, did not help
- The router provides IP addresses from the same IP domain to all of the networks (192.168.0.1/255.255.255.0)
Where could the problem lie? What do I need to check to fix this? Is it maybe some multicast package forwarding issue? If so, where can I fix it?
macos bonjour
macos bonjour
edited Dec 8 '16 at 18:16
3498DB
15.6k114762
15.6k114762
asked Aug 11 '14 at 22:29
gklka
14116
14116
This is a potential answer: superuser.com/questions/730288/… :(
– hooby3dfx
Oct 30 '14 at 22:13
I don't think this is the issue for me. I had an older, 802.11n only TP-Link router, which worked perfectly with the same setup. The only reason I replaced it was the ac speed.
– gklka
Oct 31 '14 at 0:03
add a comment |
This is a potential answer: superuser.com/questions/730288/… :(
– hooby3dfx
Oct 30 '14 at 22:13
I don't think this is the issue for me. I had an older, 802.11n only TP-Link router, which worked perfectly with the same setup. The only reason I replaced it was the ac speed.
– gklka
Oct 31 '14 at 0:03
This is a potential answer: superuser.com/questions/730288/… :(
– hooby3dfx
Oct 30 '14 at 22:13
This is a potential answer: superuser.com/questions/730288/… :(
– hooby3dfx
Oct 30 '14 at 22:13
I don't think this is the issue for me. I had an older, 802.11n only TP-Link router, which worked perfectly with the same setup. The only reason I replaced it was the ac speed.
– gklka
Oct 31 '14 at 0:03
I don't think this is the issue for me. I had an older, 802.11n only TP-Link router, which worked perfectly with the same setup. The only reason I replaced it was the ac speed.
– gklka
Oct 31 '14 at 0:03
add a comment |
3 Answers
3
active
oldest
votes
up vote
2
down vote
Do you have any active devices between your Mac and the router? Bonjour packets have a TTL of 1.
Does running dns-sd -B
on your Mac list your other devices? Does dns-sd -F
show local
as a browsing domain?
Try pinging: ping 224.0.0.251
or ping6 ff02::fb
On the router, try enabling Network > WAN > Advanced > Enable IGMP Proxy
and IPv6 WAN > Advanced > Enable MLD Proxy
– it shouldn't affect multicast packets on the LAN, but you never know. :)
Try setting Wireless 2.4GHz > Wireless Advanced > DTIM Interval
to 1
.
Try disabling anything firewall-related (Security > Basic Security > Firewall > Enable SPI Firewall
and all the options under Security > Advanced Security
), and if this solves the problem, re-enable them one by one.
It seemed to solve the issue for a while, but after some days the same happened. Sometimes bonjour sharings are working, sometime not. :(
– gklka
Sep 23 '14 at 6:51
add a comment |
up vote
2
down vote
accepted
I've contacted TP-Link's user support. In the result of this, they have improved the Bonjour support of the router in the 11/17/2014 software update:
http://www.tp-link.us/support/download/?model=Archer+C2&version=V1#tbl_j
So far (since 2 days) it seems working fine, so if you have similar problem, you only have to update your router.
add a comment |
up vote
0
down vote
I have had a similar issue with the TP-Link Archer C50. Bonjour devices would just not show up.
I had originally set up the router as an access point, basically extending an existing LAN with additional WiFi.
What solved the problem for me was configuring the router as a router, that is, selecting this option:
Before enabling it, you will have to plug in something into the WAN port. Then, after enabling it, unplug the cable, wait for the router to restart. Now connect your PC again, navigate to 192.168.0.1
(the router's default address), and change the Network » LAN address of the router to something other than your existing router's IP. Restart, then go to DHCP and disable the built-in server. Restart once more and the router should work.
add a comment |
protected by Community♦ Apr 9 '15 at 11:24
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Do you have any active devices between your Mac and the router? Bonjour packets have a TTL of 1.
Does running dns-sd -B
on your Mac list your other devices? Does dns-sd -F
show local
as a browsing domain?
Try pinging: ping 224.0.0.251
or ping6 ff02::fb
On the router, try enabling Network > WAN > Advanced > Enable IGMP Proxy
and IPv6 WAN > Advanced > Enable MLD Proxy
– it shouldn't affect multicast packets on the LAN, but you never know. :)
Try setting Wireless 2.4GHz > Wireless Advanced > DTIM Interval
to 1
.
Try disabling anything firewall-related (Security > Basic Security > Firewall > Enable SPI Firewall
and all the options under Security > Advanced Security
), and if this solves the problem, re-enable them one by one.
It seemed to solve the issue for a while, but after some days the same happened. Sometimes bonjour sharings are working, sometime not. :(
– gklka
Sep 23 '14 at 6:51
add a comment |
up vote
2
down vote
Do you have any active devices between your Mac and the router? Bonjour packets have a TTL of 1.
Does running dns-sd -B
on your Mac list your other devices? Does dns-sd -F
show local
as a browsing domain?
Try pinging: ping 224.0.0.251
or ping6 ff02::fb
On the router, try enabling Network > WAN > Advanced > Enable IGMP Proxy
and IPv6 WAN > Advanced > Enable MLD Proxy
– it shouldn't affect multicast packets on the LAN, but you never know. :)
Try setting Wireless 2.4GHz > Wireless Advanced > DTIM Interval
to 1
.
Try disabling anything firewall-related (Security > Basic Security > Firewall > Enable SPI Firewall
and all the options under Security > Advanced Security
), and if this solves the problem, re-enable them one by one.
It seemed to solve the issue for a while, but after some days the same happened. Sometimes bonjour sharings are working, sometime not. :(
– gklka
Sep 23 '14 at 6:51
add a comment |
up vote
2
down vote
up vote
2
down vote
Do you have any active devices between your Mac and the router? Bonjour packets have a TTL of 1.
Does running dns-sd -B
on your Mac list your other devices? Does dns-sd -F
show local
as a browsing domain?
Try pinging: ping 224.0.0.251
or ping6 ff02::fb
On the router, try enabling Network > WAN > Advanced > Enable IGMP Proxy
and IPv6 WAN > Advanced > Enable MLD Proxy
– it shouldn't affect multicast packets on the LAN, but you never know. :)
Try setting Wireless 2.4GHz > Wireless Advanced > DTIM Interval
to 1
.
Try disabling anything firewall-related (Security > Basic Security > Firewall > Enable SPI Firewall
and all the options under Security > Advanced Security
), and if this solves the problem, re-enable them one by one.
Do you have any active devices between your Mac and the router? Bonjour packets have a TTL of 1.
Does running dns-sd -B
on your Mac list your other devices? Does dns-sd -F
show local
as a browsing domain?
Try pinging: ping 224.0.0.251
or ping6 ff02::fb
On the router, try enabling Network > WAN > Advanced > Enable IGMP Proxy
and IPv6 WAN > Advanced > Enable MLD Proxy
– it shouldn't affect multicast packets on the LAN, but you never know. :)
Try setting Wireless 2.4GHz > Wireless Advanced > DTIM Interval
to 1
.
Try disabling anything firewall-related (Security > Basic Security > Firewall > Enable SPI Firewall
and all the options under Security > Advanced Security
), and if this solves the problem, re-enable them one by one.
answered Aug 11 '14 at 23:31
David Ebert
211
211
It seemed to solve the issue for a while, but after some days the same happened. Sometimes bonjour sharings are working, sometime not. :(
– gklka
Sep 23 '14 at 6:51
add a comment |
It seemed to solve the issue for a while, but after some days the same happened. Sometimes bonjour sharings are working, sometime not. :(
– gklka
Sep 23 '14 at 6:51
It seemed to solve the issue for a while, but after some days the same happened. Sometimes bonjour sharings are working, sometime not. :(
– gklka
Sep 23 '14 at 6:51
It seemed to solve the issue for a while, but after some days the same happened. Sometimes bonjour sharings are working, sometime not. :(
– gklka
Sep 23 '14 at 6:51
add a comment |
up vote
2
down vote
accepted
I've contacted TP-Link's user support. In the result of this, they have improved the Bonjour support of the router in the 11/17/2014 software update:
http://www.tp-link.us/support/download/?model=Archer+C2&version=V1#tbl_j
So far (since 2 days) it seems working fine, so if you have similar problem, you only have to update your router.
add a comment |
up vote
2
down vote
accepted
I've contacted TP-Link's user support. In the result of this, they have improved the Bonjour support of the router in the 11/17/2014 software update:
http://www.tp-link.us/support/download/?model=Archer+C2&version=V1#tbl_j
So far (since 2 days) it seems working fine, so if you have similar problem, you only have to update your router.
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
I've contacted TP-Link's user support. In the result of this, they have improved the Bonjour support of the router in the 11/17/2014 software update:
http://www.tp-link.us/support/download/?model=Archer+C2&version=V1#tbl_j
So far (since 2 days) it seems working fine, so if you have similar problem, you only have to update your router.
I've contacted TP-Link's user support. In the result of this, they have improved the Bonjour support of the router in the 11/17/2014 software update:
http://www.tp-link.us/support/download/?model=Archer+C2&version=V1#tbl_j
So far (since 2 days) it seems working fine, so if you have similar problem, you only have to update your router.
answered Dec 9 '14 at 8:49
gklka
14116
14116
add a comment |
add a comment |
up vote
0
down vote
I have had a similar issue with the TP-Link Archer C50. Bonjour devices would just not show up.
I had originally set up the router as an access point, basically extending an existing LAN with additional WiFi.
What solved the problem for me was configuring the router as a router, that is, selecting this option:
Before enabling it, you will have to plug in something into the WAN port. Then, after enabling it, unplug the cable, wait for the router to restart. Now connect your PC again, navigate to 192.168.0.1
(the router's default address), and change the Network » LAN address of the router to something other than your existing router's IP. Restart, then go to DHCP and disable the built-in server. Restart once more and the router should work.
add a comment |
up vote
0
down vote
I have had a similar issue with the TP-Link Archer C50. Bonjour devices would just not show up.
I had originally set up the router as an access point, basically extending an existing LAN with additional WiFi.
What solved the problem for me was configuring the router as a router, that is, selecting this option:
Before enabling it, you will have to plug in something into the WAN port. Then, after enabling it, unplug the cable, wait for the router to restart. Now connect your PC again, navigate to 192.168.0.1
(the router's default address), and change the Network » LAN address of the router to something other than your existing router's IP. Restart, then go to DHCP and disable the built-in server. Restart once more and the router should work.
add a comment |
up vote
0
down vote
up vote
0
down vote
I have had a similar issue with the TP-Link Archer C50. Bonjour devices would just not show up.
I had originally set up the router as an access point, basically extending an existing LAN with additional WiFi.
What solved the problem for me was configuring the router as a router, that is, selecting this option:
Before enabling it, you will have to plug in something into the WAN port. Then, after enabling it, unplug the cable, wait for the router to restart. Now connect your PC again, navigate to 192.168.0.1
(the router's default address), and change the Network » LAN address of the router to something other than your existing router's IP. Restart, then go to DHCP and disable the built-in server. Restart once more and the router should work.
I have had a similar issue with the TP-Link Archer C50. Bonjour devices would just not show up.
I had originally set up the router as an access point, basically extending an existing LAN with additional WiFi.
What solved the problem for me was configuring the router as a router, that is, selecting this option:
Before enabling it, you will have to plug in something into the WAN port. Then, after enabling it, unplug the cable, wait for the router to restart. Now connect your PC again, navigate to 192.168.0.1
(the router's default address), and change the Network » LAN address of the router to something other than your existing router's IP. Restart, then go to DHCP and disable the built-in server. Restart once more and the router should work.
answered Nov 20 at 21:32
slhck
158k47436461
158k47436461
add a comment |
add a comment |
protected by Community♦ Apr 9 '15 at 11:24
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
This is a potential answer: superuser.com/questions/730288/… :(
– hooby3dfx
Oct 30 '14 at 22:13
I don't think this is the issue for me. I had an older, 802.11n only TP-Link router, which worked perfectly with the same setup. The only reason I replaced it was the ac speed.
– gklka
Oct 31 '14 at 0:03