<br><br><div><span class="gmail_quote">On 11/2/06, <b class="gmail_sendername">Scott Alfter</b> &lt;<a href="mailto:mythtv@salfter.dyndns.org">mythtv@salfter.dyndns.org</a>&gt; 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>&gt;&gt; Why don't you go ahead and open port 80 and turn on Authentication in Apache?<br>&gt;<br>&gt; Good question - because my ISP blocks port 80 incoming requests which<br>&gt; is a bit of a bummer.
<br><br>Odds are they don't block port 443.&nbsp;&nbsp;As a bonus, you get a secure<br>connection...even authentication (which you should also use) is secured, IIRC,<br>which is good.&nbsp;&nbsp;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.&nbsp; I tunnel port 80 traffic over SSH.&nbsp; This way, I only need to allow tcp/22 into the box, and I can login from anywhere.&nbsp; To do this, on the server, setup openssh and get it running.&nbsp; Then, on your client, just use...
<br><br>sudo ssh -L 80:localhost:80 &lt;username&gt;@&lt;ip or dns name&gt;<br><br>You need sudo because you are tunneling port 80 on your local machine. &nbsp; You can open up your web browser, type in &quot;localhost&quot; and it will redirect it to your myth box.&nbsp; 
<br><br>Hope this makes sense!<br></div><br></div>