Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| lwc:hardware:networking:mikrotik [2024/10/07 20:21] – created John Harrison | lwc:hardware:networking:mikrotik [2025/11/10 07:55] (current) – John Harrison | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| - point browser to webgui using DHCP server assigned IP address | - point browser to webgui using DHCP server assigned IP address | ||
| - in GUI: '' | - in GUI: '' | ||
| - | - om GIO: '' | + | - in GUI: '' |
| - mAP lite will be assigned a new IP address. Connect to webgui through Ethernet with new address | - mAP lite will be assigned a new IP address. Connect to webgui through Ethernet with new address | ||
| + | - | ||
| ==== Assigning a network key to powerline interface ==== | ==== Assigning a network key to powerline interface ==== | ||
| + | |||
| // Stolen verbatim from [[https:// | // Stolen verbatim from [[https:// | ||
| * The currently configured network-key can be seen using the monitor command as plc-actual-network-key: | * The currently configured network-key can be seen using the monitor command as plc-actual-network-key: | ||
| Line 18: | Line 20: | ||
| * Set network key: ''/ | * Set network key: ''/ | ||
| * //for some reason, setting the network password instead of the network key didn't work// | * //for some reason, setting the network password instead of the network key didn't work// | ||
| + | |||
| + | === Creating the Network Key === | ||
| + | * '' | ||
| + | * '' | ||
| + | < | ||
| + | git clone https:// | ||
| + | cd open-plc-utils/ | ||
| + | make | ||
| + | sudo make install | ||
| + | </ | ||