plainblack.com
Username Password
search
Bookmark and Share
Subscribe

port forwarding

if you have SSH access to your server and if for some reason you are unable to open port 60834 to access wreconsole when installing wre, you can use port forwarding to access the site:

ssh user@host -L60834:localhost:60834 (or you can use 127.0.0.1 instead of localhost)

You can also setup putty to do this:

  1. Load your connection profile,
  2. modify ssh-> tunnels
  3. Set source port to 60834
  4. set desitination: localhost:60834
  5. click on add.

Once you have this setup and you SSH into your server, you can open your browser to http://localhost:60834.

For more information:

http://realprogrammers.com/how_to/set_up_an_ssh_tunnel_with_putty.html
http://oldsite.precedence.co.uk/nc/putty.html

 

 

Keywords: WRE

Search | Most Popular | Recent Changes | Wiki Home
© 2023 Plain Black Corporation | All Rights Reserved