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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Set-RouterSshPortProxyFirewall now also adds a Hyper-V Firewall
allow (New-NetFirewallHyperVRule) scoped to WSL's VM-creator id, not
just the Defender rule. On Windows 11 WSL "Hyper-V firewall" mode,
WSL-to-host traffic is filtered by the Hyper-V Firewall (default-Block)
and the Defender rule has no effect, so the portproxy was reachable
from the host but not WSL - failing the Ansible router pre-flight with
a TCP timeout. Both rules are idempotent and no-op when their
preconditions are absent.