Last active
August 2, 2017 07:01
-
-
Save bengl/1a6ae740cd998e3c2232cc44168840f2 to your computer and use it in GitHub Desktop.
Revisions
-
bengl revised this gist
Aug 2, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TODO # Software ## Firmware, Network, Storage 1. Download the "full" bin file from here https://drive.google.com/drive/folders/0B0iF4l2rag1dZm9IWTVJbWkyQkE?usp=sharing 2. Install it on the Kimax device via the web interfact (note: I had some trouble with this due to CSS shenanigans). @@ -14,4 +14,6 @@ TODO 6. From the "Interfaces" view in OpenWRT's GUI, click "Edit" for the "LAN" interface, then under "Physical Settings", remove "eth0" (the switch) and save and apply the settings. 7. Connect the Kimax to your primary router via Ethernet. 8. Now you can go back to the main "Interfaces" view and hit "Connect" for WAN (and optionally WAN6). If you want to use Wifi instead of Ethernet for your upstream connection, you'll need to add a second Wifi device (likely a USB thing) and set that up in OpenWRT's GUI to be your WAN interface. 9. The big drive is at `/dev/sda`, make partition on it, filling up the whole thing: https://wiki.openwrt.org/doc/howto/storage -
bengl created this gist
Aug 2, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ # Hardware TODO # Software ## Firmware and Network 1. Download the "full" bin file from here https://drive.google.com/drive/folders/0B0iF4l2rag1dZm9IWTVJbWkyQkE?usp=sharing 2. Install it on the Kimax device via the web interfact (note: I had some trouble with this due to CSS shenanigans). 3. Connect to the device via ethernet, and go through the process here: https://wiki.openwrt.org/doc/walkthrough_login 4. Set up the wifi as per here: https://wiki.openwrt.org/doc/walkthrough_wifi 5. Now we have to deal with the bizarre default settings for networking. First, connect to the wifi and disconnect your ethernet cable. 6. From the "Interfaces" view in OpenWRT's GUI, click "Edit" for the "LAN" interface, then under "Physical Settings", remove "eth0" (the switch) and save and apply the settings. 7. Connect the Kimax to your primary router via Ethernet. 8. Now you can go back to the main "Interfaces" view and hit "Connect" for WAN (and optionally WAN6). If you want to use Wifi instead of Ethernet for your upstream connection, you'll need to add a second Wifi device (likely a USB thing) and set that up in OpenWRT's GUI to be your WAN interface.