How can I connect to a CIFS/SMB share on a non-default port?
Posted
by fsckin
on Server Fault
See other posts from Server Fault
or by fsckin
Published on 2010-04-09T15:32:22Z
Indexed on
2010/04/09
15:33 UTC
Read the original article
Hit count: 315
I'm trying to get a contractor connected to a CIFS share (port 445). He's not a big shop (so no go on using VPN). His ISP blocks outgoing connections on port 445.
I've been doing some rsync to ftp madness as a workaround to have the share available to him, but it's getting out of control -- we're syncing nearly 40GB a day to an external ftp site and it's going to be much easier just to have him connect and only grab the stuff he needs.
So... I can have the CIFS share open to the internet (filtered to allow access to his IP only) on port 446. How the heck can he connect to that?
I looked through "net use" and didn't see anything about using another port.
© Server Fault or respective owner