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

udp port forwarding in virtualbox #2

Open
andry81 opened this issue Mar 3, 2023 · 2 comments
Open

udp port forwarding in virtualbox #2

andry81 opened this issue Mar 3, 2023 · 2 comments

Comments

@andry81
Copy link

andry81 commented Mar 3, 2023

I've tried to tcp/udp port forward vpn connection from guest-with-vpn to guest-with-emule and have found that the udp port forwarding is not working in case of different ports:

>socat.exe TCP4-LISTEN:42586,fork TCP4:192.168.100.6:42586
>socat.exe UDP4-LISTEN:42586,fork,reuseaddr,bind=0.0.0.0 UDP4:192.168.100.6:42588

emule-tcp-udp-test-fail

If change udp port from 42588 to 42586, then test does pass completely.

I suspect there is some issue inside emule.

@itlezy
Copy link
Owner

itlezy commented Mar 20, 2023

not sure if this behavior is different compared to eMule community release, have you checked that? tbh I always use two different ports for tcp vs udp

@andry81
Copy link
Author

andry81 commented Mar 22, 2023

not sure if this behavior is different compared to eMule community release, have you checked that? tbh I always use two different ports for tcp vs udp

Seems no difference. But I've found another issue. If try to enable protocol obfuscation Security->Enable protocol obfuscation, then the UDP test fails even with equal ports.

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

2 participants