I’m having trouble with getting a port forward wor...
# rancher-desktop
b
I’m having trouble with getting a port forward working on a windows host running rancher desktop 1.13.1 when it’s defined in a docker-compose.yaml file, forwarded to an http proxy running (3proxy) running on a container with a vpn connection … similar config works on a Macbook M3 pro running rancher desktop. Forwards to a database container of a 1521\tcp connection works on windows, so I’m not clear what might be the problem with this configuration. Forwarded port is 1234\tcp Does anyone have a suggestion?
Tcpdump on the windows host loopback shows traffic coming in to the loopback interface on 1234\tcp
seems it is a route thing on the container.. tcpdump shows traffic coming in from 192.168.1.1 to the container interface which is veth-rd0's address on the WSL vm
routing 192.168.1.1 back to the container's non-tunnel interface allowed the proxy to work for traffic being forwarded to it