<br><div class="gmail_quote">On Mon, Jul 14, 2008 at 1:26 PM, Markus Schönhaber <<a href="mailto:ubuntu-users@list-post.mks-mail.de">ubuntu-users@list-post.mks-mail.de</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Robert Dailey wrote:<br>
<br>
> I have an Ubuntu Server 8.04 box setup, which is connected directly to my<br>
> router on my LAN. From a remote computer, I want to SSH into my linux box<br>
> and use Lynx to access my router's firmware webpage and do simple things<br>
> like open ports, etc.<br>
><br>
> The problem I'm having is that I believe my router's firmware page uses<br>
> Javascript, because it has a few buttons that are inaccessible from Lynx (It<br>
> just says [BUTTON] where it should be). I'm currently using a D-Link<br>
> DGL-4500 as my router for those curious as to what firmware I'm trying to<br>
> access via Lynx. Is there a way I can get Javascript working in Lynx,<br>
> presuming that's the actual culprit? Help is appreciated, thanks in advance.<br>
<br>
</div></div>No, AFAIK there's no JavaScript support in Lynx.<br>
<br>
But you could use the browser on your remote computer to access the<br>
router's web interface via a ssh tunnel. I. e. if the router is<br>
accessible from your server via, say, <a href="http://192.168.0.1" target="_blank">192.168.0.1</a> do something like<br>
ssh -L 8000:<a href="http://192.168.0.1:80" target="_blank">192.168.0.1:80</a> [ip or name of server]<br>
and enter<br>
<a href="http://localhost:8000" target="_blank">http://localhost:8000</a><br>
in the address bar of the browser on machine you ssh'ing from.<br>
You may, of course, chose the local port (8000 in the above example) to<br>
your liking. It should be greater than 1024, though, since you would<br>
need root privileges otherwise.<br>
<br>
Regards<br>
mks<br>
<font color="#888888"><br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</font></blockquote></div>I am unsure but this might help:<br><a href="http://links.twibright.com/features.php">http://links.twibright.com/features.php</a><br><br>It's links and it claims to have JavaScript support but I don't know if that's in text mode or graphics mode.<br>
<br><br clear="all">Regards,<br><br>Brie Gordon<br><br><a href="http://granite.sru.edu/~bag6849/index.html">http://granite.sru.edu/~bag6849/index.html</a>
<br><br>