Skip to content

Instantly share code, notes, and snippets.

@IgnoredAmbience
Last active June 17, 2022 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IgnoredAmbience/d5d902e186f27280ccc881017569a696 to your computer and use it in GitHub Desktop.
Save IgnoredAmbience/d5d902e186f27280ccc881017569a696 to your computer and use it in GitHub Desktop.
How to register a personal device on the wired network at Imperial College London

How to register a personal device on the wired network at Imperial College London

Useful if your machine's OS isn't pre-loaded with an Operating System with a web-browser(!)

Alternatively, you can contact ICT self-service.

Information required:

  • IP address of device (as assigned by the pre-registration network, 172.nnn.nnn.nnn, IP_ADDRESS in the below command)
  • MAC Address of device (xx:xx:xx:xx:xx:xx, MAC_ADDRESS in the below command)
  • Your college username and password (USER_NAME below, you will be prompted for the password)
curl -k -u USER_NAME "https://prereg.ic.ac.uk/register/academic/index_html/register?ip=IP_ADDRESS&mac=MAC_ADDRESS&ownership=personal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment