#Tailscale proxy

1 messages · Page 1 of 1 (latest)

olive zinc
#

What do the service logs say?

#

There seem to be some errors there

#

My guess is it's missing dns

#

http: proxy error: lookup http on 192.168.1.1:53: no such host

#

That or where you are hosting rmfakecloud isn't bound to 100.85.128.104:80

http: proxy error: connect tcp 100.85.128.104:80: connection was refused

#

That would probably be because the DNS can't resolve

#

Well the log was saying it wasn't getting a DNS response, maybe check the current log to see what the error is

#

Is it requesting an IP address, or a hostname?

#

Can the exit point connect to the internet?

#

I don't know enough about how tailscale works, but I would assume it needs to be configured with something that has the route to handle all other internet traffic, and that node (exit point) would need to be able to connect to the internet

#

Otherwise there will be no route to get there

#

I know what it is

#

I also know a bit about how networking works

#

so if you are trying to proxy through a network that doesn't have a route to 0.0.0.0 (Everything else), it wont be able to connect

#

For example with one of my zerotier configurations:

#

I send all traffic not in the local layer through the gateway where my exit node is

#

Which just so happens to be the gateway itself

#

Right, so you are just wanting this to allow networking to your private server, and not to allow you to proxy all requests to the open internet through it

#

Sounds like you're good to go then

#

And now you know a little bit more about how to setup a full vpn later

#

Yes

olive zinc
#

No it wont

#

Use the latest version

olive zinc