- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] allowing controlled access from dynamic IP
- From: "Voytek Eymont" <lists@xxxxxxxxxx>
- Date: Thu, 12 Jun 2008 07:11:42 +1000 (EST)
- Reply-to: lists@xxxxxxxxxx
- User-agent: SquirrelMail/1.5.1
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