Networking on Galileo Gen2: What's the MAC address?

465 Views Asked by At

I'm using the latest build of Windows IoT for the Galileo Gen2 (9600.16384.x86fre.winblue_rtm_iotbuild.150309-0310_galileo_v2) and writing Wiring applications in VS2013Pro.

I want to start building network connections, but the first parameter I need to specify is the MAC address. The board came with a MAC printed on a sticker on the mag-jack, but did it get written to the onboard flash somewhere? Were do I find it from inside my Wiring/IoT app?

1

There are 1 best solutions below

2
On

Ron,

You may try logging into the device via telnet and running 'getmac' or 'ipconfig /all'. This should give you the MAC address for your device.