help setting up Tunnel #6
-
Hi There, I'm having a little trouble figuring out how to deploy Uhppoted Tunnel on both my cloud ec2 instance and local Debian 11 VM so that I can have the controller located on a site communicate with the programs running in the ec2 cloud instance. Again sorry for my inexperience and thanks in advanced for helping me continue to learn how use the Uhppoted repository :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
hiya, It's reasonably straightforward but there are lots of little bits and pieces to get right - let me see if I can walk you through it :-). Assuming you have a more or less conventional getting started setup, e.g.:
Then the Debian instance should run the tunnel in TCP/IP client+UDP mode:
And the EC2 instance should run the tunnel in TCP/IP server mode:
Assuming everything just works (ha! as if... :-)) you should see something like this on the Debian client:
And on the EC2 instance something like this:
Once you can see the connection is established you can test the connection using something like the CLI on the EC2 instance e.g.
(and the corresponding traces on the EC2 and Debian consoles) |
Beta Was this translation helpful? Give feedback.
-
Once you have the basic connectivity established the next steps would be to secure it using TLS and then to daemonize the tunnels - but see how far you get and we can take it from there. |
Beta Was this translation helpful? Give feedback.
hiya,
It's reasonably straightforward but there are lots of little bits and pieces to get right - let me see if I can walk you through it :-).
Assuming you have a more or less conventional getting started setup, e.g.:
171.172.173.174
Then the Debian instance should run the tunnel in TCP/IP client+UDP mode: