What ports or services do I need to enable to allow mapping a drive letter from my inside network to a server in the DMZ? I'm setting up an ASA 5505, and need to be able to connect a drive on the web server as a mapped network drive from my inside machines.
Thanks!
Didn't find your answer? Ask the community — no account required.
T
Thrill5
Depends on what protocol is being used to map the drive which is dependent on the server OS.
D
David Kerber
Windows 2000 and XP on both ends (at least for now).
B
bod43
age
Windows uses TCP port 445 for drive mappings. Well last time I looked it simultaneously attempted to connect with 445 and also the obsolete TCP 139. It used whichever worked first.
It is called SMB (server message block) and was renamed some years ago by microsoft to CIFS Common Internet File System.
Interestingly, it is not commonly used on the Internet and is in fact singularly unsuited for use as a file system communicating across the Internet. Still, marketing seems to matter much more than functionality.
Ho hum.
If you want to map to servers by name you will have to make name resolution work. You can of course map drives by IP address if you prefer.
net use x: \\\\1.2.3.4\\share-name
D
David Kerber
...
Some references still use "SMB"; I didn't know they were the same thing.
With M$, anyway...
Yes, I do both in different situations. Thanks for the info!
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.