Atualizar update_srv1.sh

This commit is contained in:
2025-10-25 14:23:31 +00:00
parent c1e4a7634b
commit de9141b193

View File

@@ -14,31 +14,31 @@ for i in {10..1}; do
done
sed -i 's/^#PermitRootLogin\s\+prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config
#apt autoremove --purge isc-dhcp-server -y
#apt install isc-dhcp-server -y
#wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/dhcpd.conf -O /etc/dhcp/dhcpd.conf --no-check-certificate --no-cache
#wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/isc-dhcp-server -O /etc/default/isc-dhcp-server --no-check-certificate --no-cache
apt install isc-dhcp-server -y
wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/dhcpd.conf -O /etc/dhcp/dhcpd.conf --no-check-certificate --no-cache
wget https://git.tmferreira.tec.br/tiago.ferreira/ASOR/raw/branch/main/Confs/srv1/isc-dhcp-server -O /etc/default/isc-dhcp-server --no-check-certificate --no-cache
systemctl enable nftables
#reboot
#apt install bind9 -y
apt install bind9 -y
#wget github.com/tmferreira-ti/ASOR/raw/refs/heads/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://github.com/tmferreira-ti/ASOR/raw/refs/heads/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/src/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://github.com/tmferreira-ti/ASOR/raw/refs/heads/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/src/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