33일차
[R1] config t interface fastethernet0/0 ip address 100.100.100.254 255.255.255.0 no shutdown exit interface serial1/0 ip address 1.1.1.1 255.255.255.252 no shutdown exit router rip version 2 network 100.100.100.0 network 1.1.1.0 [R2] config t interface fastethernet0/0 ip address 125.246.95.254 255.255.255.0 no shutdown exit interface serial1/0 ip address 1.1.1.2 255.255.255.252 no shutdown exit router rip version 2 network 125.246.95.0 network 1.1.1.0 [Switch] conf t monitor session 1 source interface fastethernet 1/0 - 14 monitor session 1 destination interface fastethernet 1/15 end show monitor session 1 깨끗한 우분투 서버에 splunk 설치 NAT 설치 후 > 192.168.56.103 splunk-9.4.0-6b4ebe426ca6-linux-amd64.tgz tar -xzvf splunk-9.4.0-6b4ebe426ca6-linux-amd64.tgz chown -R master:master splunk cd splunk cd bin ./splunk start 192.168.0.205 8089 192.168.0.205 9997 http://192.168.0.205:8000 netstat -ant | find "9997" cd /home/master/splunk/etc/system/local server.conf [diskUsage] minFreeSpace=50 [queue] maxSize=1024MB 디스크 용량 문제 sudo fdisk /dev/sdb Command (m for help): n Partition type p primary (default) Command (m for help): w sudo mkfs.ext4 /dev/sdb1 sudo mkdir /mnt/newdisk sudo mount /dev/sdb1 /mnt/newdisk df -h cd /mnt/newdisk PC105\manager