Fix some typos in 'The Project' section

This commit is contained in:
Héctor Hurtado
2019-11-27 10:02:35 +01:00
parent aacbd3388a
commit da693d32b8
+10 -10
View File
@@ -24,22 +24,22 @@ Scenario
Limitations and constraints Limitations and constraints
-------------------------- --------------------------
#. We **don't want** to **grant access** to the :samp:`External Host` to 1. We **don't want** to **grant access** to the :samp:`External Host` to
anybody. anybody.
#. We **don't want** to manage VPNs or any similar solutions to access to 2. We **don't want** to manage VPNs or any similar solutions to access to
*Internal Host* from the Internet. :samp:`Internal Host` from the Internet.
#. We **want to limit the actions** that an user can perform in our intranet 3. We **want to limit the actions** that an user can perform in our intranet
while it is checking if :samp:`Internal Host` is alive. while it is checking if :samp:`Internal Host` is alive.
#. We **want** to use the most standard mechanism. Easy to use and that 4. We **want** to use the most standard mechanism. Easy to use and that
facilitates the automation. facilitates the automation.
#. We **don't have a budget** to invest in a custom solution. 5. We **don't have a budget** to invest in a custom solution.
What options we have? What options we have?
--------------------- ---------------------
Alter analyzyng the problem and our goal we conclude that is enough Alter analyzyng the problem and our goal we conclude that is enough
**to use a simple** :samp:`ping` **to** :samp:`Internal Host`**.** **to use a simple** :samp:`ping` **to** :samp:`Internal Host`.
So, the next step is to **analyze how to perform the ping.** So, the next step is to **analyze how to perform the ping.**