You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far I tried to create a %USERPROFILE\.wslconfig file with the following:
[wsl2]networkingMode=mirrored
This does not seem to be enough. I'm on Win 11 Pro 23H2, which should support mirrored mode networking, and a look at ip addr does seem to suggest it is "mirroring," in the sense that the WSL2 IP is the same as the machine's native IP.
However, running the talker C++ node on WSL2 and listener on the Raspberry Pi doesn't work.
The text was updated successfully, but these errors were encountered:
I can't get this working right away, but I think I understand the issue better with some help from our network team. Windows is dropping the multicast traffic because it doesn't know WSL wants it. I need to make a multicast consumer in windows for it to even register the data. I think port mirroring will solve this, but for now I'm going to spin up a cheap multicast consumer so it at least gets to the next step.
So far I tried to create a
%USERPROFILE\.wslconfig
file with the following:This does not seem to be enough. I'm on Win 11 Pro 23H2, which should support mirrored mode networking, and a look at
ip addr
does seem to suggest it is "mirroring," in the sense that the WSL2 IP is the same as the machine's native IP.However, running the talker C++ node on WSL2 and listener on the Raspberry Pi doesn't work.
The text was updated successfully, but these errors were encountered: