I have a Samba share folder in my Virtualbox Ubuntu server.
Is it possible to access that shared folder from Windows?
If yes, I can't connect to the shared folder in Windows how I debug for the problem?
I used this guide to set up my Ubuntu server in Vbox.
Asked
Active
Viewed 29 times
1

Rishon_JR
- 1,013
-
its the lastest ubuntu server on the website – shahin davoodi May 06 '23 at 06:55
-
i mean LTS version – shahin davoodi May 06 '23 at 06:57
-
How is your network configured in VirtualBox? It must be set to promiscuous mode and to allow traffic from all network locations, otherwise it will be filtered by the host system. – matigo May 06 '23 at 07:19
-
This mainly works if you use "bridge" network in Virtualbox. – Marco May 06 '23 at 09:16
-
yes but when i use bridge mode ill lost my connection to internet – shahin davoodi May 06 '23 at 09:18
-
if you can not access the virtualbox node via network in any way, you can not access a samba share (or any other type) – Marco May 06 '23 at 11:33
-
1This is not a Samba issue but a Virtual Box network setup issue. How to do this has already been answered in posts such as this: https://askubuntu.com/q/293816/134479 – zwets May 06 '23 at 21:56