Mapping A Drive

  • Thread starter Thread starter IP Question
  • Start date Start date
I

IP Question

In mapping a drive for Internet shares, what TCP/IP ports
need to be open on a router? We can map the drive through
the LAN, but from the Internet we cannot get past the
router.

We have only port 80 open. For drive mapping, what ports
need to be opened?
 
Assuming that you can resolve the name of the file server to its IP address,
Common Internet File System (CIFS) (also known as Server Message Block
[SMB]) file sharing occurs over the following ports:

TCP 139 (NetBIOS Session Service)
or
TCP 445 (Direct-hosting CIFS)
 
As Joseph pointed out, it is possible. But it is not a great idea. Every
port you open increases your exposure to Internet nasties.

Have you considered using VPN to give remote clients secure access to
your LAN?

Joseph Davies said:
Assuming that you can resolve the name of the file server to its IP address,
Common Internet File System (CIFS) (also known as Server Message Block
[SMB]) file sharing occurs over the following ports:

TCP 139 (NetBIOS Session Service)
or
TCP 445 (Direct-hosting CIFS)


IP Question said:
In mapping a drive for Internet shares, what TCP/IP ports
need to be open on a router? We can map the drive through
the LAN, but from the Internet we cannot get past the
router.

We have only port 80 open. For drive mapping, what ports
need to be opened?
 

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

Back
Top