Open petterreinholdtsen opened 5 years ago
Hi,
OpenDHT works using a single UDP port, which can be configured.
When using dhtnode use the -p
argument to set the port to bind,
when using dhtrunner the port to bind is passed to run().
[Adrien Béraud]
Hi, OpenDHT works using a single UDP port, which can be configured. When using dhtnode use the
-p
argument to set the port to bind, when using dhtrunner the port to bind is passed to run().
Happy hacking Petter Reinholdtsen
Thanks to the suggestion, Do you know if this kind of port restriction is common ?
[Adrien Béraud]
Thanks to the suggestion, Do you know if this kind of port restriction is common ?
I do not know how common, but I know several large sites and company networks where such port restriction is in place.
-- Happy hacking Petter Reinholdtsen
Still a requirement?
Thanks.
[Gavin Henry]
Still a requirement?
Did someone change the default set of UDP ports? The site I know about is still blocking UDP ports. I have not tried to use Jami there for a long time, as it just did not work. Is there a point in trying again?
-- Happy hacking Petter Reinholdtsen
The listening ports?
The non-working version? -- Happy hacking Petter Reinholdtsen
At work, incoming UDP packages with port below 50000 is blocked. The ones above 50000 is open do allow for SIP and other real time audio and video protocols.
What about adjusting opendht to restrict the range of ports used, to allow it to work also in such constrained environment?