FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › WindowXP firewall (which ports)
- This topic has 1 reply, 2 voices, and was last updated 17 years, 1 month ago by rpedde.
-
AuthorPosts
-
22/08/2007 at 2:07 AM #1644gsallenGuest
I’ve got an interesting problem.
Installed Firefly on a Windows 64 box.
Ports 3689 TCP and 5353 UDP are passed by the firewall.Linux machine can connect just fine.
Windows XP laptop can’t connect. It can see the share, but can’t connect to it.Disable firewall on windows 64 machine, suddenly the laptop connects.
If I use the iTunes sharing, the laptop connects perfectly.Here’s the log from the firewall of a connection attempt:
2007-08-21 18:51:26 OPEN-INBOUND TCP 192.168.1.2 192.168.1.100 4330 3689 – – – – – – – – –
2007-08-21 18:51:40 DROP UDP 0.0.0.0 255.255.255.255 68 67 328 – – – – – – – RECEIVE
2007-08-21 18:52:36 CLOSE TCP 192.168.1.100 192.168.1.2 3689 4330 – – – – – – – – –Anyone have any clues? Are there some magic ports I don’t know about?
22/08/2007 at 3:20 AM #12131rpeddeParticipant@gsallen wrote:
I’ve got an interesting problem.
Installed Firefly on a Windows 64 box.
Ports 3689 TCP and 5353 UDP are passed by the firewall.Linux machine can connect just fine.
Windows XP laptop can’t connect. It can see the share, but can’t connect to it.Disable firewall on windows 64 machine, suddenly the laptop connects.
If I use the iTunes sharing, the laptop connects perfectly.Here’s the log from the firewall of a connection attempt:
2007-08-21 18:51:26 OPEN-INBOUND TCP 192.168.1.2 192.168.1.100 4330 3689 – – – – – – – – –
2007-08-21 18:51:40 DROP UDP 0.0.0.0 255.255.255.255 68 67 328 – – – – – – – RECEIVE
2007-08-21 18:52:36 CLOSE TCP 192.168.1.100 192.168.1.2 3689 4330 – – – – – – – – –Anyone have any clues? Are there some magic ports I don’t know about?
That drop is DHCP, so that isn’t it. If you could what’s dropped, that might help. Also, pushing logging up to 9, trying to connect, then examining the log might help also.
As far as firewall goes, it sounds like you have it. You need:
Inbound TCP 3689 for web admin and daap transfer
Outbound UDP to 224.0.0.251 dport 5353 for mdns advertisements
Inbound from 224.0.0.251 dport 5353 for mdns queriesThat’s it. Sometimes firewall rules get set up only for local hosts and forget 224.0.0.0/4 (being multicast) should be a local net, but that’s the only real gotcha I can think of.
— Ron
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.