[mythtv-users] How do I access a forwarded port on Box A from Box B?

Robert Tsai mythtv at tsaiberspace.net
Sat Jun 17 04:00:14 UTC 2006


On Fri, Jun 16, 2006 at 10:09:59PM -0400, Richard Bronosky wrote:
> thanks for the tip, but -g didn't seem to work.
> 
> what's wierd is that netstat -na reports:
> Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
> tcp4       0      0  127.0.0.1.8080         *.*                    LISTEN
> tcp6       0      0  ::1.8080               *.*                    LISTEN

This is in the ssh man page:

	-R [bind_address:]port:host:hostport

so you probably want:

	ssh ... -R 0.0.0.0:8080:localhost:80

(or the IP address of your myhomemachine).

The "tcp6" line is IPv6 stuff. Nothing unusual.

--Rob


More information about the mythtv-users mailing list