This message was deleted.
# rancher-desktop
a
This message was deleted.
c
When you say pining “*host.docker.internal*” from haproxy do you mean from haproxy container it fails? if so, did you change the content of
/etc/hosts
file?
g
@calm-sugar-3169 Yes, I tried pinging within the haproxy. I only added this mapping 127.0.0.1 mydocker-firstSite.ui in windows host file *C:\Windows\System32\drivers\etc.*If any other mapping or config need to be done,let me know.
c
@great-plumber-65838 can you share the out of the following command when you run it on the windows host?
Copy code
netstat -ano | findstr '9002'
g
Hi @calm-sugar-3169 thanks for the query. This issue has already been resolved by me recently. It seems this was relates to firewall of my system.
I have used Set-Firewall -Profile Private -DisabledInterfaceAliases "vEthernet(WSL)" Set-Firewall -Profile Public -DisabledInterfaceAliases "vEthernet(WSL)"
👍 1