I have the following configuration:
- Linux host: MX Linux 21 (based on Debian 11)
- Windows guest: Windows 8.1
- virt-manager: 3.2.0
I've created a shared folder in Linux labeled L_data.
Windows has built in Samba, and according to this post, I just need to find out which IP address the Linux host has (by using ifconfig) and map a drive to this ip. When I issued the ifconfig command, it showed 4 interfaces: eth0, eth1, lo, virbr0.
From the Windows guest, I could ping the IP of the host, but when I tried to map the drive, it won't see the host. What I'm missing?
Questions:
- which of those 4 interfaces am I supposed to use? I used the IP of
eth0(onlyeth1has no IP) - my IP is dynamic, if it changes, how to make sure the Windows guest can still see the host folder?
PS: I'm not that knowledgeable about Linux.
virbr0. It's probably not dynamic, and would probably be 192.168.122.1 with default settings.