Description
Describe the problem
I am using telepresence at my office and it runs perfectly fine.
However, when I'm home the DNS part of it doesn't work.
So I can:
- connect to the cluster
- Make an intercept/ingest
- volume is mounted
but DNS resolve doesn't work.
I suspect something between VPN, Firewall, ... But I am not an expert and doesn't now where to start to search or give indication to the IT guys
in the daemon logs, I see:
2025-04-11 11:18:25.5035 info daemon/session : -- Starting new session
2025-04-11 11:18:26.0130 info daemon/session : Connected to OSS Traffic Manager v2.22.2
2025-04-11 11:18:26.0130 info daemon/session : Connected to Manager 2.22.2
2025-04-11 11:18:26.0130 info daemon/session : also-proxy subnets [10.42.0.0/16]
2025-04-11 11:18:26.0130 info daemon/session : never-proxy subnets [10.129.76.136/32]
2025-04-11 11:18:26.0130 info daemon/session : allow-conflicting subnets []
2025-04-11 11:18:26.0130 info daemon/session : Configuration reloaded
2025-04-11 11:18:26.1078 info daemon/session/network : also-proxy subnets [10.42.0.0/16]
2025-04-11 11:18:26.1078 info daemon/session/network : never-proxy subnets [10.129.76.136/32]
2025-04-11 11:18:26.1078 info daemon/session/network : allow-conflicting subnets []
2025-04-11 11:18:29.1086 warning daemon/session/network : Manager IP 10.42.0.131 is connectable but not a traffic-manager instance (rpc error: code = DeadlineExceeded desc = context deadline exceeded while waiting for connections to become ready). Will proxy pods, but this may interfere with your VPN routes.
2025-04-11 11:18:32.1096 info daemon/session/network : Adding service subnet 10.43.0.0/16
2025-04-11 11:18:32.1096 info daemon/session/network : Adding pod subnet 10.42.0.0/24
2025-04-11 11:18:32.1200 info daemon/session/network : Creating interface tel0
2025-04-11 11:18:32.1940 info stdlog : Using existing driver 0.14
2025-04-11 11:18:32.2038 info stdlog : Creating adapter
2025-04-11 11:18:32.4448 info daemon/session/network : Setting cluster DNS to 10.42.0.131
2025-04-11 11:18:32.4448 info daemon/session/network : Setting cluster domain to "cluster.local."
2025-04-11 11:18:32.4448 info daemon/session/network : Dropping never-proxy "10.129.76.136/32" because it is not routed
2025-04-11 11:18:32.4601 info daemon/session/network : Starting Endpoint
2025-04-11 11:18:35.3486 info daemon/session/dns : Using fallback DNS server: 10.250.34.1
I also try to see if those DNS would work but without success
nslookup {myService}.{myNamespace}.svc.cluster.local 10.42.0.131 --> UNKNOWN
nslookup {myService}.{myNamespace}.svc.cluster.local 10.250.34.1 --> UNKNOWN
So, I confess I'm a little stuck here and don't really now where I should continue my investigation.
Can someone help ?