This message was deleted.
# rancher-desktop
a
This message was deleted.
v
I tried
Copy code
# wsl -d rancher-desktop
# iptables -vnL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
p
Use
rdctl shell
instead of
wsl -d
(because we create a network namespace, and
rdctl shell
gets you inside that namespace).
v
OMG yes! Thank you that did it
Now I just need to sort out my networking issue 🙂