Skip to content

udp port forwarding in virtualbox #2

@andry81

Description

@andry81

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions