Linux – Connect to samba server remotely

linuxsambawindows 7

I have a Samba server say at "abstergo.m12.in"

I'm fairly new to Samba as I usually use SFTP for file transfers but I wanted something more Windows Native.

I used the samba config from http://www.linux.com/learn/tutorials/305771-quick-and-dirty-samba-setup but changing the directory and the share name.

I'm trying to map the network drive. I try using //abstergo.m12.in/sharename but with no avail.

What I'm asking is how to setup the server (or client) so that I can connect to it remotely.

Edit:
For some clarification I'm trying to access it remotely. over the internets.

Best Answer

As @David noted this is not simple to use samba from wan. In local net deamon swat provides the tools to confugure samba server over http://localhost:901 but this is not directly accessible as wan web host. You rather look for webdav WebDav DavenPort or ssh with portforwarding use. Found similiar question on ServerFault

Related Question