On Wed, 2005-06-22 at 14:23 +0800, W.Kenworthy wrote:
> Is there a working text console browser that can use frames and
> javascript?  I am trying to access a dlink dsl modem setup page via
> ssh'ing into a gentoo box behind it:

why don't you use ssh port forwarding? I do this all the time to get to
the (internal only) web page of my router at home, which has a gentoo
box behind it:

eg
gentoo-home 192.168.1.2
router-int  192.168.1.3
router-ext  router.dyndns.org

from pc at work:
ssh -L 8888:192.168.1.3:80 [EMAIL PROTECTED]

(my router accepts ssh connections and forwards them to 192.168.1.2)

then, with the ssh open in the background, connect your graphical
browser on your pc to localhost:8888 and viola!

HTH,
-- 
Iain Buchanan <[EMAIL PROTECTED]>

-- 
gentoo-user@gentoo.org mailing list

Reply via email to