On Wed, June 11, 2008 10:49 pm, Michael Chesterton wrote: > On 11/06/2008, at 11:26 AM, Voytek Eymont wrote:
> There might be a sshd_config setting to enable port forwarding, > but it has always been enabled by default on my systems. > > ssh -L 8888:localhost:80 somehost.dyndns.org > > or edit ~/.ssh/config and add > > Host somehost.dyndns.org > LocalForward 8888 localhost:80 > then ssh somehost.dyndns.org will port forward without having to specify > the -L switch manually > > then open http://localhost:8888 on your desktop in firefox. Michael, thanks I've tried it with putty, works good, thanks again but, 'http://localhost:8888' opens the 'real' host's default 'this is apache' page, (and, '/cacti/' won't work from there); howe can I get to vhost page where '/cacti/' is setup ? I've tried using real.host:8888 and v.host:8888 so far with no siccess -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
