Reply To: Remote DAAP share / tunneling suddenly not working

#10133
rpedde
Participant

@jamiew wrote:

Posted this on the Wiki discussion here: http://wiki.mt-daapd.org/wiki/Talk:SSH_Tunnel

My beloved daap_connect one-liner ceased to function recently, with the only genuine change being an upgrade on my computer iTunes 7.1 from iTunes 7.


ssh [email protected] -N -f -L 3689:servername.com:3689 && mDNSProxyResponderPosix 127.0.0.1 musicserver "Music Server" _daap._tcp. 3689 &

It tries to connect and just defaults back to the Library. Firewalls all look OK. Don’t see anything interesting in the logs about it… anybody have any ideas?[/code]

Maybe use a different port than 3689? iTunes seems pretty aggressive in listening on it.:

ssh foo@bar -N -f -L 9999:localhost:3689 && mDNSProxyResponderPosix 127.0.0.1 musicserver “Music Server” _daap._tcp 9999 &

Also, make sure you aren’t running a copy of the server on the local machine either.

Might be worth running ssh in -vv to see dbug messages about what’s up, too.

— Ron