Koozali.org: home of the SME Server

RCP SME Server

Offline McKruger

  • *
  • 10
  • +0/-0
RCP SME Server
« on: September 02, 2013, 01:41:56 PM »
Hi
Sorry if this is a retarded question and if its been asked before.

When i access my SME Server from outside the local network using RCP using xxx.domainname.co.za.
How do i make it so that when someone connects it is routed to a PC within the local network with  IP 10.0.0.3
 
I think it has something to do with port forwarding but i do not know how to exactly set it up.

Could anyone help me please.

Offline McKruger

  • *
  • 10
  • +0/-0
Re: RCP SME Server
« Reply #1 on: September 02, 2013, 03:02:52 PM »
or would that be more in the line of OpenVPN ?

Offline mmccarn

  • *
  • 2,656
  • +10/-0
Re: RCP SME Server
« Reply #2 on: September 02, 2013, 03:45:14 PM »
For an internal windows system, I use port forwarding on the SME and remote desktop on the windows system.

For an internal linux or osx system, I use port forwarding on the SME and ssh/scp.

If I haven't setup either of the above, on an ad-hoc basis I tunnel a port to a LAN system through an ssh connection to the SME itself.

I have also used webdav with folders from LAN systems mounted to the SME, Dropbox (on workstations and on the SME) and Owncloud.

[edit]
add info re: webdav, dropbox, owncloud
« Last Edit: September 02, 2013, 03:47:16 PM by mmccarn »

Offline McKruger

  • *
  • 10
  • +0/-0
Re: RCP SME Server
« Reply #3 on: September 02, 2013, 03:49:45 PM »
I have SME Server 8 running as email/internet server.
I have a Windows Server handling the data centralization.

I would like to remotely connect to the Windows server through the SME Server.

How would i accomplish this. ?

If i wanted to connect to the windows PC through SME Server what values would i insert here

Protocol : ?
Source Port(s) : ?
Destination Host IP Address : 10.0.0.3
Destination Port(s) : ?
Rule Comment : [My Own Comment]
Allow Hosts : ?
« Last Edit: September 02, 2013, 04:01:30 PM by McKruger »

Offline johnp

  • *****
  • 312
  • +0/-0
Re: RCP SME Server
« Reply #4 on: September 02, 2013, 04:24:41 PM »
Protocol : TCP
Source Port(s) : 3389
Destination Host IP Address : 10.0.0.3
Destination Port(s) : 3389
Rule Comment : [My Own Comment]
Allow Hosts : Blank for all [used to limit access from specified locations]

Offline McKruger

  • *
  • 10
  • +0/-0
Re: RCP SME Server
« Reply #5 on: September 03, 2013, 12:01:42 PM »
Thanks its working now