Koozali.org: home of the SME Server

Cant access my SME9 outside of my local network

Offline Orest

  • *
  • 24
  • +0/-0
Cant access my SME9 outside of my local network
« on: September 26, 2014, 03:07:13 PM »
Hello,

I used vmware workstation 10 on my HP pavilion dv6 6150sl to install SME 9 and every thing was OK, I installed configured and connected to internet, now I can access my virtual server remotely from my local network.
Virtual machine parameters are:

HDD: Raid 1 20G
CPU: 2 processors, 2 cores for each
Network adapter: bridge
RAM: 2G

I chose to use server-only mode and my SME is behind the the ISP firewall. I tried to port forward inside of my local router but no luck I still can not access server remotely.

It will be great if somebody can point me to the right direction.

Thanks in advance,
Orest

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Cant access my SME9 outside of my local network
« Reply #1 on: September 26, 2014, 04:29:23 PM »
this is not an SME's issue.. you need to work on your laptop's firewall and on vmware lan setup

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Cant access my SME9 outside of my local network
« Reply #2 on: September 26, 2014, 04:30:18 PM »
my 2c: your choice to run SME as a virtual machine in a laptop for 10 clients is not a good one

guest22

Re: Cant access my SME9 outside of my local network
« Reply #3 on: September 26, 2014, 05:19:56 PM »
my 2c: your choice to run SME as a virtual machine in a laptop for 10 clients is not a good one

Neither is raid=1

@Orest, for best practices see: http://wiki.contribs.org/Virtual_SME_Server

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Cant access my SME9 outside of my local network
« Reply #4 on: September 26, 2014, 06:04:10 PM »
doh! you're right.. raid on virtual disks (on a laptop...) is a non sense

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Cant access my SME9 outside of my local network
« Reply #5 on: September 26, 2014, 09:40:47 PM »
Neither is raid=1

I don't think there is any problem with running raid=1 on a virtual instance. I don't think there is any real benefit, but there is no problem either.

guest22

Re: Cant access my SME9 outside of my local network
« Reply #6 on: September 26, 2014, 10:24:26 PM »
I don't think there is any problem with running raid=1 on a virtual instance. I don't think there is any real benefit, but there is no problem either.

From a technical point of view that may be true, but from a policy/vision point of view it may be different.

e.g. "Keep it simple, if it's not required don't us it."

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Cant access my SME9 outside of my local network
« Reply #7 on: September 27, 2014, 12:11:22 AM »
I would add that two big files (virtual disks)  on a laptop's hd will create a big bottleneck in I/O

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Cant access my SME9 outside of my local network
« Reply #8 on: September 27, 2014, 12:24:34 AM »
I would add that two big files (virtual disks)  on a laptop's hd will create a big bottleneck in I/O

Sure, but I was only talking about RAID=1 with a single (virtual) hd. IOW, a  default SME install. Adding 'raid=none' at install time is pointless.

Offline Orest

  • *
  • 24
  • +0/-0
Re: Cant access my SME9 outside of my local network
« Reply #9 on: October 03, 2014, 11:03:05 PM »
Hello,

Thank you all for replays,

First of all I reinstalled the SME server without RAID configuration and this time I used virtual box.

I took static IP from my ISP, I opened ports 22, 21, 80 and 443 inside my router and forwarded them to my server IP address, Now I can access my virtual server through ssh from outside of my LAN.
Also I can see my starter website when I search http://my-ip/ from everywhere.

The problem is that I can not open server-manager, through https://my-static-IP/server-manager.

What am I doing wrong?

Any replay is appreciated,

With Respect,
Orest
 

guest22

Re: Cant access my SME9 outside of my local network
« Reply #10 on: October 03, 2014, 11:06:01 PM »
console -> remote access -> allow 0.0.0.0/0.0.0.0 server manager access or specific IP/mask

guest22

Re: Cant access my SME9 outside of my local network
« Reply #11 on: October 03, 2014, 11:12:35 PM »
ps. good to see you try out stuff, but you really should read up to the administration manual.

although your server is in server only mode, you might want to consider server/gateway mode. Your external firewall would be fine, but your server is very itchy re security. Which is a good thing.

Most of the 'violations' and security issues come from inside the LAN...

Offline Orest

  • *
  • 24
  • +0/-0
Re: Cant access my SME9 outside of my local network
« Reply #12 on: October 03, 2014, 11:35:30 PM »
Hi,

Thanks for the quick replay, I have read the manual many times because I have SME Server as degree project, but I totally forgot about the the IP restriction...

Until I finish my project I must keep this configuration, after that  I will be totally dedicated to SME and I definitely will try server&gateway mode, since I am planing to by a modest server-machine for my home network .

Thank you again,
Orest

guest22

Re: Cant access my SME9 outside of my local network
« Reply #13 on: October 03, 2014, 11:39:07 PM »
Thanks for the quick replay, I have read the manual many times because I have SME Server as degree project...

We would be most interested in your challenging project and the results of your(s) project. Please let us know by putting it on a wiki page, or send us a PDF.

Good luck.

guest



Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Cant access my SME9 outside of my local network
« Reply #14 on: October 03, 2014, 11:39:41 PM »
console -> remote access -> allow 0.0.0.0/0.0.0.0 server manager access or specific IP/mask

That would be an unwise thing to do.