Ulterius / server

[WIP] Ulterius™ server where all the magic happens :rocket: :feelsgood:
https://ulterius.io/
Mozilla Public License 2.0
596 stars 75 forks source link

Server binds to all network interfaces but shows only information of first one #20

Open ktos opened 8 years ago

ktos commented 8 years ago

As I see from the logs, Web, API and Terminal servers are binding to 0.0.0.0, which is fine. However, Ulterius is reporting only the address of the first LAN interface in "system information", which is in my case 169.254.80.80 (APIPA range) as the first Ethernet card is the Hyper-V virtual one (Internal Network Switch).

In the Network tab of System Information there is also a MAC address - again of the first interface only. Listing of all network interfaces would be more preferable. I am also not sure from where "Data Sent" and "Data Received" values are from, but they are rising when I am using my second network card, not the Internal one, so it seems they are common to all interfaces?

Also when starting Client from context menu of tray icon it goes to 169.254.80.80 address instead of something more reasonable.

andrewmd5 commented 8 years ago

@FrobtheBuilder This is partially on you as you need to display all the network devices provided when I send them over the api as we discussed.