Re: Samba shares at Win 10 VM

Originally Posted by
etron770
The Tumblweed host has the ip
192.168.1.100
The Win10 VM has the ip
192.168.122.100
With firewall wireshark is reporting there are
Code:
19 7.397312792 192.168.122.100 192.168.122.255 NBNS 92 Name query NB Host-LINUX<20>
and no connections to the Samba afterwards
without firewall Wireshark is reporting
Code:
19 7.397312792 192.168.122.100 192.168.122.255 NBNS 92 Name query NB Host-LINUX<20>
20 7.674809902 192.168.122.100 192.168.122.1 TCP 66 49908 → 445 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 WS=256 SACK_PERM=1
22 7.675347382 192.168.122.100 192.168.122.1 TCP 54 49908 → 445 [ACK] Seq=1 Ack=1 Win=2102272 Len=0
26 5.277677 192.168.122.100 192.168.122.1 SMB 213 Negotiate Protocol Request
27 5.278974 192.168.122.1 192.168.122.100 TCP 60 445 → 49937 [ACK] Seq=1 Ack=160 Win=64128 Len=0
28 5.311548 192.168.122.1 192.168.122.100 SMB2 260 Negotiate Protocol Response
If your machines are using the default subnet mask 255.255.255.0 (or /24),
Your machines are on different networks and probably won't see each other.
Solution 1
Change the 3rd octet number of one of your machines so it's the same as all other machines on your netowrk.
Solution 2
Change the subnet mask to 255.255.0.0 (or /16).
TSU
Beginner Wiki Quickstart - https://en.opensuse.org/User:Tsu2/Quickstart_Wiki
Solved a problem recently? Create a wiki page for future personal reference!
Learn something new?
Attended a computing event?
Post and Share!