[SOLVED] [HELP] Windows via LAN to samba share folder Proxmox VM

dudshn

New Member
Jan 6, 2024
3
1
1
I have a Proxmox VM using ubuntu. i want to share the folder in ubuntu to LAN. i have installed samba for it. i can ping the VM ip from my windows pc with the same network, but i can't access the share folder. i'll try with windows explore and cmd with command 'net use'
what should i do?
 
Hello,

Do you have active firewall settings on your Proxmox Server ?
If so, please list them here ?

Do you have an activated Windows Defender on your windows pc ?
If so, check its config.

Are you in the same workgroup / domain ?

What's the result of "net view"and "net view \\ubuntu-vm" commands on the windows PC ?

What's the result of "smbclient -L //windows-pc" commands on the ubuntu vm ?

Kind regards,

GD
 
Hello,

Do you have active firewall settings on your Proxmox Server ?
If so, please list them here ?

Do you have an activated Windows Defender on your windows pc ?
If so, check its config.

Are you in the same workgroup / domain ?

What's the result of "net view"and "net view \\ubuntu-vm" commands on the windows PC ?

What's the result of "smbclient -L //windows-pc" commands on the ubuntu vm ?

Kind regards,

GD
Yes, i have a firewall settings
post-623307.png

No, my Windows Defender is inactive because i'm using private network
post-623307-1.png

Yes, the VM and PC in the same workgroup
this is smb.conf:
post-623307-2.png

this is windows properties:
post-623307-3.png

this is the result "net view"and "net view \\ubuntu-vm" commands on the windows PC

post-623307-4.png

this is the result from ubuntu to windows
post-623307-5.png
i dont know that is failed because the password or not, i have changed the password before that command

I hope my information is clear.. Thank you for your reply, and Help me please.. XD
 
This case is solved by opening the correct port which is 445
i know the port after i run the command from my windows pc:

Code:
Test-NetConnection -Computer Name <ip-samba-server> -CommonTCPPort SMB
 
  • Like
Reactions: Guillaume Delanoy