Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Re-enable iTunes sharing outside local subnet' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Re-enable iTunes sharing outside local subnet
Authored by: hangon on Feb 04, '04 07:39:23PM

when u write:
sharing:
ssh -f -g -L 3689:localhost:3689 -l <username on server> -N < server or router ip>


are u sure that it is correct ....
i will expect something like this:

ssh -f -g -L 4689:localhost:3689 -l <username on server> -N < server or router ip>

or like this:

ssh -f -g -L 3689:localhost:4689 -l <username on server> -N < server or router ip>


am i wrong?



[ Reply to This | # ]
Re-enable iTunes sharing outside local subnet
Authored by: ecammit on Feb 04, '04 11:21:04PM
I appoligize, it should be:
ssh -f -g -L 4689:localhost:3689 -l  -N 


[ Reply to This | # ]