On Tue, Jul 15, 2008 at 3:40 AM, Markus Schönhaber <<a href="mailto:ubuntu-users@list-post.mks-mail.de">ubuntu-users@list-post.mks-mail.de</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Robert Dailey wrote:<br>
<br>
> This is a really awesome idea! I had no idea this could be done! Is there a<br>
> way I can setup my server to accept HTTP requests on a certain port and<br>
> forward those to my router's firmware as the result?<br>
<br>
</div>Yes, several. For example you could create netfilter rules that do this,<br>
or you could set up Xinetd which comes with a redirect service.<br>
<div class="Ih2E3d"><br>
> For example, an apache2<br>
> server that treats the router's main page as the document root, if that<br>
> makes sense.<br>
<br>
</div>Yes, httpd's mod_proxy can do that too.<br>
But: installing, configuring and taking care of a full fledged web<br>
server just to be able to access your router's web interface?<br>
<div class="Ih2E3d"><br>
> I guess it would be like using my linux server as a DNS<br>
> forwarding service? Not sure how to say it, but if I could avoid having to<br>
> open an SSH tunnel on my remote (windows) machine, that would be one step<br>
> closer to greatness!<br>
<br>
</div>Well, this "greatness" could also be "openness" - if you don't take<br>
additional measures. Do you think that's really worth the trouble (and<br>
danger)?<br>
<br>
Using a ssh tunnel, OTOH, gives you authentication on the fly by using<br>
measures that are already there. Only someone who is able to log into<br>
your server will be able to create and use this tunnel.<br>
If it's too much typing you're worried about: ssh from the openssh<br>
package (also available for Cygwin) can be configured that a simple<br>
ssh myserver<br>
connects to the correct server with the correct username creating the<br>
desired tunnel. If I'm not completely mistaken, similar things should be<br>
possible with putty.</blockquote></div><br>Well I wasn't looking to make this more complicated than it needed to be, I was just throwing ideas out there to see if any would be a good choice. My server is a private server in that I use it for my own personal use and I don't publicly advertise it. Security isn't a huge concern of mine, mainly just convenience. Using Apache2 would be the same as enabling remote management on my router itself, however I can't do this because the firmware feature for this is broken at the moment. I was simply seeking a convenient alternative for now.<br>
<br>I'll look into the advice you gave me and see if I can't figure this out! Thanks a lot!<br>