<br><br><div><span class="gmail_quote">On 11/2/06, <b class="gmail_sendername">Scott Alfter</b> <<a href="mailto:mythtv@salfter.dyndns.org">mythtv@salfter.dyndns.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Phill Edwards wrote:<br>>> Why don't you go ahead and open port 80 and turn on Authentication in Apache?<br>><br>> Good question - because my ISP blocks port 80 incoming requests which<br>> is a bit of a bummer.
<br><br>Odds are they don't block port 443. As a bonus, you get a secure<br>connection...even authentication (which you should also use) is secured, IIRC,<br>which is good. My Mythbox is connected through a router to a residential
<br>cable-modem account, and port 443 works fine (the router forwards inbound<br>traffic on that port to the Mythbox).</blockquote><div><br><br>Another suggestion...at least something I do. I tunnel port 80 traffic over SSH. This way, I only need to allow tcp/22 into the box, and I can login from anywhere. To do this, on the server, setup openssh and get it running. Then, on your client, just use...
<br><br>sudo ssh -L 80:localhost:80 <username>@<ip or dns name><br><br>You need sudo because you are tunneling port 80 on your local machine. You can open up your web browser, type in "localhost" and it will redirect it to your myth box.
<br><br>Hope this makes sense!<br></div><br></div>