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

tunnel won't run #8

Closed
sohrabp72 opened this issue Aug 14, 2023 · 2 comments · May be fixed by #14
Closed

tunnel won't run #8

sohrabp72 opened this issue Aug 14, 2023 · 2 comments · May be fixed by #14

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

why is that?
which port is in use?
I got confused, it should accepts tcp packets on port 444 and forward them on udp port 433 on the server which another process is listening to(433 UDP)
there is no process listening on port 444.

@rfc1036
Copy link
Owner

rfc1036 commented Aug 14, 2023

There is another process listening on the port, as the error message clearly explained.

@rfc1036 rfc1036 closed this as completed Aug 14, 2023
@sohrabp72
Copy link
Author

which port?
I got confused, I need to accept TCP connection 444 and forward packets to UDP port 433.
Wireguard service is listening on UDP port 433 and I have to deliver packets to 433 UDP port.
Can you guide me on how to instruct the command to achieve that, please?

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

Successfully merging a pull request may close this issue.

2 participants