...
All the servers depending on which architecture you decide, should have support of these commands:
1. unzip
2. curl.
Check "unzip", "curl" and "
...
iptables" RPM are installed.
> Login to Server(s)
> rpm -qa | grep unzip
> rpm -qa | grep curl
> rpm -qa | grep iptables
If results to these commands is- NOT installed then,
...
> Login to Server(s)
> yum install unzip -y
> yum install curl -y
> yum install iptables -y
Internet Access on Server
...