From fcaa2c79820868a3eedb99e103eeff6083340eac Mon Sep 17 00:00:00 2001 From: Miroslav Hanak Date: Thu, 25 Jul 2019 12:15:29 +0200 Subject: [PATCH] fixup! Improve MOX First setup --- docs/basics/first-setup/mox_cpu_only.md | 21 ++++++++++----------- docs/basics/first-setup/mox_first_setup.md | 6 +++--- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/docs/basics/first-setup/mox_cpu_only.md b/docs/basics/first-setup/mox_cpu_only.md index c50d206..216d5ad 100644 --- a/docs/basics/first-setup/mox_cpu_only.md +++ b/docs/basics/first-setup/mox_cpu_only.md @@ -10,9 +10,9 @@ to decide if you would like to configure it like WAN or LAN and how to manage a connection to the internet. Because we want to make the first setup smooth, Ethernet port will be set -to LAN at the beginning of the first setup. **You shouldn't connect your MOX in +to LAN at the beginning of the first setup. **You shouldn't connect your MOX directly to the internet**. Configure it somewhere in safe environment - like -your local network or directly attached to your computer. Later on, you can +your local network or directly connected to your computer. Later on, you can change the purpose of your only Ethernet port. ## Cable setup for configuration @@ -21,7 +21,7 @@ You shouldn't connect your MOX A directly to the internet. ![Mox without internet](mox_no_internet.png) -You can connect you MOX A directly to your computer, but your MOX A wouldn't be +You can connect your MOX A directly to your computer, but your MOX A wouldn't be able to connect to the internet during the first setup and download any updates, which is not recommended. Some steps in the configuration guide (like checking the internet connection) could fail because of that, but it should be @@ -46,7 +46,7 @@ to your computer as well as connect to the internet. ### Setup Firstly connect your computer to a MOX A either directly via Ethernet cable or -indirectly by connecting both MOX A and computer to the same local network. +indirectly by connecting both MOX A and your computer to the same local network. Then connect the power supply. Wait for your MOX to boot up. During boot LED will shine red and @@ -58,19 +58,18 @@ what configuration it is in. It also tries to detect running DHCP server and if it finds one, it will switch itself into DHCP client mode. If it doesn't find one, it will configure itself as DHCP server. -If you are connected directly to your computer, you will end up running DHCP -server on your MOX. If connected to local network, chances are that there is -already a DHCP serve and in that case MOX will be it's client. +If it is connected directly to your computer, you will end up with running DHCP +server on your MOX. If connected to a local network, probably there is already running DHCP server, in that case MOX, will be its client. !!! tip If you have a working zero-conf on your conputer, you can access your router via address. -When booted, you can access first run wizard by using a web browser and -entering as URL address of your router. In case of running as DHCP server, web -interface will be at . If your MOX ends up being DHCP +When booted, you can access the first-run wizard by using a web browser and +entering as URL address of your router. In case of your MOX running as DHCP server, web +interface will be at . If it ends up being DHCP client, you either have to use administrative UI on your DHCP server (your main -router in most cases) and figure out your MOXes IP address, or you can use +router in most cases) and figure out IP address of your MOX, or you can use zero-conf address if your computer is configured correctly to use those. diff --git a/docs/basics/first-setup/mox_first_setup.md b/docs/basics/first-setup/mox_first_setup.md index 731f8c0..9bdbd67 100644 --- a/docs/basics/first-setup/mox_first_setup.md +++ b/docs/basics/first-setup/mox_first_setup.md @@ -8,7 +8,7 @@ First setup of Turris MOX ## Connecting cables As MOX is really modular and therefore what is LAN and what is WAN side could -be a little bit tricky. Decidion follows the following rules. +be a little bit tricky. Decision adheres to the following rules. * If MOX has just one Ethernet port it is LAN * If MOX has SFP, SFP is WAN and the rest of ports is LAN (including @@ -45,7 +45,7 @@ will configure itself as DHCP server. If you have a working zero-conf on your conputer, you can access your router via address. -When booted, you can access first run wizard by using a web browser and -entering as URL address of your router. In case of running as DHCP server, web +When booted, you can access the first-run wizard by using a web browser and +entering as URL address of your router. In case of MOX running as DHCP server, web interface will be at . -- GitLab