Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help to run the tunnel #9

Open
sohrabp72 opened this issue Aug 14, 2023 · 0 comments
Open

Need help to run the tunnel #9

sohrabp72 opened this issue Aug 14, 2023 · 0 comments

Comments

@sohrabp72
Copy link

sohrabp72 commented Aug 14, 2023

root@Helsinki:~# udptunnel -s 444 -v 127.0.0.1/433
Listening for TCP connections on port 444
setup_udp_recv: bind: Address already in use

Newbie here.
Correct me if I'm wrong, the above command will accept any incoming TCP traffic on port 444 and then forward that traffic to UDP port 433 on the server, and on the server there should be a process listening to UDP port 433 to get traffic for further process.
If I change 127.0.0.1/433 to 127.0.0.1/436 for example, the command will run without any problem, but there is no process listening on port 436 to get traffic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant