These sorts of software licenses generally tie themselves to the MAC address of an Ethernet adapter in the server on which they're to be run. Which is annoying as hell when the NIC breaks and has to be replaced... So the NIC ID they're asking for is almost certainly the MAC address.
An OUI search gives really interesting results for those MAC addresses:
24:77:03 Intel Corporate
7C:E9:D3 Hon Hai Precision Ind. Co.,Ltd.
D4:BE:D9 Dell Inc
Just what on earth do you have in that server?
Anyway, to figure it out for sure, run ipconfig /all
and scroll through the output until you find the entry matching your current IP address. A running example from my workstation:
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . : example.com
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : 6C-62-6D-D1-DF-AD
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2001:db8:1600:80bf:4c09:a0d:9c35:30b3(Preferred)
Link-local IPv6 Address . . . . . : fe80::4c09:a0d:9c35:30b3%12(Preferred)
IPv4 Address. . . . . . . . . . . : 172.25.49.119(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Tuesday, December 4, 2012 9:20:23 PM
Lease Expires . . . . . . . . . . : Wednesday, December 5, 2012 8:43:48 PM
Default Gateway . . . . . . . . . : fe80::56e6:fcff:fef4:66f1%12
172.25.49.1
DHCP Server . . . . . . . . . . . : 172.25.49.1
DNS Servers . . . . . . . . . . . : 172.25.49.1
NetBIOS over Tcpip. . . . . . . . : Enabled
You can see here that the IPv4 address is 172.25.49.1
, the IPv6 address is 2001:db8:1600:80bf:4c09:a0d:9c35:30b3
and the MAC address is 6C-62-6D-D1-DF-AD
. Problem solved.