1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/network/README.rst

24 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2019-02-08 13:59:12 +00:00
==============
Network README
==============
2019-10-09 15:19:47 +00:00
This is run by Ansible after it has installed the core (`Stages 0-to-9 <https://github.com/iiab/iiab/wiki/IIAB-Contributors-Guide#ansible>`_) of Internet-in-a-Box (IIAB) and its apps/services.
2019-02-08 13:59:12 +00:00
2019-02-09 03:08:07 +00:00
Specifically, this 'network' role is run:
2019-02-08 13:59:12 +00:00
2019-02-09 02:51:42 +00:00
- automatically during IIAB installation, after /opt/iiab/iiab/iiab-install has run `Stages 0-to-9 <..>`_ (thanks to `iiab-stages.yml <../../iiab-stages.yml>`_)
2019-02-09 03:08:07 +00:00
- automatically by IIAB's Admin Console (http://box/admin) if you click ``Configure`` menu -> ``Install Configured Options`` — this is similar to the above, but only runs Stage 0, then Stage 4-to-9, and then finally this 'network' role/stage (thanks to `iiab-from-console.yml <../../iiab-from-console.yml>`_)
2019-02-09 02:51:42 +00:00
- or manually, if you run ``cd /opt/iiab/iiab`` then `./iiab-network <../../iiab-network>`_ (which is much the same as running ``./runrole network``)
2019-02-08 13:59:12 +00:00
2019-02-09 03:05:27 +00:00
Many IIAB networking questions can be answered in these 2 documents:
2019-02-08 13:59:12 +00:00
2019-02-09 03:05:27 +00:00
- `IIAB Networking <https://github.com/iiab/iiab/wiki/IIAB-Networking>`_ is a high-level summary, that reviews IIAB's 3 modes of operation distinguishing WAN from LAN, `common ports <https://github.com/iiab/iiab/wiki/IIAB-Networking#list-of-open-ports--services>`_, DNS name resolution and some common customizations.
- http://FAQ.IIAB.IO includes answers to common questions like:
2019-02-08 13:59:12 +00:00
- How do I provide Wi-Fi (wireless) to all my kids?
- Can I create a Wi-Fi hotspot using an old laptop?
- How do I change the wireless network name?
- Can I name my server something other than http://BOX.LAN ?
- How do I set a static IP Address?
- Any other networking tips?