From d1184cfca10d09f8da97fc1d81af7ebf06bb9352 Mon Sep 17 00:00:00 2001 From: "tiago.ferreira" Date: Wed, 22 Apr 2026 23:29:42 +0000 Subject: [PATCH] Atualizar update_srv1.sh --- update_srv1.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/update_srv1.sh b/update_srv1.sh index 9775edf..85e7118 100644 --- a/update_srv1.sh +++ b/update_srv1.sh @@ -3,7 +3,7 @@ wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv # wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/nftables.conf -O /etc/nftables.conf --no-check-certificate --no-cache -sed -i s'/enp0s8/enp0s3/g' /usr/local/bin/sync-update +#sed -i s'/enp0s8/enp0s3/g' /usr/local/bin/sync-update #wget https://raw.githubusercontent.com/tmferreira-ti/SSORI/refs/heads/main/configs/sshd_config -O /etc/ssh/sshd_config --no-check-certificate --no-cache systemctl restart networking apt update @@ -19,24 +19,24 @@ systemctl enable nftables systemctl restart isc-dhcp-server #reboot -#apt install bind9 -y +apt install bind9 -y -#wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/dns/named.conf.options -O /etc/bind/named.conf.options +wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/dns/named.conf.options -O /etc/bind/named.conf.options -#wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/dns/named.conf.local -O /etc/bind/named.conf.local --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/dns/named.conf.local -O /etc/bind/named.conf.local --no-check-certificate --no-cache -#mkdir -p /etc/bind/domains/fatecseg/ +mkdir -p /etc/bind/domains/fatecseg/ -#wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/dns/db.fatecseg.edu.br -O /etc/bind/domains/fatecseg/db.fatecseg.edu.br --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/dns/db.fatecseg.edu.br -O /etc/bind/domains/fatecseg/db.fatecseg.edu.br --no-check-certificate --no-cache #wget https://github.com/tmferreira-ti/ASOR/raw/refs/heads/main/Confs/srv1/dns/db.0.17.172 -O /etc/bind/domains/fatecseg/db.0.17.172 --no-check-certificate --no-cache -#echo "domain fatecseg.edu.br" > /etc/resolv.conf -#echo "search fatecseg.edu.br" >> /etc/resolv.conf -#echo "nameserver 172.17.0.1" >> /etc/resolv.conf -#echo "nameserver 172.17.0.2" >> /etc/resolv.conf +echo "domain fatecseg.edu.br" > /etc/resolv.conf +echo "search fatecseg.edu.br" >> /etc/resolv.conf +echo "nameserver 172.17.0.1" >> /etc/resolv.conf +echo "nameserver 172.17.0.2" >> /etc/resolv.conf -#chattr +i /etc/resolv.conf +chattr +i /etc/resolv.conf #systemctl restart named -#reboot +reboot