what port does File and Printing sharing use?
Comments
-
sprkymrk Member Posts: 4,884 ■■■□□□□□□□It's basically all the netbios stuff. Ports like 135, 137, 138, 139, 445, etc.
From a quick Google search with search string "site:microsoft.com ports protocols "file and print sharing""
The following ports are associated with file sharing and server message block (SMB) communications:
• Microsoft file sharing SMB: User Datagram Protocol (UDP) ports from 135 through 139 and Transmission Control Protocol (TCP) ports from 135 through 139.
• Direct-hosted SMB traffic without a network basic input/output system (NetBIOS): port 445 (TCP and UPD).All things are possible, only believe. -
bighornsheep Member Posts: 1,506Does it not work for you in your network? Or are you trying to open up file and sharing port on your firewall?
It's NetBIOS, which isnt routable on the Internet. If you wanna share your files, you will need to setup HTTP server, or FTP server.
If you're having problems using file sharing on your network, perhaps it's a different issue. ie. Permissions, protocols configurations, account policies.
Cheers.Jack of all trades, master of none -
sprkymrk Member Posts: 4,884 ■■■□□□□□□□bighornsheep wrote:It's NetBIOS, which isnt routable on the Internet. If you wanna share your files, you will need to setup HTTP server, or FTP server.
We're all aware of the old trick to try anonymous enumeration of Windows systems:
net use \\x.x.x.x\ipc$ "" /u:""
There are also a plethora of tools that can cause trouble if you don't block this at your firewall such as epdump, rpcdump, nbtscan, etc.All things are possible, only believe.