https://rancher.com/ logo
Title
p

proud-telephone-66502

02/10/2023, 10:57 AM
Team, I am facing another problem. When I try to pull a docker image from our repositories, I am getting a timeout error. (Error response from daemon: Get "https://artifactory-master.cdaas.oraclecloud.com/v2/": dial tcp 130.35.129.83:443: i/o timeout) But, I am able to build a docker image by using the base images from the same repository. Can someone help me please
p

prehistoric-monitor-1181

02/10/2023, 11:53 PM
are you on a VM? in which platform are you on?
p

proud-telephone-66502

02/13/2023, 3:41 AM
Hello @prehistoric-monitor-1181. I am on windows. I am using my local laptop.
Got it working by runnign this command before the pull command. Dont know what it does though Get-NetAdapter | Where-Object {$_.InterfaceDescription -Match "Cisco AnyConnect"} | Set-NetIPInterface -InterfaceMetric 6000
p

prehistoric-monitor-1181

02/14/2023, 7:43 PM
could this be a VPN related issue?
c

calm-sugar-3169

02/14/2023, 8:23 PM
@proud-telephone-66502 it sounds like a VPN client interfering with the route metric and prevents the traffic to get routed back to the WSL network interface, can you try this workaround? https://github.com/rancher-sandbox/rancher-desktop/issues/3091#issuecomment-1268931636
We will have a permanent solution for this in our upcoming releases.
p

proud-telephone-66502

02/15/2023, 7:17 AM
Hello Nino. Let me check