meshbird_gg icon indicating copy to clipboard operation
meshbird_gg copied to clipboard

Usage

Open joeblew99 opened this issue 9 years ago • 1 comments

This looks very smart and a new way to overcome NAT.

About 5% of remote devices will not be able to do UDP based NAT punch through. So does this code include a stun and relay service ?

Also have you tested on symmetric NAT routers ? That is hard to break through; especially when both devices are behind this type of router.

What ports does this use ?

joeblew99 avatar Jan 30 '16 10:01 joeblew99

Hello Joe!

This looks very smart and a new way to overcome NAT.

About 5% of remote devices will not be able to do UDP based NAT punch through. So does this code include a stun and relay service ?

We are using STUN and UPnP for NAT traversal.

Also have you tested on symmetric NAT routers ? That is hard to break through; especially when both devices are behind this type of router.

We don't test yet speccialy for specific NAT routers.

What ports does this use ?

It's random generating between 40000-60000 ports on first network join and storing into user pref file.

miolini avatar Feb 02 '16 00:02 miolini