Koozali.org: home of the SME Server

Remote Access Question

flagg0204

Remote Access Question
« on: December 17, 2004, 07:37:21 AM »
I can access a command prompt without any problems.  I just forward port 22 from my linksys over to my SME box.  however I would like to also have access to the Web GUI while I am at work.  Our work is behind a proxy server, and according the documentation I need to specify which networks (or individual IP's) will have access to the SME web interface.  Is there a way to allow ANYONE to connect to the SME box?

mbachmann

Remote Access Question
« Reply #1 on: December 17, 2004, 10:34:44 AM »
I don't get the network layout clearly, so i'm guessing: check server-manager local networks (there should be an entry already like 10.0.0.1/24 which you may have to alter or to add) and remote access.

Offline BoZz

  • ***
  • 48
  • +0/-0
Remote Access Question
« Reply #2 on: December 17, 2004, 02:04:25 PM »
Hello,

I've found the easiest and safe way to do this is to tunnel it through SSH. More info can be found here
http://forums.contribs.org/index.php?topic=24844.0

Offline dmac

  • ****
  • 143
  • +0/-0
    • http://www.rylar.ca
Remote Access Question
« Reply #3 on: December 17, 2004, 02:56:02 PM »
I had the same problem as you.  There isn't any real easy way to determine the outside address of your works proxy server, unless you are tight with the IT people and they will supply you with the correct address.  What I ended up doing was creating a new ibay and accessing the Ibay from work, then used the httpd access log to find the address that accessed that Ibay.  Added that address with a subnet of 255.255.255.255 to prevent any access except from that one IP to the remote access part of the SME Server manager web page.  One more thing, make sure that you enable on secure communication when accessing the server manager (ie HTTPS://)

THT,

Darin
"In a world without Fences, why do we need Gates and Windows"

cc_skavenger

Remote Access Question
« Reply #4 on: December 17, 2004, 05:05:27 PM »
you could vpn into your server and then use the lan address to access the server manager.

cydonia

Remote Access Question
« Reply #5 on: December 17, 2004, 06:28:18 PM »
Quote from: "cc_skavenger"
you could vpn into your server and then use the lan address to access the server manager.


Yeh, that method is good, that is the way i accomplish it.

Offline dmac

  • ****
  • 143
  • +0/-0
    • http://www.rylar.ca
Remote Access Question
« Reply #6 on: December 17, 2004, 08:13:22 PM »
VPN would be a good idea, but some companies block outgoing ports at the firewall.  In my case the outgoing ports are limited to 80, 8080, 443, and 21.  There might be a couple more but these are the ones I know I can use.

Darin
"In a world without Fences, why do we need Gates and Windows"

Damian

Remote Access Question
« Reply #7 on: December 21, 2004, 12:16:05 AM »
How about ....

On the client use ssh -X -C -L 5400:INTERNAL-SME-IP:443 root@external-server-hostname

(e.g...  /usr/bin/ssh -X -C -L 5400:192.168.1.50:443 root@mysme.dydns.org)

Then from the client go to: https://localhost:5400/server-manager/

Damian