Skip to content

help setting up Tunnel #6

Answered by uhppoted
jakecjames asked this question in Q&A
Discussion options

You must be logged in to vote

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.:

  • the Debian box is connecting to the EC2 instance
  • you're connecting over TCP/IP without TLS
  • you're running in console mode (not daemonized)
  • the EC2 firewall has port 12345 opened for the IP address of the Debian instance
  • the EC2 instance has (for example) an external IP address of 171.172.173.174

Then the Debian instance should run the tunnel in TCP/IP client+UDP mode:

./uhppoted-tunnel --debug --console --in tcp/client:171.172.173.174:12345 --out udp/broadcast:255.255.255.…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jakecjames
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants