I have some trouble:
When PC is not conected to switch/hub I get result like that:Code:lan = System.GetLANInfo(); Paragraph.SetText("IP Address: "..lan.IP.."\nMAC: "..lan.NIC);
IP Address: 127.0.0.1
MAC: None
How to get real data not localhost in this case?

Reply With Quote