Allow all outgoing traffic thats directed to “My LAN”
Allow all incoming traffic thats coming from “My LAN”
Error message (on other PC in LAN) says:
“ is not accessible. You might not have permission
to use this network resource. Contact the administrator of this server
to find out if you have access permissions.
Not enough server storage is available to process this command.”
The fact that ping works, proves you have basic conectivity.
have you tried opening a command prompt and typing Netview? This will identify if NetBIOS connectivity is also present.
- pc1 can access pc2 (=comodo lets traffic pass out)
- but whenever pc2 tries to read from pc1
How are you accessing each PC?
Windows Operating System Blocked 192.168.199.248 1235 192.168.199.249 80 TCP
This suggests you are trying to access a web server running on one of the PC’s. Is this what you wish to achieve or do you just want file and printer sharing?
Hi, if you don’t have a web server, then I guess your connection is using WebDAV, hence th reason we’re seeing the connection being attempted on port 80.
The Net commands are more or less standard in all windows versions. If you open a command prompt and type net ? you will get a list of available commands.
If you know the name of the server your wish to connect to and the name of the shared folder, Try this.
You couldalso try connecting using a stand UNC path:
net use x: //server/folder /User:UserName Password
x would be which ever drive letter you wish to assign to this connection
server is the name of the computer you’re trying to connect to
folder is the name of the shared folder (the shared name)
Username and password are the credentials appropriate for accessing resources on the PC.
Thanks for Your help !
Problem solved - Comodo wasn’t doin anything wrong…
calling “net use” with the unc path gave me “System Error 1130”
and the same message when trying to connect via Win Explorer:
“Not enough server storage is available to process this command.”
I’m having a same problem here. I have more than three pc’s which running comodo firewall (all of them) at my office.
I used my notebook (installed with comodo firewall too) once at my office but it could not connect to all of the pc’s. I wonder because of comodo. Then I found this topic here.
Well, it’s all the same. My PC’s are accessing port 80 of my laptop (viewed with firewall event, its the windows operating system process too). I usually use RUN command and type “\server\folder name” to access other computer.
Nothing wrong with local area network at my office. All PC’s are accessible between them, but when my laptop join the LAN, it’s became hidden.
Btw, editing the registry doesn’t work. I’ve tried to use the net command but I’m sorry for being novice at computer, I don’t understand at all. Well, please answer if anyone could give any solution.