Koozali.org: home of the SME Server

Accessing the server console remotely.

El_Destructo

Accessing the server console remotely.
« on: November 12, 2004, 10:16:13 PM »
I'm currently using putty and I was wondering how to set it up to use a browser.

My external ip at work is 66.83.32.x

so I ssh'ed into my server and put this in the remote access settings:

network: 66.83.32.0
Subnet: 255.255.255.240

then opened a browser: http://ip address of smeserver/server-manager

but it says 'not authorized to view this page'

what gives?

bobk

Accessing the server console remotely.
« Reply #1 on: November 13, 2004, 01:37:46 AM »
You need to set up an SSH tunnel in PuTTy

source port = 980
destination = localhost:980
select 'local'
click  Add

Save the settings and open the Putty session and log in.
Open your browser and enter 'http://localhost:980' then log in to the server-manager.

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Accessing the server console remotely.
« Reply #2 on: November 13, 2004, 06:18:32 AM »
Quote from: "El_Destructo"
I'm currently using putty and I was wondering how to set it up to use a browser.

My external ip at work is 66.83.32.x

so I ssh'ed into my server and put this in the remote access settings:

network: 66.83.32.0
Subnet: 255.255.255.240

then opened a browser: http://ip address of smeserver/server-manager

but it says 'not authorized to view this page'

what gives?


This should work.  I remotely admin some servers and I put my IP address in the remote access settings and am able to get to the server-manager.  Your /28 from above, did you verify that your pc had an address in the 1-14 range?  I have never had an issue with this.
......

Offline MSmith

  • *
  • 675
  • +0/-0
Much easier to VPN first
« Reply #3 on: November 17, 2004, 12:09:09 AM »
Establish a VPN connection to the server, then use a browser to connect to the server's internal LAN address for the server manager. Easy as pie. If it's a console you want, then use putty to connect to the server at its internal address.
...

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
Accessing the server console remotely.
« Reply #4 on: November 17, 2004, 07:20:30 AM »
Then opened a browser: http://ip address of smeserver/server-manager

have you tried https://ip  ???
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.