GL-B1300

What you need

How to

  1. Download the firmware image from step 4 described above. Save it somewhere you will be able to find it later.

  2. Start with the router free of all plugs and attachments, note the two front buttons.

    exterior

  3. Plug in the router, holding the circle button on the front until the rightmost light stops flashing. The left and center lights will be on and steady.

    exterior_b

  4. Plug in the Ethernet cable into the routers lan port. Which is the leftmost with the ports facing at you. As Pictured.

    network_ports

  5. Plug the other end of the same cable into your computer.

  6. You must now assign your computer the static ip 192.168.1.2 in a /24 subnet.
    • On Windows follow these instructions 18. For the box in step 5 type 192.168.1.2 in the IP Address box not 192.168.10.1 as shown in the image. A subnet mask of 255.255.255.0 is correct and the value of the other fields does not matter for this exercise.

    • On Mac follow these instructions 2. Fill in 192.168.1.2 in the IPv4 Adress box, not 10.1.0.99 like in the picture. A subnet mask of 255.255.255.0 is correct, after step 6 stop and press ok.

    • On Linux open a terminal and type

    sudo ip addr add 192.168.1.2/24 dev eth0

    • Enter your password as prompted. If the command runs with no output it was successful! Go onto the next step.

    If you get the message

    Cannot find device “eth0”

    • You are probably using Fedora, Centos, or have more than one network port run the command ip a to find the correct name instead of eth0. You are looking for a line like this.

    2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000

    • Notice how the state UP indicates a port where something is plugged in. Here I would run. your value will not be enp0s31f6. It is different for every machine, please look at your own output of ip a.

    sudo ip addr add 192.168.1.2/24 dev enp0s31f6

  7. With that out of the way visit 192.168.1.1 in your web browser. It should look like this.

    firmware_upload

  8. Press the ‘browse’ button and select the firmware you downloaded in step 1. Then press ‘upload’. You will be forwarded to a page that looks like this. The rightmost light on the router will start blinking.

    update in progress

  9. Wait 5 minutes

  10. If you have another router to flash return to step 2. If this is all you will be flashing it’s time to undo the static IP assignment. Linux users can skip this step.

    A) On Windows follow these instructions 18. For the box in step 5 select ‘Obtain an ip address automatically’ then click ok.

    B) On Mac follow these instructions 2. Stop at the box in step two, select ‘Using DHCP’ from the dropdown menu labelled ‘Configure IPv4’ then it ‘apply’.

  11. Your router is now flashed, only the leftmost light should now be on. Unplug the lan port, wait 10 seconds and plug it back in.

  12. Now that you have flashed your router the LAN port location has moved. The LAN port is the one furthest from the power plug by default. Double check you are plugged into the right spot!

  13. Navigate to 192.168.10.1/althea which is the Althea router dashboard.

  14. Congratulations! You’re done! Now you can setup your Althea router 31 and and make links into the network 17