Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 11 - connect not working #3279

Open
gabriel-lafreniere opened this issue Jul 25, 2023 · 3 comments
Open

Windows 11 - connect not working #3279

gabriel-lafreniere opened this issue Jul 25, 2023 · 3 comments

Comments

@gabriel-lafreniere
Copy link

Hello everyone;
Note that I could not run telepresence loglevel debug, or gather-logs, since I cannot even properly connect to the telepresence.

Version: 2.14.1
Kubectl setup on machines
GCloud setup on machines

We are setting up Telepresence in parallel to Cloudflare Warp, and this seems to be causing issues only Windows machines.
The CLI error that we are getting is:

telepresence connect: error: connector.Connect: the port-forward connection to the traffic manager timed out. The current timeout 1m0s can be configured as "timeouts.trafficManagerConnect" in "C:\Users\LafreniereGabriel\AppData\Roaming\telepresence\config.yml"

Although the error logs seem to detail more concrete problems (See logs at the end of this post).
I've tried disabling the firewall, with no conclusions.
Any connect tentative on a Windows machine seems to be failing.
I am mainly hoping anybody could think of any specific known issue seeing the logs?

Something that seems off to me is:

unable to create service watcher: Get "https://******/api/v1/namespaces?watch=true": dial tcp ******:443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions.

Because the equivalent command works with kubectl
kubectl get namespaces --watch

Logs

connector logs

2023-07-25 11:32:08.5499 info Starting socket listener for C:\Users\LafreniereGabriel\AppData\Local\telepresence\userd.socket
2023-07-25 11:32:08.5521 info ---
2023-07-25 11:32:08.5521 info Telepresence Connector v2.14.1 (api v3) starting...
2023-07-25 11:32:08.5521 info PID is 32896
2023-07-25 11:32:08.5526 info
2023-07-25 11:32:08.6822 info connector/server-grpc : gRPC server started
2023-07-25 11:32:11.1202 info connector/session : -- Starting new session
2023-07-25 11:32:11.1207 info connector/session : Connecting to k8s cluster...
2023-07-25 11:32:13.2614 info connector/session : Server version v1.26.5-gke.1200
2023-07-25 11:32:13.2614 info connector/session : Context: -------------
2023-07-25 11:32:13.2619 info connector/session : Server: https://-------------
2023-07-25 11:32:19.5264 info connector/session : Will look for traffic manager in namespace ambassador
2023-07-25 11:32:19.5269 info connector/session : Connected to context ------------- (https://-------------)
2023-07-25 11:32:19.6639 info connector/session : Connecting to traffic manager...
2023-07-25 11:32:23.7478 info connector/session : Connected to traffic-manager v2.14.0
2023-07-25 11:32:24.1567 info connector/session : Configuration reloaded
2023-07-25 11:32:24.1578 info connector/session : Connecting to root daemon...
2023-07-25 11:32:40.3670 error connector/session : unable to create service watcher: Get "https://-------------/api/v1/namespaces?watch=true": dial tcp -------------:443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions.
2023-07-25 11:32:40.6382 error connector/session : Error with k8sPortForwardDialer dial: Get "https://-------------/api/v1/namespaces/ambassador/services/traffic-manager": dial tcp -------------:443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions.

daemon logs

2023-07-25 11:32:10.9624 info ---
2023-07-25 11:32:10.9624 info Telepresence daemon v2.14.1 (api v3) starting...
2023-07-25 11:32:10.9629 info PID is 9932
2023-07-25 11:32:10.9629 info
2023-07-25 11:32:11.0788 info daemon/server-grpc : gRPC server started
2023-07-25 11:32:24.1605 info daemon/session : -- Starting new session
2023-07-25 11:32:24.4415 info daemon/session : Connected to Manager 2.14.0
2023-07-25 11:32:24.6609 info daemon/session : also-proxy subnets []
2023-07-25 11:32:24.6610 info daemon/session : never-proxy subnets [-------------/32]
2023-07-25 11:32:24.6614 info daemon/session : Configuration reloaded
2023-07-25 11:32:25.8582 info daemon/session/network : also-proxy subnets []
2023-07-25 11:32:25.8692 info daemon/session/network : never-proxy subnets [-------------/32]
2023-07-25 11:32:25.9032 info daemon/session/network : Creating interface tel0
2023-07-25 11:32:26.0292 info stdlog : Using existing driver 0.14
2023-07-25 11:32:26.0438 info stdlog : Creating adapter
2023-07-25 11:32:26.7044 info daemon/session/network : Starting Endpoint
2023-07-25 11:32:26.7044 info daemon/session/network : also-proxy subnets []
2023-07-25 11:32:26.7048 info daemon/session/network : never-proxy subnets [-------------/32]
2023-07-25 11:32:26.7048 info daemon/session/network : Adding Service subnet 10.120.0.0/20
2023-07-25 11:32:26.7048 info daemon/session/network : Adding pod subnet 10.140.0.0/24
2023-07-25 11:32:26.7048 info daemon/session/network : Adding pod subnet 10.140.1.0/24
2023-07-25 11:32:26.7048 info daemon/session/network : Adding pod subnet 10.140.2.0/24
2023-07-25 11:32:26.7048 info daemon/session/network : Adding pod subnet 10.140.3.0/24
2023-07-25 11:32:26.7048 info daemon/session/network : Adding pod subnet 10.140.4.0/24
2023-07-25 11:32:26.7053 info daemon/session/network : Adding pod subnet 10.140.5.0/24
2023-07-25 11:32:26.7053 info daemon/session/network : Adding pod subnet 10.140.6.0/24
2023-07-25 11:32:26.7053 info daemon/session/network : Adding pod subnet 10.140.7.0/24
2023-07-25 11:32:26.7053 info daemon/session/network : Adding pod subnet 10.140.8.0/24
2023-07-25 11:32:26.7053 info daemon/session/network : Setting cluster DNS to 10.140.0.70
2023-07-25 11:32:26.7053 info daemon/session/network : Setting cluster domain to "cluster.local."
2023-07-25 11:32:26.7416 info stdlog : Removed orphaned adapter "tel0 1"
2023-07-25 11:32:39.6604 warning daemon/session/network : unable to get interface at index 23 for destination 169.224.0.0/12: route ip+net: no such network interface
2023-07-25 11:32:39.7482 warning daemon/session/network : unable to get interface at index 23 for destination 169.240.0.0/13: route ip+net: no such network interface
2023-07-25 11:32:39.8369 warning daemon/session/network : unable to get interface at index 23 for destination 169.248.0.0/14: route ip+net: no such network interface
2023-07-25 11:32:39.9003 warning daemon/session/network : unable to get interface at index 23 for destination 169.252.0.0/15: route ip+net: no such network interface
2023-07-25 11:32:39.9573 warning daemon/session/network : unable to get interface at index 23 for destination 169.255.0.0/16: route ip+net: no such network interface
2023-07-25 11:32:40.0055 warning daemon/session/network : unable to get interface at index 23 for destination 170.0.0.0/7: route ip+net: no such network interface
2023-07-25 11:32:40.0512 warning daemon/session/network : unable to get interface at index 23 for destination 172.0.0.0/12: route ip+net: no such network interface
2023-07-25 11:32:40.1027 warning daemon/session/network : unable to get interface at index 23 for destination 172.16.0.2/32: route ip+net: no such network interface
2023-07-25 11:32:40.4116 warning daemon/session/network : unable to get interface at index 23 for destination 172.32.0.0/11: route ip+net: no such network interface
2023-07-25 11:32:40.4448 warning daemon/session/network : unable to get interface at index 23 for destination 172.64.0.0/10: route ip+net: no such network interface
2023-07-25 11:32:40.5721 warning daemon/session/network : unable to get interface at index 23 for destination 172.128.0.0/9: route ip+net: no such network interface
2023-07-25 11:32:40.5846 warning daemon/session/network : unable to get interface at index 23 for destination 173.0.0.0/8: route ip+net: no such network interface
2023-07-25 11:32:40.6388 error daemon/session/network : forward udp fe80::2300:1718:86a9:5df6:3540 -> fe80::2a03:7cfe:8ad6:bbb4:3540: failed to read initial StreamOK message: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: Get "https://-------------/api/v1/namespaces/ambassador/services/traffic-manager": dial tcp -------------:443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions."
2023-07-25 11:32:40.6578 warning daemon/session/network : unable to get interface at index 23 for destination 174.0.0.0/7: route ip+net: no such network interface
2023-07-25 11:32:40.6794 warning daemon/session/network : unable to get interface at index 23 for destination 176.0.0.0/4: route ip+net: no such network interface
2023-07-25 11:32:40.6915 warning daemon/session/network : unable to get interface at index 23 for destination 192.0.1.0/24: route ip+net: no such network interface
2023-07-25 11:32:40.7117 warning daemon/session/network : unable to get interface at index 23 for destination 192.0.2.0/23: route ip+net: no such network interface
2023-07-25 11:32:40.7319 warning daemon/session/network : unable to get interface at index 23 for destination 192.0.4.0/22: route ip+net: no such network interface
2023-07-25 11:32:40.7531 warning daemon/session/network : unable to get interface at index 23 for destination 192.0.8.0/21: route ip+net: no such network interface
2023-07-25 11:32:40.7699 warning daemon/session/network : unable to get interface at index 23 for destination 192.0.16.0/20: route ip+net: no such network interface
2023-07-25 11:32:40.8029 warning daemon/session/network : unable to get interface at index 23 for destination 192.0.32.0/19: route ip+net: no such network interface
2023-07-25 11:32:40.8093 error daemon/session/network : forward udp fe80::2300:1718:86a9:5df6:3540 -> fe80::f1bc:c4dc:4820:d724:3540: failed to read initial StreamOK message: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: Get "https://-------------/api/v1/namespaces/ambassador/services/traffic-manager": dial tcp -------------:443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions."
2023-07-25 11:32:40.8213 warning daemon/session/network : unable to get interface at index 23 for destination 192.0.64.0/18: route ip+net: no such network interface
2023-07-25 11:32:40.8846 warning daemon/session/network : unable to get interface at index 23 for destination 192.0.128.0/17: route ip+net: no such network interface
2023-07-25 11:32:40.9213 warning daemon/session/network : unable to get interface at index 23 for destination 192.1.0.0/16: route ip+net: no such network interface
2023-07-25 11:32:40.9425 warning daemon/session/network : unable to get interface at index 23 for destination 192.2.0.0/15: route ip+net: no such network interface
2023-07-25 11:32:40.9788 warning daemon/session/network : unable to get interface at index 23 for destination 192.4.0.0/14: route ip+net: no such network interface
2023-07-25 11:32:40.9851 error daemon/session/network : forward udp fe80::2300:1718:86a9:5df6:3540 -> fe80::4b5a:28e6:1927:c5df:3540: failed to read initial StreamOK message: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: Get "https://-------------/api/v1/namespaces/ambassador/services/traffic-manager": dial tcp -------------:443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions."
2023-07-25 11:32:41.0036 warning daemon/session/network : unable to get interface at index 23 for destination 192.8.0.0/13: route ip+net: no such network interface
2023-07-25 11:32:41.0279 warning daemon/session/network : unable to get interface at index 23 for destination 192.16.0.0/12: route ip+net: no such network interface
2023-07-25 11:32:41.0645 warning daemon/session/network : unable to get interface at index 23 for destination 192.32.0.0/11: route ip+net: no such network interface
2023-07-25 11:32:41.0891 warning daemon/session/network : unable to get interface at index 23 for destination 192.64.0.0/10: route ip+net: no such network interface
2023-07-25 11:32:41.1284 warning daemon/session/network : unable to get interface at index 23 for destination 192.128.0.0/11: route ip+net: no such network interface
2023-07-25 11:32:41.1457 warning daemon/session/network : unable to get interface at index 23 for destination 192.160.0.0/13: route ip+net: no such network interface
2023-07-25 11:32:41.3286 warning daemon/session/network : unable to get interface at index 23 for destination 192.169.0.0/16: route ip+net: no such network interface
2023-07-25 11:32:41.3510 warning daemon/session/network : unable to get interface at index 23 for destination 192.170.0.0/15: route ip+net: no such network interface
2023-07-25 11:32:41.3732 warning daemon/session/network : unable to get interface at index 23 for destination 192.172.0.0/14: route ip+net: no such network interface
2023-07-25 11:32:41.3928 warning daemon/session/network : unable to get interface at index 23 for destination 192.176.0.0/12: route ip+net: no such network interface
2023-07-25 11:32:41.4243 warning daemon/session/network : unable to get interface at index 23 for destination 192.192.0.0/10: route ip+net: no such network interface
2023-07-25 11:32:41.4737 warning daemon/session/network : unable to get interface at index 23 for destination 193.0.0.0/8: route ip+net: no such network interface
2023-07-25 11:32:41.4995 warning daemon/session/network : unable to get interface at index 23 for destination 194.0.0.0/7: route ip+net: no such network interface
2023-07-25 11:32:41.5246 warning daemon/session/network : unable to get interface at index 23 for destination 196.0.0.0/6: route ip+net: no such network interface
2023-07-25 11:32:41.5468 warning daemon/session/network : unable to get interface at index 23 for destination 200.0.0.0/6: route ip+net: no such network interface
2023-07-25 11:32:41.5703 warning daemon/session/network : unable to get interface at index 23 for destination 204.0.0.0/10: route ip+net: no such network interface
2023-07-25 11:32:41.5868 warning daemon/session/network : unable to get interface at index 23 for destination 204.64.0.0/13: route ip+net: no such network interface
2023-07-25 11:32:41.6024 warning daemon/session/network : unable to get interface at index 23 for destination 204.72.0.0/14: route ip+net: no such network interface
2023-07-25 11:32:41.6212 warning daemon/session/network : unable to get interface at index 23 for destination 204.76.0.0/15: route ip+net: no such network interface
2023-07-25 11:32:41.6494 warning daemon/session/network : unable to get interface at index 23 for destination 204.78.0.0/16: route ip+net: no such network interface
2023-07-25 11:32:41.6775 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.0.0/17: route ip+net: no such network interface
2023-07-25 11:32:41.6950 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.128.0/18: route ip+net: no such network interface
2023-07-25 11:32:41.7329 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.192.0/22: route ip+net: no such network interface
2023-07-25 11:32:41.7599 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.196.0/24: route ip+net: no such network interface
2023-07-25 11:32:41.7810 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.197.0/25: route ip+net: no such network interface
2023-07-25 11:32:41.8011 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.197.128/26: route ip+net: no such network interface
2023-07-25 11:32:41.8166 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.197.192/28: route ip+net: no such network interface
2023-07-25 11:32:41.8312 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.197.208/30: route ip+net: no such network interface
2023-07-25 11:32:41.8482 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.197.212/31: route ip+net: no such network interface
2023-07-25 11:32:41.8651 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.197.214/32: route ip+net: no such network interface
2023-07-25 11:32:41.8826 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.197.216/29: route ip+net: no such network interface
2023-07-25 11:32:41.8995 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.197.224/27: route ip+net: no such network interface
2023-07-25 11:32:41.9173 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.198.0/23: route ip+net: no such network interface
2023-07-25 11:32:41.9382 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.200.0/21: route ip+net: no such network interface
2023-07-25 11:32:41.9538 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.208.0/20: route ip+net: no such network interface
2023-07-25 11:32:41.9689 warning daemon/session/network : unable to get interface at index 23 for destination 204.79.224.0/19: route ip+net: no such network interface
2023-07-25 11:32:41.9841 warning daemon/session/network : unable to get interface at index 23 for destination 204.80.0.0/12: route ip+net: no such network interface
2023-07-25 11:32:42.0001 warning daemon/session/network : unable to get interface at index 23 for destination 204.96.0.0/11: route ip+net: no such network interface
2023-07-25 11:32:42.0139 warning daemon/session/network : unable to get interface at index 23 for destination 204.128.0.0/9: route ip+net: no such network interface
2023-07-25 11:32:42.0300 warning daemon/session/network : unable to get interface at index 23 for destination 205.0.0.0/8: route ip+net: no such network interface
2023-07-25 11:32:42.0445 warning daemon/session/network : unable to get interface at index 23 for destination 206.0.0.0/7: route ip+net: no such network interface
2023-07-25 11:32:42.0604 warning daemon/session/network : unable to get interface at index 23 for destination 208.0.0.0/4: route ip+net: no such network interface
2023-07-25 11:32:42.2816 warning daemon/session/network : unable to get interface at index 23 for destination 224.0.0.0/4: route ip+net: no such network interface
2023-07-25 11:32:42.4918 warning daemon/session/network : unable to get interface at index 23 for destination 255.255.255.255/32: route ip+net: no such network interface
2023-07-25 11:32:42.5230 warning daemon/session/network : unable to get interface at index 23 for destination ::/3: route ip+net: no such network interface
2023-07-25 11:32:42.5551 warning daemon/session/network : unable to get interface at index 23 for destination 2000::/6: route ip+net: no such network interface
2023-07-25 11:32:42.5671 warning daemon/session/network : unable to get interface at index 23 for destination 2400::/7: route ip+net: no such network interface
2023-07-25 11:32:42.5792 warning daemon/session/network : unable to get interface at index 23 for destination 2600::/15: route ip+net: no such network interface
2023-07-25 11:32:42.5898 warning daemon/session/network : unable to get interface at index 23 for destination 2602::/16: route ip+net: no such network interface
2023-07-25 11:32:42.6015 warning daemon/session/network : unable to get interface at index 23 for destination 2603::/20: route ip+net: no such network interface
2023-07-25 11:32:42.6132 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1000::/30: route ip+net: no such network interface
2023-07-25 11:32:42.6243 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1004::/31: route ip+net: no such network interface
2023-07-25 11:32:42.6341 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:100::/40: route ip+net: no such network interface
2023-07-25 11:32:42.6443 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:200::/39: route ip+net: no such network interface
2023-07-25 11:32:42.6544 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:400::/38: route ip+net: no such network interface
2023-07-25 11:32:42.6589 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:800::/37: route ip+net: no such network interface
2023-07-25 11:32:42.6739 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:1000::/36: route ip+net: no such network interface
2023-07-25 11:32:42.6847 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2001::/48: route ip+net: no such network interface
2023-07-25 11:32:42.6954 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2002::/47: route ip+net: no such network interface
2023-07-25 11:32:42.7064 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2004::/46: route ip+net: no such network interface
2023-07-25 11:32:42.7169 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2008::/45: route ip+net: no such network interface
2023-07-25 11:32:42.7285 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2010::/44: route ip+net: no such network interface
2023-07-25 11:32:42.7401 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2020::/43: route ip+net: no such network interface
2023-07-25 11:32:42.7513 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2040::/42: route ip+net: no such network interface
2023-07-25 11:32:42.7591 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2080::/41: route ip+net: no such network interface
2023-07-25 11:32:42.7712 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2100::/40: route ip+net: no such network interface
2023-07-25 11:32:42.7816 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2200::/39: route ip+net: no such network interface
2023-07-25 11:32:42.7915 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2400::/38: route ip+net: no such network interface
2023-07-25 11:32:42.8014 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:2800::/37: route ip+net: no such network interface
2023-07-25 11:32:42.8116 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:3000::/36: route ip+net: no such network interface
2023-07-25 11:32:42.8219 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:4000::/34: route ip+net: no such network interface
2023-07-25 11:32:42.8284 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1006:8000::/33: route ip+net: no such network interface
2023-07-25 11:32:42.8414 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007::/39: route ip+net: no such network interface
2023-07-25 11:32:42.8515 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:201::/48: route ip+net: no such network interface
2023-07-25 11:32:42.8623 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:202::/47: route ip+net: no such network interface
2023-07-25 11:32:42.8740 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:204::/46: route ip+net: no such network interface
2023-07-25 11:32:42.8874 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:208::/45: route ip+net: no such network interface
2023-07-25 11:32:42.8995 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:210::/44: route ip+net: no such network interface
2023-07-25 11:32:42.9111 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:220::/43: route ip+net: no such network interface
2023-07-25 11:32:42.9447 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:240::/42: route ip+net: no such network interface
2023-07-25 11:32:42.9687 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:280::/41: route ip+net: no such network interface
2023-07-25 11:32:42.9829 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:300::/40: route ip+net: no such network interface
2023-07-25 11:32:43.0020 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:400::/38: route ip+net: no such network interface
2023-07-25 11:32:43.0162 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:800::/37: route ip+net: no such network interface
2023-07-25 11:32:43.0278 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:1000::/36: route ip+net: no such network interface
2023-07-25 11:32:43.0408 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:2000::/35: route ip+net: no such network interface
2023-07-25 11:32:43.0535 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:4000::/34: route ip+net: no such network interface
2023-07-25 11:32:43.0650 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1007:8000::/33: route ip+net: no such network interface
2023-07-25 11:32:43.0821 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1008::/29: route ip+net: no such network interface
2023-07-25 11:32:43.0970 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1010::/30: route ip+net: no such network interface
2023-07-25 11:32:43.1106 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1014::/31: route ip+net: no such network interface
2023-07-25 11:32:43.1253 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1000::/38: route ip+net: no such network interface
2023-07-25 11:32:43.1378 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1401::/48: route ip+net: no such network interface
2023-07-25 11:32:43.1493 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1402::/47: route ip+net: no such network interface
2023-07-25 11:32:43.1661 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1404::/46: route ip+net: no such network interface
2023-07-25 11:32:43.1811 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1408::/45: route ip+net: no such network interface
2023-07-25 11:32:43.1949 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1410::/44: route ip+net: no such network interface
2023-07-25 11:32:43.2125 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1420::/43: route ip+net: no such network interface
2023-07-25 11:32:43.2257 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1440::/42: route ip+net: no such network interface
2023-07-25 11:32:43.2377 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1480::/41: route ip+net: no such network interface
2023-07-25 11:32:43.2610 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1500::/40: route ip+net: no such network interface
2023-07-25 11:32:43.2758 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1600::/39: route ip+net: no such network interface
2023-07-25 11:32:43.2906 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:1800::/37: route ip+net: no such network interface
2023-07-25 11:32:43.3051 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:2000::/35: route ip+net: no such network interface
2023-07-25 11:32:43.3201 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:4000::/34: route ip+net: no such network interface
2023-07-25 11:32:43.3316 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1016:8000::/33: route ip+net: no such network interface
2023-07-25 11:32:43.3486 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:1::/48: route ip+net: no such network interface
2023-07-25 11:32:43.3637 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:2::/47: route ip+net: no such network interface
2023-07-25 11:32:43.3784 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:4::/46: route ip+net: no such network interface
2023-07-25 11:32:43.3947 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:8::/45: route ip+net: no such network interface
2023-07-25 11:32:43.4124 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:10::/44: route ip+net: no such network interface
2023-07-25 11:32:43.4236 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:20::/43: route ip+net: no such network interface
2023-07-25 11:32:43.4427 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:40::/42: route ip+net: no such network interface
2023-07-25 11:32:43.4585 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:80::/41: route ip+net: no such network interface
2023-07-25 11:32:43.4696 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:100::/40: route ip+net: no such network interface
2023-07-25 11:32:43.4932 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:200::/39: route ip+net: no such network interface
2023-07-25 11:32:43.5129 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:400::/38: route ip+net: no such network interface
2023-07-25 11:32:43.5275 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:800::/37: route ip+net: no such network interface
2023-07-25 11:32:43.5419 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:1000::/36: route ip+net: no such network interface
2023-07-25 11:32:43.5550 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:2000::/35: route ip+net: no such network interface
2023-07-25 11:32:43.5693 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:4000::/34: route ip+net: no such network interface
2023-07-25 11:32:43.5847 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1017:8000::/33: route ip+net: no such network interface
2023-07-25 11:32:43.6016 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1018::/29: route ip+net: no such network interface
2023-07-25 11:32:43.6360 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1020::/30: route ip+net: no such network interface
2023-07-25 11:32:43.6577 warning daemon/session/network : unable to get interface at index 23 for destination 2603:1024::/31: route ip+net: no such network interface
2023-07-25 11:32:55.0555 error daemon/session/network : forward UDP 169.254.78.168:61646 -> 255.255.255.255:33221: no route to host
2023-07-25 11:33:24.6649 info daemon/session : -- Session ended
2023-07-25 11:33:24.6649 info daemon/session:shutdown_logger : shutting down (gracefully)...
2023-07-25 11:33:24.6649 error daemon/session : the port-forward connection to the traffic manager timed out. The current timeout 1m0s can be configured as "timeouts.trafficManagerConnect" in "C:\Users\LafreniereGabriel\AppData\Roaming\telepresence\config.yml"
2023-07-25 11:33:24.6655 info daemon/session : Configuration reloaded
2023-07-25 11:34:48.6390 error daemon/session/network : forward UDP 169.254.78.168:50189 -> 255.255.255.255:33221: no route to host
2023-07-25 11:34:48.6417 error daemon/session/network : forward UDP 169.254.78.168:50191 -> 255.255.255.255:33221: no route to host
2023-07-25 11:34:48.6429 error daemon/session/network : forward UDP 169.254.78.168:50192 -> 255.255.255.255:33221: no route to host
2023-07-25 11:35:07.8096 error daemon/session/network : failed to add subnet 10.120.0.0/20: failed to create route 10.120.0.0/20 via 10.120.0.0 dev tel0, gw 10.120.0.1: context canceled
2023-07-25 11:35:07.9859 error daemon/session/network : failed to add subnet 10.140.0.0/24: failed to create route 10.140.0.0/24 via 10.140.0.0 dev tel0, gw 10.140.0.1: context canceled
2023-07-25 11:35:08.1420 error daemon/session/network : failed to add subnet 10.140.1.0/24: failed to create route 10.140.1.0/24 via 10.140.1.0 dev tel0, gw 10.140.1.1: context canceled
2023-07-25 11:35:08.3242 error daemon/session/network : failed to add subnet 10.140.2.0/24: failed to create route 10.140.2.0/24 via 10.140.2.0 dev tel0, gw 10.140.2.1: context canceled
2023-07-25 11:35:08.4954 error daemon/session/network : failed to add subnet 10.140.3.0/24: failed to create route 10.140.3.0/24 via 10.140.3.0 dev tel0, gw 10.140.3.1: context canceled
2023-07-25 11:35:08.6686 error daemon/session/network : failed to add subnet 10.140.4.0/24: failed to create route 10.140.4.0/24 via 10.140.4.0 dev tel0, gw 10.140.4.1: context canceled
2023-07-25 11:35:08.8281 error daemon/session/network : failed to add subnet 10.140.5.0/24: failed to create route 10.140.5.0/24 via 10.140.5.0 dev tel0, gw 10.140.5.1: context canceled
2023-07-25 11:35:08.9996 error daemon/session/network : failed to add subnet 10.140.6.0/24: failed to create route 10.140.6.0/24 via 10.140.6.0 dev tel0, gw 10.140.6.1: context canceled
2023-07-25 11:35:09.2042 error daemon/session/network : failed to add subnet 10.140.7.0/24: failed to create route 10.140.7.0/24 via 10.140.7.0 dev tel0, gw 10.140.7.1: context canceled
2023-07-25 11:35:09.3426 error daemon/session/network : failed to add subnet 10.140.8.0/24: failed to create route 10.140.8.0/24 via 10.140.8.0 dev tel0, gw 10.140.8.1: context canceled

@cindymullins-dw
Copy link
Collaborator

cindymullins-dw commented Aug 5, 2023

Hi @gabriel-lafreniere, looking at error (An attempt was made to access a socket in a way forbidden) could this perhaps be a port conflict as noted here?

@mgialelis-pm
Copy link

mgialelis-pm commented Sep 14, 2023

@cindymullins-dw
Im getting the same error but dont think so im guessing telepresence connects to the api server on 9980
This is my exclusion list

PS C:\Users\GialelisMatt> netsh interface ipv4 show excludedportrange protocol=tcp

Protocol tcp Port Exclusion Ranges

Start Port    End Port
----------    --------
        80          80
      8003        8003
      8005        8005
      8884        8884

telepresences services are setup like below as well

NAME                               TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)              AGE
agent-injector                     ClusterIP   xxx.xxx.xx.xx   <none>        443/TCP              76d
traffic-manager                    ClusterIP   None            <none>        8081/TCP,15766/TCP   76d
traffic-manager-ambassador-agent   ClusterIP   xxx.xxx.xxx    <none>        80/TCP               64

@cindymullins-dw
Copy link
Collaborator

cindymullins-dw commented Oct 9, 2023

@mgialelis-pm , it might be an issue with the Cloudflare VPN. The relevant docs page is here. You could try checking your routing table and if possible manually adding the routes as here, if that's an option for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants