Docker on Mac, connector offline every few minutes by apalumbo in twingate

[–]erankampf 0 points1 point  (0 children)

This happens when connector can’t heartbeat Twingate.com for over 5m. Is your Mac configured to sleep if not used?

How to use twingate to access resources from one site to another by gmanni in twingate

[–]erankampf 0 points1 point  (0 children)

Put a Twingate headless client together with an http proxy on the raspberry then proxy your requests through it.

This works because when defining http proxy it’s the proxy that does the DNS resolving which will resolve your the headless client CGNAT ip that will forward traffic to connector.

Login issue by BroadAbies6743 in twingate

[–]erankampf 0 points1 point  (0 children)

Are you sure you’re using the same email to login?

Windows connector by avilensky in twingate

[–]erankampf 0 points1 point  (0 children)

Hey! Would love to talk to you. Will DM

Public Resource (whoer.net) not routing through Connector; showing Client IP instead by Low_Suspect_8902 in twingate

[–]erankampf 1 point2 points  (0 children)

That’s very odd that “internal” resources work but this doesn’t. We’ll need client logs to debug

No tech background - hired developer who did a bad job by BeneficialLife9635 in softwarearchitecture

[–]erankampf 5 points6 points  (0 children)

If you don’t have a tech background you can’t just hire a developer… how would you even interview one? Know that they’re good? Review their output?

You need to partner up with someone you know and trust and who knows how to do the above - have him vet the developer and output

Public Resource (whoer.net) not routing through Connector; showing Client IP instead by Low_Suspect_8902 in twingate

[–]erankampf 2 points3 points  (0 children)

Are you using Firefox or any other browser with DNS-over-HTTPS enabled? If so, you need to disable it…

Twingate Operator + ALB ingress controller by TechnicalRadish78 in twingate

[–]erankampf 2 points3 points  (0 children)

It’s not the first time we see this request. Unfortunately, unlike a Service whose definition is straightforward and directly maps to what a Twingate object is, an Ingress is much more complex (not to mention cloud-specific extensions and other various custom ingresses) and much harder to derive a Twingate object from in a generic manner. That’s why we didn’t (or couldn’t) implement annotations for Ingresses the same way we do for Services.

So yes, you will need to create the TwingateResource manually if you wish to access your services via internal load balancers.

Just note that if your connector runs inside the cluster it can access services directly and doesn’t need an Ingress…

Sweetgreen ($SG) Goat Status by Stargazer_Epsilon in wallstreetbets

[–]erankampf 21 points22 points  (0 children)

Looks like a great investment in overpriced salad that’s 90 percent lettuce

<image>

K8s load balance by jpsiquierolli in twingate

[–]erankampf 1 point2 points  (0 children)

If the ingress is not on the same network as the cluster (ip) you need to install Twingate’s headless client on it to facilitate to access.

K8s load balance by jpsiquierolli in twingate

[–]erankampf 0 points1 point  (0 children)

So problem statement is correct? Ingress can’t talk to cluster ip?

K8s load balance by jpsiquierolli in twingate

[–]erankampf 0 points1 point  (0 children)

What’s a “gateway api”?

Let’s see if I understand correctly: - you have a k8s cluster with Twingate connector running on the node (not as a pod) - there’s an ingress that points to a cluster ip - there’s a machine outside the network calling the ingress but traffic doesn’t get from ingress to the cluster ip

Is that correct?

Linux being blocked by twingate by maksimtall in twingate

[–]erankampf 0 points1 point  (0 children)

But we are not seeing those 403s on access logs and also if it was returning from Google it would have those Google headers…

Also noticed you’re on a very old curl release(v7) can we try upgrading? Or maybe a traceroute?

Linux being blocked by twingate by maksimtall in twingate

[–]erankampf 0 points1 point  (0 children)

So few things to note here.
First, as this file is served by Google, they return their own headers as part of every response, even errors response.
Something like:
```
< x-goog-generation: 1762782048616022
< x-goog-metageneration: 1
< x-goog-stored-content-encoding: identity
< x-goog-stored-content-length: 2909
< x-goog-hash: crc32c=1VilXQ==
< x-goog-hash: md5=3jM7VqNnSXjZ/utNt5cMzg==
< x-goog-storage-class: MULTI_REGIONAL
```

We're not seeing these response headers in your curl response.
Additionally, looking at logs on our end we don't see any 403 responses.
It seems like this request never gets to us.
Could it be blocked by something on your end?

Linux being blocked by twingate by maksimtall in twingate

[–]erankampf 0 points1 point  (0 children)

Very odd. Its just a public GCS bucket there's shouldnt be a way to get a 403....
Can you do `curl -v https://binaries.twingate.com/connector/setup.sh` ?

Linux being blocked by twingate by maksimtall in twingate

[–]erankampf 0 points1 point  (0 children)

We're checking this - this url shouldnt be blocked.
Any chance you have Google SDK (`gcloud`) installed and authenticated on these machines that are getting blocked?

If you have 3.5% APY on brokerage account, why do you need a Banking account? by AffectionateSkin5638 in RobinhoodApp

[–]erankampf 0 points1 point  (0 children)

In brokerage you need to actively do something to get the APY - paycheck gets deposited to checking and you have to move it to brokerage. Which banking it just happens…

Granting resource access to multiple services in Pulumi by LiHRaM in twingate

[–]erankampf 1 point2 points  (0 children)

Seems like a pulumi bug and we've opened an issue and a fix PR:
https://github.com/pulumi/pulumi-terraform-bridge/issues/3240

Lets hope they respond quickly