ssh -f ja@<ip-address> -L 6600:<ipaddress>:6600 -N ssh -f ja@<ipaddress> -L 8000:<ipaddress>:8000 -N
can/may/should be written as: ssh -f ja@<openwrt-router-external-ip-address> -L 6600:<internal-music-box-ipaddress>:6600 -L 8000:<internal-music-box-ipaddress>:8000 -N As for your problem, I think you've either commented out too much, or not been precise enough in describing your setup. Describe which machines with which OS connected were (internally, externally, the openwrt gateway itself) work, don't work, and how they work, and what doesn't work (including the command you used to connect and the error messages with debugging). Can you telnet to <ipaddress>:6600 from the openwrt router? You realize of course the ipaddress has to be the remote devices internal address. Cheers, Maciej (who regularly uses an identical setup) _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
