UNPKG

412 BMarkdownView Raw
1# Ip Resolution
2
3Hubiquitus connects containers through peer to peer connections. In order to do it, it needs to resolve an internal ip available for local and remotes actors.
4Ip resolution algorithm goes through all interfaces and pick the first one with an ip v4 using the following priorities :
5* eth[0, 1, 2....]
6* en[0, 1, 2....]
7* wlan[0, 1, 2....]
8* vmnet[0, 1, 2....]
9* pp[0, 1, 2....]
10* lo[0, 1, 2....]