Which DAAP Port does Tangerine use?

Asked by cement_head

Can one use Tangerine behind a firewall (gufw)? If so, which port does tangerine use for DAAP sharing?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Tangerine Edit question
Assignee:
No assignee Edit question
Solved by:
Chow Loong Jin
Solved:
Last query:
Last reply:
Revision history for this message
Best Chow Loong Jin (hyperair) said :
#1

It uses a random port, so I think it would be pretty tough to configure a firewall for this. You can check what port tangerine is using with the following command:

$ netstat -lnp | awk '/tangerine/ {print $4;}'

Revision history for this message
cement_head (andorjkiss) said :
#2

Hi,

  Yeah, I found that out - however, you can hardcode the port if you edit the config file in you home directory.

- CH