전체 글5 리눅스 설치 후 작업 ➢ Activate the web console with: systemctl enable --now cockpit.socket 메시지 없 애기.# rm -f /etc/issue.d/cockpit.issue# rm -f /etc/motd.d/cockpit ➢ virbr0 없애기# systemctl disable --now libvirtd# rm -f /etc/libvirt/qemu/networks/default.xml # rm -f /var/lib/libvirt/network/default.xml ➢ 방화벽 중지# systemctl disable --now firewalld.service # systemctl status firewalld.service ➢ SElinux 설정# grubby --update.. 2026. 6. 25. 리눅스 설치 방법 리눅스 설치 방법 모든 설정 완료후 설치진행 (설치 설정은 젤 위에 선택후 진행) 2026. 6. 25. 정보보안 수업 ip 어댑터 이더넷 물리적 주소는 16진수로 표기한다.물리적 주소는 수정 불가능함16진수 = 0 1 2 3 4 5 6 7 8 9 a b c d e f 10진수 = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 10진수를 16진수로 바꾸면0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 180 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 unicast * 1:1 통신 패킷* Sender(src)와 destination(dst)주소가 특정 node나 host의 주소인 경우 Broadcast* 1:n 통신* Destination 주소가 불특정 다수인 패킷이다.* FF:FF:FF:FF:FF:FF, ip 마지막.. 2026. 6. 25. 정보보안 수업 day-2 이더넷 설정할때 기본게이트웨이까지 입력해야 정상적으로 작동함 설정 안하면 인터넷 안됨. 2026. 6. 24. 이전 1 2 다음