Add how-to connect nodes to home routers
Add How-To to simplify the idea of connecting nodes to home networks.
This commit is contained in:
parent
2336aef636
commit
6210f3ccca
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
|
@ -0,0 +1,17 @@
|
|||
================================
|
||||
Connecting Nodes to Home Routers
|
||||
================================
|
||||
|
||||
There are several AREDN |trade| nodes that have more than one Ethernet port, including the *Mikrotik hAP ac lite* as well as the *GL.iNet AR150, AR300M16*, and *AR750 Creta*. The AREDN |trade| firmware running on these types of nodes has the WAN port preconfigured for connecting to the Internet. You can get the latest information about the specific port configured as the node's WAN port from the AREDN |trade| website here: `Ethernet Port Usage <https://github.com/aredn/aredn_ar71xx/blob/develop/README.md#ethernet-port-usage>`_
|
||||
|
||||
.. image:: _images/home-router-connection.png
|
||||
:alt: Connect nodes to Internet through home router
|
||||
:align: center
|
||||
|
||||
When you connect the node's WAN port to one of the LAN ports on your home router, the node's WAN should receive an IP address on your home network from the router's `DHCP <https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol>`_ server. Alternatively you can reserve an IP address in your home network range and assign the static IP to the node's WAN through the **Basic Settings** page on your node. There are many sources of information about basic `home networking <https://en.wikipedia.org/wiki/Home_network>`_ which will not be duplicated here, but feel free to familiarize yourself with IP networking through reading and research.
|
||||
|
||||
Once you have connected your node to your home router, Internet access will be available to the node itself as well as to any of the devices connected to the node's LAN network. It is not recommended to allow Internet access through your node from other Mesh RF connected nodes, therefore be sure to leave *"Allow others to use my WAN"* unchecked. If you do not want any of your node's LAN connected devices to access the Internet either, you can check *"Prevent LAN devices from accessing WAN"*.
|
||||
|
||||
|
||||
.. |trade| unicode:: U+00AE .. Registered Trademark SIGN
|
||||
:ltrim:
|
|
@ -1,6 +1,6 @@
|
|||
===================================================================================
|
||||
How-to Use PuTTYGen on Windows to Make SSH Keys and Use Them on AREDN |trade| Nodes
|
||||
===================================================================================
|
||||
=============================
|
||||
Use PuTTYGen to Make SSH Keys
|
||||
=============================
|
||||
|
||||
This How-to will show you a method for generating SSH key pairs on a Windows computer, saving them to a USB flash drive, installing the SSH key on an AREDN |trade| node and using the SSH keys with a PuTTY terminal session.
|
||||
|
||||
|
|
|
@ -67,6 +67,7 @@ If you would like to see the documentation for a specific AREDN |trade| release,
|
|||
:hidden:
|
||||
|
||||
arednHow-toGuides/firmware_upgrade
|
||||
arednHow-toGuides/home-router-connection
|
||||
arednHow-toGuides/siso-mimo
|
||||
arednHow-toGuides/puttygen_ssh_keys
|
||||
arednHow-toGuides/radio_mobile_settings
|
||||
|
|
Loading…
Reference in New Issue