Skip to content

Instantly share code, notes, and snippets.

@bagder
Last active September 11, 2017 09:36
Show Gist options
  • Save bagder/93ef3c2658c3d0cae9b51589b1816ec9 to your computer and use it in GitHub Desktop.
Save bagder/93ef3c2658c3d0cae9b51589b1816ec9 to your computer and use it in GitHub Desktop.
Test gw-mac on windows

gw-mac

Source code: https://github.com/bagder/gw-mac

Who should test

If you have working IPv6 addresses in your Windows. Working as in you can communicate with other machines over it.

Clone and build

$ git clone https://github.com/bagder/gw-mac.git
$ cd gw-mac
$ nmake -f Makefile.nmake

Run

(now invoke the newly built tool)

$ netid-win.exe

What to expect?

When the tool works, it should just output information about:

  1. your IPv4 network's default gateway's mac address
  2. global IPv6 prefixes

The later part has been reported to crash, so if it does crash for you please invoke with a debugger and tell me which source line that causes the crash and possibly why it crashes there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment