728x90
반응형
1. 인터페이스 이름 (eth0로) 변경
- vi /etc/default/grub
- 6 GRUB_CMDLINE_LINUX라인 맨 뒤에 net.ifname=0 추가
- grub2-mkconfig -o /boot/grub2/grub.cfg
- reboot
방화벽 및 selinux 해제
- iptables -F
- iptables -F -t nat
- systemctl stop firewalld
- systemctl disable firewalld
- vi /etc/selinux.config
- 22 SELINUX=disabled
- 22 SELINUX=disabled
프로그램(서비스데몬) 설치
- FTPD(vsftpd)
- dnf install -y vsftpd
- systemctl start vsftpd
- SSHD
- dnf install -y sshd
- systemctl start sshd
- TELNETD
- dnf install -y telnet-server
- systemctl start telnet.socket
- HTTPD
- dnf install -y httpd
- systemctl start httpd
반응형
'보안 기초 > 시스템 보안' 카테고리의 다른 글
명령어 정리 (0) | 2021.10.12 |
---|---|
IPv4 주소 체계 (0) | 2021.10.08 |
traceroute (0) | 2021.10.01 |
네트워크 및 프로토콜 (0) | 2021.09.27 |