Skip to content

Instantly share code, notes, and snippets.

@vtsatskin
Created July 14, 2015 18:56
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 vtsatskin/741089b52d2577fd6067 to your computer and use it in GitHub Desktop.
Save vtsatskin/741089b52d2577fd6067 to your computer and use it in GitHub Desktop.
Connecting a router to the uWaterloo network

Router Setup at uWaterloo

This guide assumes you are using a router with DD-WRT. Other routers may work if they support MAC Address cloning/spoofing.

Obtain a MAC Address of a school computer

  1. Log onto a school computer
  2. Type ipconfig /all into the command line
  • Example output:
Ethernet adapter Local Area Connection:
...
Physical Address . . . . . : 00-1C-C0-69-AA-AF
...
  1. Take note of the "Physical Address", this is the MAC address.

Open the router's admin configuration

  1. Connect to the router's network either through WiFi or ethernet
  2. Visit 192.168.1.1 in your browser
  3. Login, usually the username and password are admin, password.

Set the MAC Address of the router

  1. Go to Setup > MAC Address Clone in the router config
  2. Ensure MAC Clone is set to enabled.
  3. Put the MAC Address you've noted down into the "Clone WAN MAC" field.
  4. Press "Apply Settings" and wait for the router to reboot.

Connect the router to the ethernet port the school computer is using

This may be optional, but if things don't work you will want to do this.

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