This commit is contained in:
Vasco
2026-04-21 11:59:45 +01:00
parent 911528df00
commit af0673223b
5 changed files with 41 additions and 59 deletions

View File

@@ -3,13 +3,16 @@
# que contém o APACHE server.
# Rede interna (enp0s8)
source VM_CONFIG.sh
# --- variaveis aqui pf joao fr fr fr aaaaa ---#
helloworld="print"
if_dentro="enp0s8"
ip_dentro="10.60.0.2"
# --- instalar packages ---
yum install -y epel-release
sudo yum install -y epel-release
sudo yum install -y openssl apache
# --- interfaces ---
ifconfig $if_dentro $ip_dentro netmask 255.255.255.0