Files
demo2026-1/files/notepad.txt

700 lines
42 KiB
Plaintext
Raw Normal View History

2026-03-03 10:15:11 +05:00
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
1)BR-SRV:
apt update && apt install -y samba* krb5* winbind smbclient && apt install -y ansible && apt install -y chrony && apt install -y curl && apt install -y dos2unix
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2)HQ-CLI:
apt-get update && apt-get remove -y alterator-datetime && apt-get install -y task-auth-ad-sssd && apt-get install -y admc && apt-get install -y openssh-server && apt-get install -y chrony && apt-get install -y yandex-browser-stable
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
3)HQ-RTR:
apt update && apt install -y curl && apt install -y dos2unix
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
4)ISP, BR-RTR <20> HQ-SRV:
apt update && apt install -y chrony && apt install -y curl && apt install -y dos2unix
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
5)BR-SRV:
2026-03-10 08:36:18 +05:00
hostname && domainname au-team.irpo && rm -f /etc/samba/smb.conf && rm -rf /var/lib/samba/ && rm -rf /var/cache/samba/ && mkdir -p /var/lib/samba/sysvol
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
reboot
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
6)BR-SRV:
samba-tool domain provision
reboot
samba-tool domain info 127.0.0.1
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
7)HQ-CLI:
cat /etc/resolv.conf && host au-team.irpo
reboot
kinit Administrator
id && klist && admc
nano /etc/sudoers
2026-03-10 08:36:18 +05:00
%hq ALL=(ALL) NOPASSWD: /bin/cat, /bin/grep, /usr/bin/id
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
8)HQ-SRV:
lsblk
apt update && apt install -y mdadm
sudo mdadm --create --verbose /dev/md0 -l 0 -n 2 /dev/sdb /dev/sdc
lsblk
sudo mdadm --detail --scan --verbose | tee -a /etc/mdadm.conf
sudo mkfs.ext4 /dev/md0
mkdir -p /raid0
2026-03-10 08:36:18 +05:00
nano /etc/fstab
/dev/md0 /raid0 ext4 defaults 0 0
sudo mount -av && sudo df -h
2026-03-03 10:15:11 +05:00
apt-get update && apt-get install -y nfs-server cifs-utils
mkdir /raid0/nfs && chmod 777 /raid0/nfs
2026-03-10 08:36:18 +05:00
nano /etc/exports
2026-03-03 10:15:11 +05:00
/raid0/nfs 192.168.10.0/28(rw,no_root_squash)
2026-03-10 08:36:18 +05:00
sudo exportfs -arv
sudo update-initramfs -u
systemctl enable --now nfs-server
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
9)HQ-CLI:
2026-03-10 08:36:18 +05:00
apt-get update && apt-get install -y nfs-utils nfs-clients
mkdir /mnt/nfs && chmod 777 /mnt/nfs
nano /etc/fstab
2026-03-03 10:15:11 +05:00
192.168.100.2:raid0/nfs /mnt/nfs nfs defaults 0 0
2026-03-10 08:36:18 +05:00
sudo mount -av && sudo df -h
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
10)CHRONY:ISP:
2026-03-10 08:36:18 +05:00
apt update && apt install -y chrony
nano /etc/chrony/chrony.conf
2026-03-03 10:15:11 +05:00
server 127.0.0.1 iburst prefer
2026-03-10 08:36:18 +05:00
hwtimestamp *
2026-03-03 10:15:11 +05:00
local stratum 5
allow 0/0
systemctl enable --now chrony && systemctl restart chrony
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
11)CHRONY:BR-RTR, HQ-SRV <20> BR-SRV:
2026-03-10 08:36:18 +05:00
apt update && apt install -y chrony
nano /etc/chrony/chrony.conf
2026-03-03 10:15:11 +05:00
server 172.16.1.1 iburst prefer
systemctl enable --now chrony && systemctl restart chrony
2026-03-10 08:36:18 +05:00
chronyc sources
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
12)CHRONY:HQ-CLI:
2026-03-10 08:36:18 +05:00
apt-get update && apt-get install -y chrony
2026-03-03 10:15:11 +05:00
nano /etc/chrony.conf
server 172.16.1.1 iburst prefer
systemctl enable --now chronyd && systemctl restart chronyd
2026-03-10 08:36:18 +05:00
chronyc sources
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
13)CHRONY:ISP:
chronyc clients
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
14)BR-SRV:
2026-03-10 08:36:18 +05:00
apt update && apt install -y ansible
2026-03-03 10:15:11 +05:00
mkdir -p /etc/ansible
curl -o /etc/ansible/hosts https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/hosts.file && dos2unix /etc/ansible/hosts
nano /etc/ansible/hosts
ssh-keygen -t rsa -b 2048
2026-03-10 08:36:18 +05:00
!systemctl restart sshd <20><> HQ-CLI!
2026-03-03 10:15:11 +05:00
ssh-copy-id hq-rtr.au-team.irpo
ssh-copy-id br-rtr.au-team.irpo
ssh-copy-id hq-cli.au-team.irpo
ssh-copy-id -p 2026 sshuser@hq-srv.au-team.irpo
ansible all -m ping
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
15)BR-SRV:
2026-03-10 08:36:18 +05:00
apt update && apt install -y docker.io docker-compose && systemctl enable --now docker.service && mount /dev/sr0 /mnt/ && docker load < /mnt/docker/site_latest.tar && docker load < /mnt/docker/mariadb_latest.tar && docker image ls && curl -o ~/compose.yaml https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/compose.yaml
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
!<21><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> BR-SRV!
HQ-CLI --> 192.168.200.2:8080
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
16)HQ-SRV:
apt update && apt install -y apache* && apt install -y php php8.2 php-curl php-zip php-xml libapache2-mod-php php-mysql php-mbstring php-gd php-intl php-soap && apt install -y mariadb-* && systemctl enable --now mariadb && systemctl enable --now apache2 && mount /dev/sr0 /mnt/ && cp /mnt/web/index.php /var/www/html && cp /mnt/web/logo.png /var/www/html
2026-03-10 08:36:18 +05:00
!<21><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> HQ-SRV!
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
17)HQ-SRV:nano /var/www/html/index.php:
<?php
$servername = "localhost";
$username = "webc";
$password = "P@ssw0rd";
$dbname = "webdb";
2026-03-10 08:36:18 +05:00
!<21><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> HQ-SRV!
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
18)HQ-SRV:
2026-03-10 08:36:18 +05:00
mariadb <20>u webc <20>p <20>D webdb < ~/dump.sql
2026-03-03 10:15:11 +05:00
rm /var/www/html/index.html && systemctl enable --now apache2 && systemctl restart apache2
2026-03-10 08:36:18 +05:00
HQ-CLI --> 192.168.100.2
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
19)NFTABLES:HQ-RTR:
curl -o /etc/nftables.conf https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/hq-rtr/nftables.conf && dos2unix /etc/nftables.conf
nano /etc/nftables.conf
systemctl restart nftables && systemctl enable --now nftables && /etc/nftables.conf
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
20)NFTABLES:BR-RTR:
curl -o /etc/nftables.conf https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/br-rtr/nftables.conf && dos2unix /etc/nftables.conf
nano /etc/nftables.conf
systemctl restart nftables && systemctl enable --now nftables && /etc/nftables.conf
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
21)ISP:
apt update && apt-get install -y nginx && systemctl start nginx && systemctl enable nginx && curl -o /etc/nginx/sites-available/default https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/reverse-proxy.conf && curl -o /etc/nginx/sites-available/reverse-proxy.conf https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/reverse-proxy.conf && dos2unix /etc/nginx/sites-available/default && dos2unix /etc/nginx/sites-available/reverse-proxy.conf
nano /etc/nginx/sites-available/reverse-proxy.conf
ln -s /etc/nginx/sites-available/default /etc/nginx/sites-enabled/ && ln -s /etc/nginx/sites-available/default/etc/nginx/sites-enabled/
nginx -t && systemctl enable --now nginx
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
22)HQ-CLI:
2026-03-10 08:36:18 +05:00
nano /etc/hosts
2026-03-03 10:15:11 +05:00
172.16.1.1 web.au-team.irpo
172.16.2.1 docker.au-team.irpo
192.168.100.2 hq-srv.au-team.irpo hq-srv
2026-03-10 08:36:18 +05:00
http://web.au-team.irpo/
http://docker.au-team.irpo/
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
23)ISP:
apt update && apt install -y apache2
2026-03-10 08:36:18 +05:00
!<21><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ISP!
nano /etc/nginx/sites-available/default
2026-03-03 10:15:11 +05:00
nginx -t && systemctl restart nginx
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
24)BR-SRV:
cp /mnt/Users.csv /opt/ && curl -o /opt/import_users.sh https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/import_users.sh && dos2unix /opt/import_users.sh && ls /opt
2026-03-10 08:36:18 +05:00
nano /opt/import_users.sh
2026-03-03 10:15:11 +05:00
chmod +x /opt/import_users.sh
2026-03-10 08:36:18 +05:00
!<21><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> BR-SRV!
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
25)HQ-SRV:
2026-03-10 08:36:18 +05:00
apt update && apt install -y openssl ca-certificates
mkdir -p /etc/pki/CA/{private,certs,newcerts,crl} && touch /etc/pki/CA/index.txt && echo 1000 > /etc/pki/CA/serial && chmod 700 /etc/pki/CA/private
2026-03-03 10:15:11 +05:00
openssl req -x509 -new -nodes -keyout /etc/pki/CA/private/ca.key -out /etc/pki/CA/certs/ca.crt -days 3650 -sha256 -subj "/CN=AU-TEAM Root CA" && openssl genrsa -out /etc/pki/CA/private/web.au-team.irpo.key 2048 && openssl req -new -key /etc/pki/CA/private/web.au-team.irpo.key -out /etc/pki/CA/web.au-team.irpo.csr -subj "/CN=web.au-team.irpo" && openssl genrsa -out /etc/pki/CA/private/docker.au-team.irpo.key 2048 && openssl req -new -key /etc/pki/CA/private/docker.au-team.irpo.key -out /etc/pki/CA/docker.au-team.irpo.csr -subj "/CN=docker.au-team.irpo"
curl -o /etc/ssl/openssl-ca.cnf https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/openssl-gost.cnf
nano /etc/ssl/openssl-ca.cnf
openssl ca -config /etc/ssl/openssl-ca.cnf -in /etc/pki/CA/web.au-team.irpo.csr -out /etc/pki/CA/certs/web.au-team.irpo.crt -extensions server_cert -days 30 -batch && openssl ca -config /etc/ssl/openssl-ca.cnf -in /etc/pki/CA/docker.au-team.irpo.csr -out /etc/pki/CA/certs/docker.au-team.irpo.crt -extensions server_cert -days 30 -batch
2026-03-10 08:36:18 +05:00
!<21><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> HQ-SRV!
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
26)HQ-CLI:
cp /mnt/nfs/ca.crt /etc/pki/ca-trust/source/anchors/ && update-ca-trust
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
27)HQ-SRV:
nano /etc/ssh/sshd_config
systemctl restart sshd
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
28)ISP:
2026-03-03 10:15:11 +05:00
curl -o /etc/nginx/sites-available/default https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/reverse-proxy-ssl.conf
mkdir -p /etc/nginx/ssl
scp -P 2026 root@172.16.1.2:/etc/pki/CA/certs/web.au-team.irpo.crt /etc/nginx/ssl/ && scp -P 2026 root@172.16.1.2:/etc/pki/CA/private/web.au-team.irpo.key /etc/nginx/ssl/ && scp -P 2026 root@172.16.1.2:/etc/pki/CA/certs/docker.au-team.irpo.crt /etc/nginx/ssl/ && scp -P 2026 root@172.16.1.2:/etc/pki/CA/private/docker.au-team.irpo.key /etc/nginx/ssl/
chown root:root /etc/nginx/ssl/* && chmod 600 /etc/nginx/ssl/*.key && nginx -t && systemctl reload nginx
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
29)HQ-CLI:
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
https://docker.au-team.irpo/
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
https://web.au-team.irpo/
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
30)HQ-RTR:
!<21><><EFBFBD><EFBFBD><EFBFBD>! <20><><EFBFBD><EFBFBD><EFBFBD> <20><> HQ-SRV <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ssh <20> <20><><EFBFBD><EFBFBD><EFBFBD> - nano /etc/ssh/sshd_config <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> - systemctl restart sshd!
2026-03-03 10:15:11 +05:00
apt update && apt install -y strongswan
nano /etc/ipsec.conf
conn gre-tunnel
auto=start
left=172.16.1.2
leftsubnet=0.0.0.0/0
leftprotoport=47
right=172.16.2.2
rightsubnet=0.0.0.0/0
rightprotoport=47
authby=secret
nano /etc/ipsec.secrets
172.16.1.2 172.16.2.2 : PSK <20>123qweR%<25>
nano /etc/strongswan.d/charon.conf
2026-03-10 08:36:18 +05:00
!"Ctrl" + "Shift" + "-" = 133!
2026-03-03 10:15:11 +05:00
ipsec restart
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
31)BR-RTR:
2026-03-03 10:15:11 +05:00
apt update && apt install -y strongswan
nano /etc/ipsec.conf
conn gre-tunnel
auto=start
left=172.16.2.2
leftsubnet=0.0.0.0/0
leftprotoport=47
right=172.16.1.2
rightsubnet=0.0.0.0/0
rightprotoport=47
authby=secret
nano /etc/ipsec.secrets
172.16.2.2 172.16.1.2 : PSK <20>123qweR%<25>
nano /etc/strongswan.d/charon.conf
2026-03-10 08:36:18 +05:00
!"Ctrl" + "Shift" + "-" = 133!
2026-03-03 10:15:11 +05:00
ipsec restart
2026-03-10 08:36:18 +05:00
apt update && apt install -y tcpdump
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
tcpdump -i ens18 -n -p esp
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
32)HQ-RTR:
ping 192.168.200.2
ipsec status
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
33)HQ-CLI:
ping 192.168.200.2
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
34)HQ-SRV:
2026-03-03 10:15:11 +05:00
apt update && apt install -y cups cups-pdf
2026-03-10 08:36:18 +05:00
systemctl enable --now cups
sudo cupsctl --share-printers --remote-any
systemctl restart cups
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
35)HQ-CLI:
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
apt-get update && apt-get install -y cups system-config-printer
nano /etc/hosts
192.168.100.2 hq-srv.au-team.irpo hq-srv
http://192.168.100.2:631/printers/PDF
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
36)HQ-SRV:
2026-03-03 10:15:11 +05:00
apt update && apt install -y rsyslog
nano /etc/rsyslog.conf
$template RemoteLogs, "/opt/%HOSTNAME%/rsyslog.txt"
*.* ?RemoteLogs
& stop
systemctl enable rsyslog && systemctl restart rsyslog
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
37)HQ-RTR:
2026-03-03 10:15:11 +05:00
apt update && apt install -y rsyslog
nano /etc/rsyslog.conf
module(load="imjournal")
*.* @@hq-srv.au-team.irpo:514
*.warning @@192.168.100.2:514
systemctl restart rsyslog
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
38)BR-RTR:
2026-03-03 10:15:11 +05:00
apt update && apt install -y rsyslog
nano /etc/rsyslog.conf
module(load="imjournal")
*.* @@hq-srv.au-team.irpo:514
*.warning @@192.168.100.2:514
systemctl restart rsyslog
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
39)BR-SRV:
2026-03-03 10:15:11 +05:00
apt update && apt install -y rsyslog
nano /etc/rsyslog.conf
module(load="imjournal")
*.warning @@192.168.100.2:514
systemctl enable rsyslog && systemctl restart rsyslog
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
40)HQ-SRV:
2026-03-03 10:15:11 +05:00
ls /opt/
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
41)BR-SRV:
2026-03-03 10:15:11 +05:00
logger -p user.info <20>Test info<66> && logger -p user.warning <20>Test warning<6E> && logger -p user.error <20>Test error<6F>
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
42)HQ-SRV:
2026-03-03 10:15:11 +05:00
sudo cat /opt/br-srv/rsyslog.txt
nano /etc/logrotate.d/rsyslog
/opt/*/rsyslog.txt {
weekly
minsize 10M
compress
missingok
notifempty
create 0644 root root
rotate 4
}
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
43)HQ-SRV:
2026-03-03 10:15:11 +05:00
wget https://repo.zabbix.com/zabbix/7.4/release/debian/pool/main/z/zabbix-release/zabbix-release_7.4-0.2+debian12_all.deb
sudo dpkg -i zabbix-release_7.4-0.2+debian12_all.deb
sudo apt update && sudo apt install -y zabbix-server-mysql zabbix-frontend-php zabbix-agent php php-mysql php-bcmath php-mbstring zabbix-sql-scripts zabbix-apache-conf mariadb-server
2026-03-10 08:36:18 +05:00
!<21><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> HQ-SRV!
2026-03-03 10:15:11 +05:00
zcat /usr/share/zabbix/sql-scripts/mysql/server.sql.gz | sudo mysql -u zabbix -p zabbix
sudo nano /etc/zabbix/zabbix_server.conf
2026-03-10 08:36:18 +05:00
!"Ctrl" + "Shift" + "-" = 100, 116, 124!
2026-03-03 10:15:11 +05:00
sudo systemctl enable --now zabbix-server
ln -s /usr/share/zabbix /var/www/html/mon
sudo nano /etc/php/8.2/apache2/php.ini
2026-03-10 08:36:18 +05:00
!"Ctrl" + "Shift" + "-" = 409, 419, 703!
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
curl -o /etc/apache2/sites-avaliable/zabbix.conf https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/zabbix.conf
systemctl restart apache2
2026-03-03 10:15:11 +05:00
nano /etc/apache2/sites-available/zabbix.conf
<VirtualHost *:80>
ServerName au-team.irpo
ServerAlias mon.au-team.irpo
DocumentRoot /var/www/html/zabbix/ui
Alias /zabbix /usr/share/zabbix/ui
<Directory "/usr/share/zabbix/ui">
AllowOverride All
Options -Indexes +FollowSymLinks
</Directory>
</VirtualHost>
2026-03-10 08:36:18 +05:00
sudo rm -rf /etc/apache2/sites-available/000-default.conf
2026-03-03 10:15:11 +05:00
ln -s /etc/apache2/sites-available/zabbix.conf /etc/apache2/sites-enabled/
sudo systemctl restart apache2
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
44)HQ-SRV:
2026-03-03 10:15:11 +05:00
!<21><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> IP-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> web <20> docker <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>!
nano /etc/dnsmasq.conf
host-record=web.au-team.irpo,172.16.1.2
host-record=docker.au-team.irpo,172.16.2.2
cname=mon.au-team.irpo,hq-srv.au-team.irpo
systemctl restart dnsmasq
2026-03-10 08:36:18 +05:00
HQ-CLI --> http://mon.au-team.irpo/zabbix
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
45)BR-SRV:
2026-03-03 10:15:11 +05:00
wget https://repo.zabbix.com/zabbix/7.4/release/debian/pool/main/z/zabbix-release/zabbix-release_7.4-0.2+debian12_all.deb
sudo dpkg -i zabbix-release_7.4-0.2+debian12_all.deb
sudo apt update && apt install -y zabbix-agent
nano /etc/zabbix/zabbix_agentd.conf
2026-03-10 08:36:18 +05:00
!"Ctrl" + "Shift" + "-" = 117 - Server=192.168.100.2!
!"Ctrl" + "Shift" + "-" = 173 - ServerActive=192.168.100.2!
!"Ctrl" + "Shift" + "-" = 184 - Hostname=br-srv
2026-03-03 10:15:11 +05:00
systemctl restart zabbix-agent.service
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
46)HQ-CLI:
Monitoring --> Hosts --> Create host
Host name=br-srv
Templates=Linux by Zabbix agent
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
Host groups=Linux servers, Zabbix servers
Add --> Agent --> IP address=192.168.200.2, DNS name=br-srv.au-team.irpo
Add
Dashboards --> Edit dashboard --> +Add
Type=Graph
host patterns --> Select --> Host group=Zabbix servers --> br-srv --> Select
item patterns --> Select --> Host=br-srv --> Available memory in %, Free swap space, Load average (1m avg) --> Select
Add
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
47)BR-SRV:
2026-03-03 10:15:11 +05:00
mkdir /etc/ansible/PC_INFO
2026-03-10 08:36:18 +05:00
curl -o /etc/ansible/inventory.yml https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/inventory.yml && dos2unix /etc/ansible/inventory.yml
2026-03-03 10:15:11 +05:00
nano /etc/ansible/inventory.yml
ansible-playbook /etc/ansible/inventory.yml
ls -la /etc/ansible/PC_INFO
cat /etc/ansible/PC_INFO/hq-cli.yml
cat /etc/ansible/PC_INFO/hq-srv.yml
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
48)BR-SRV:
2026-03-03 10:15:11 +05:00
mkdir /etc/ansible/NETWORK_INFO
curl -o /etc/ansible/backup.yml https://raw.githubusercontent.com/shiraorie/demo2026-1/main/files/backup.yml && dos2unix /etc/ansible/backup.yml
nano /etc/ansible/backup.yml
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
49)HQ-RTR <20> BR-RTR:
2026-03-03 10:15:11 +05:00
apt update && apt install -y sudo
2026-03-10 08:36:18 +05:00
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2026-03-03 10:15:11 +05:00
2026-03-10 08:36:18 +05:00
50)BR-SRV:
2026-03-03 10:15:11 +05:00
ansible-playbook /etc/ansible/backup.yml
ls -la /etc/ansible/NETWORK_INFO
ls -la /etc/ansible/NETWORK_INFO/HQ-RTR
ls -la /etc/ansible/NETWORK_INFO/BR-RTR
2026-03-10 08:36:18 +05:00
cat /etc/ansible/NETWORK_INFO/HQ-RTR/interfaces
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................