Replies: 4 comments
-
|
Me and @Lokowitz seem to be on a similar schedule. i'm having alot of fun putting caddy reverse proxies on the ends of newts and all the possibilities that creates. Here here thank you everyone for this wonderful piece of software. |
Beta Was this translation helpful? Give feedback.
-
|
Hi! Thanks so much for testing out the clients! Sorry for the delay here!
So this probably needs to be documented better, but in Setup 2 the
reason it is not working is because the raw proxy does not apply in
native mode. In native mode a interface is created on the host so there
is nothing that needs to be proxied out of user space to another
machine. The idea here was to return control to the OS to handle routing
however you want.
So in this case the way to make this work would be to configure a remote
subnet
https://docs.digpangolin.com/manage/clients/add-client#remote-subnets.
This adds a route to the olm to send a /24 or whatever network over the
tunnel. THEN on the newt side you would enable forwarding and then set
up NAT or routing on the network so when a packet reaches the
destination it either has the source of the newt host or knows how to
route back over the tunnel.
For these reasons I think the non-native mode is probably easier unless
you want to build a routed tunnel.
Love the feature requests. Want to get to these at some point. Would you
be able to break them out into separate features in the discussions so
people could upvote? I think we already have one for the mobile app :}
I think you could do the buddy backup already maybe with the raw
resources and --holepunch but let me know.
|
Beta Was this translation helpful? Give feedback.
-
|
Ok with the new documentation i got it now working. I was also able to use olm as an entry point for site2site connection so i can now connect from By running newt with docker the folling changes needs to be made: |
Beta Was this translation helpful? Give feedback.
-
|
Are you interested in a quick PR to the docs-v2 to add this? Glad you
got it working! :}
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @oschwartz10612 @miloschwartz ,
the last days i did a lot of testing with the new clients feature and i want to summarize my experience, issues, questions and feature requests.
Very like your project and i hope it is getting big ❤️
Setups
Setup 1
Newt (192.168.178.164) running native with --accept-client
Olm (192.168.10.7) running native
Raw Resource 8807:192.168.178.218:8007
--> working
Setup 2
Newt (192.168.178.164) running native with --accept-client --native
Olm (192.168.10.7) running native
Raw Resource 8807:192.168.178.218:8007
Try to connect via pangolin network ip:
Added subnet
192.168.178.0/24to site:run
sysctl -w net.ipv4.ip_forward=1Try to connect via remote network ip:
--> not working
I don't know why but native mode is not working for me.
use case for clients
feature requests
Thnaks for all of your hard work, appreciated!!
Marvin
Beta Was this translation helpful? Give feedback.
All reactions