mounting a mountable network drive

S

sergiogroups

I have my home PC with IP 1.2.3.4 and a shared_folder. How can I
make this folder network 'mapable' at my work, like going to MyComputer
-> Tools -> Map Netwok Drive..., Folder: \\1.2.3.4\shared_folder . Is
it possible?

Thanks
Sergio
 
G

Guest

In principle this is a simple as exposing ports 137-137 and/or 445 to the
Internet, and accessing the computer by way of its public IP address.
However, that would be a risky thing to do, as the security on file-sharing
is not particularly good, and these same ports are also vulnerable to a whole
range of exploits, e.g. the DCOM bug.

To achieve this with reasonable security you need to 'tunnel' the connection
through an encrypting protocol such as VPN, SSH or Zebedee. Basically what
these do is to encrypt the traffic and then re-route it through another port
on the same computer. In this case you only expose the encrypted data-port,
not the file-sharing ones. The encryption makes it very much more difficult
to compromise the connection.

It would also be wise to have a fixed IP on your connection, and a firewall
which restricts access to specific source IP addresses.

Hope this helps, if you want to explore it further you need to do some
reading!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top