Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

[ubuntu] KVM - Windows guest can't connect Samba server

$
0
0
Performed following steps

On Ubuntu 20.04 host
$ sudo apt install samba

$ sudo nano /etc/samba/smb.conf
add following content at the bottom of the file
Code:

[LinuxHost]
        comment = Host Share
        path = /home/satimis
        valid users = satimis
        public = no
        writable = yes
        printable = no

$ service smbd restart
-> login
no complaint

On Windows 10 guest
-> Windows/File Explorer

Tried
\\10.0.2.2

also
\\10.0.2.2\qemu

both unable to connect Samba server

Pls help. Thanks

Regards

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>