Replies: 1 comment
-
Found this: #85 Windows su... ee do not reply if host is in different segment... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team
Simplified diagram:
SERVER_VLAN <- 10.0.5.0/24-> Router <- 10.0.0.1.0/24 -> CLIENT_VLAN
wssd start with below options:
/usr/sbin/wsdd --shortlog --chroot=/run/wsdd -i ens18 -H 64 -v -w HOME
I can see in tcpdump that packets from CLIENT_VLAN(Windows 11) are delivered to SERVER_VLAN (Samba server)
jwidel@fs:~$ tcpdump -i ens18 -l -vv -n host 239.255.255.250
20:04:11.022801 IP (tos 0x0, ttl 3, id 41477, offset 0, flags [none], proto UDP (17), length 165) 10.0.2.120.64081 > 239.255.255.250.1900: [udp sum ok] UDP, length 137
Unfortunately Windows do not discovery Samba server. I can access it via unicast (just typing \fs).
If I move Windows box to the same segment (SERVER_VLAN) discovery is working as expected.
I couldn't find much on info about wsdd in multiple segment scenario. Is it something that is not supported by wsdd (app or protocol itslef)?
EDIT:
It's not wsdd, it's Windows... Running wssd (as host on server-samba) and wsdd (as client -D in client Segment) looks like is WAI.
Beta Was this translation helpful? Give feedback.
All reactions