Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Potential Issue with AMT DTK IP address ranges

postaquestion
Beginner
179 Views

I am reading code of the AMT Developer Toolkit and found some small issues.

Issue Description:

DTK version: v0.48 (latest version till now)
Project: Intel AMT Stack
Module Name: AmtDiscovery2.cs
Function Name: CalcNoOfMachines()

My ip address is 16.158.65.20
The subnet mask is 255.255.252.0
Thegateway IP is 16.158.64.1
The IP range in the network is 16.158.65.1 ~ 16.158.255.255.

My question is why my gateway IP is notincluded; is it andefect in the DTK?

0 Kudos
1 Reply
Ylian_S_Intel
Employee
179 Views

I will investigate this, but this seems to be a defect. Contrary of AmtDiscovery.cs that does a TCP connection sweep, the class AmtDiscover2.cs does an ARP sweep first, making discovery much faster but only within the same subnet.

Ylian (Intel AMT Blog)

Reply