Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
networking:openwrt [2024/10/24 13:25] – willy | networking:openwrt [2025/03/13 14:46] (current) – [Initial configuration] willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== OpenWRT ====== | + | ====== |
| | ||
The OpenWrt Project is a Linux operating system targeting embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developers, OpenWrt is the framework to build an application without having to build a complete firmware around it; for users this means the ability for full customization, | The OpenWrt Project is a Linux operating system targeting embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developers, OpenWrt is the framework to build an application without having to build a complete firmware around it; for users this means the ability for full customization, | ||
+ | |||
+ | |||
+ | ===== Hardware selection ===== | ||
If you have the opportunity to purchase some new or refurbished hardware, you absolutely need to consult the [[https:// | If you have the opportunity to purchase some new or refurbished hardware, you absolutely need to consult the [[https:// | ||
Line 9: | Line 12: | ||
I suggest you choose a device with more than one ethernet port (WAN or LAN doesnt matter), since you never know when plugging in a cable might be useful, and one port will always be required for the connection to the wired backbone. | I suggest you choose a device with more than one ethernet port (WAN or LAN doesnt matter), since you never know when plugging in a cable might be useful, and one port will always be required for the connection to the wired backbone. | ||
- | I have selected a Netgear R6220 which is a nice 2.4Ghz/5Ghz WiFi router/ | + | Be careful of the notes, since sometimes different models can be sold with the same brand/part number even if they are not compatible. |
+ | |||
+ | I have selected a [[https:// | ||
+ | |||
+ | |||
+ | ===== installation ===== | ||
+ | |||
+ | Follow the instructions on the OpenWRT device page (like [[https:// | ||
+ | |||
+ | Be patient, sometime it can take a bit to flash and reboot. Make use of the OpenWRT [[https:// | ||
+ | |||
+ | |||
+ | ===== Initial configuration ===== | ||
+ | |||
+ | Before continuing, you need to have worked out the static IP address of this OpenWRT device and it's hostname. For more details regarding IP subnets and the home network topology, see [[networking: | ||
+ | |||
+ | When your device reboots, it will have an hardcoded **192.168.0.1** IP address and will have DHCP enabled. You should at this point, plug a direct ethernet cable to your router, let your PC get it's dynamic IP and fire up your browser for the initial configuration. | ||
+ | At this point you need to login (default username and password are " | ||
+ | The next step is to configure your WiFi [[networking: | ||