UDP socket creation on port 5000 failed

Asked by intizar

any hint plz ?

[root@localhost ~]# rohctunnel rohc udp remote 192.168.0.20 local 192.168.0.21 port 5000
do not emulate lossy medium (default)
force bidirectional mode (default)
rohc created, fd 3
cannot bind to UDP socket: Cannot assign requested address (99)
UDP socket creation on port 5000 failed

Question information

Language:
English Edit question
Status:
Solved
For:
rohc Edit question
Assignee:
No assignee Edit question
Solved by:
Didier Barvaux
Solved:
Last query:
Last reply:
Revision history for this message
Best Didier Barvaux (didier-barvaux) said :
#1

Hello,

Please double check the local address 192.168.0.21 you gave as parameter. It must be an IP address assigned to one of your network interfaces. The application won't assign it. It must be already done.

Regards,
Didier

Revision history for this message
intizar (intizar57) said :
#2

thanks a lot Didier Barvaux , that did the magic , this is what i m missing :D

Revision history for this message
intizar (intizar57) said :
#3

Thanks Didier Barvaux, that solved my question.