diff --git a/Templates/FedoraMinimal.md b/Templates/FedoraMinimal.md index 47ac321a..6b4a1baa 100644 --- a/Templates/FedoraMinimal.md +++ b/Templates/FedoraMinimal.md @@ -51,7 +51,7 @@ If You want to use this template to for standard NetVMs You should install some And maybe some more optional but useful packages as well: ``` {.wiki} -[user@F20-Minimal ~]$ sudo yum install pciutils vim-minimal less tcpdump telnet +[user@F20-Minimal ~]$ sudo yum install pciutils vim-minimal less tcpdump telnet psmisc nmap nmap-ncat ``` If Your network device needs some firmware then you should also install the corresponding packages as well. The `lspci; yum search firmware` command will help to choose the right one :) @@ -62,11 +62,11 @@ If You want to use this template as a ProxyVM You may want to install evem more #### Firewall -This template is reqady to use for a standard firewall VM. +This template is ready to use for a standard firewall VM. #### VPN -The needed packkages are depend on the VPN technology. `yum search "NetworkManager VPN plugin"` command may help you to choose the right one. +The needed packages are depend on the VPN technology. `yum search "NetworkManager VPN plugin"` command may help you to choose the right one. [More details about setting up a VPN Gateway](/wiki/VPN#ProxyVM)