Templates/FedoraMinimal changed

This commit is contained in:
Zrubecz Laszlo 2014-07-31 10:50:33 +00:00
parent fba47f85f7
commit 578fd7792d

View File

@ -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)