Skip to main content
10 events
when toggle format what by license comment
May 12, 2023 at 13:19 history edited Roger Creasy CC BY-SA 4.0
solution help
May 12, 2023 at 13:16 vote accept Roger Creasy
May 11, 2023 at 21:21 answer added Hauke Laging timeline score: 1
May 10, 2023 at 16:35 comment added Roger Creasy @RowlandPenny I am using the KVM terminology for clarity, indicating that this is a virtual machine trying to reach the host via SAMBA
May 10, 2023 at 16:31 comment added Roger Creasy @HaukeLaging I added the tcpdump output.
May 10, 2023 at 16:29 history edited Roger Creasy CC BY-SA 4.0
added 250 characters in body
May 8, 2023 at 8:04 comment added Rowland Penny You are throwing the word 'guest' about a lot, now this could just be what you call it, rather than 'server' and 'client', but if you are trying to connect from Windows 11 as a 'Guest' (no username & password), check if guest access is turned on, it is probably off by default.
May 8, 2023 at 2:49 comment added Jaromanda X Could also be poorly configured samba - without seeing samba config there's no way to be sure
May 7, 2023 at 21:01 comment added Hauke Laging That sounds a lot like a firewall problem (allowing pings but not access to Samba). You can run tcpdump -i vibr2 -n \(tcp port 139\) or \( tcp port 445 \) on the host in order to check that the Samba connections are received but not answered. What is the output of iptables -nvL INPUT / nft list ruleset?
May 7, 2023 at 18:33 history asked Roger Creasy CC BY-SA 4.0