728x90
반응형
1. 구분
- DVD ISO 파일
- Everything ISO
- Minimal ISO
2. 네트워크 설정
- vi /etc/sysconfig/network-scripts/ifcfg-enpXXX -> ONBOOT=YES, gateway, dns, ...
- systemctl restart network or service network-manager restart
- ip addr
3. 네트워크 관련 설치
- yum -y install net-tools bind-tools nmap
4. 시간 동기화
- yum -y install rdate
- rdate -s time.bora.net
- timedatectl set-ntp y
- date
4. 유저 생성
- adduser -m -u 10001 hwan
- passwd hwan
5. ssh 설정
- yum -y install openssh-server openssh-clients openssh-askpass
- vi /etc/ssh/sshd_config
- PermitRootLogin no
- MaxAuthTries 3
- MaxSessions 5
- service sshd start
- service sshd status
7. iptables 설정
- yum -y install iptables-services
- systemctl enable iptables
- systemctl start iptables
- iptables -nL
- iptables -A INPUT -d tcp --dport port -j ACCEPT
728x90
반응형
'Computer Science > Server & Network' 카테고리의 다른 글
[서버] Django 홈 서버 구축하기 (0) | 2022.03.17 |
---|---|
[프로토콜] FTP (0) | 2022.03.11 |
[서버] MariaDB 서버 구축 - 작성 중 (0) | 2022.03.09 |
[라즈베리파이] 라즈비안 img 설치 (2022년 2월) (0) | 2022.02.20 |
[라즈베리 파이] 라즈비안 OS 설치하기 (0) | 2017.06.17 |
[아두이노] WIFI 모듈 (esp8266) (0) | 2016.12.24 |
댓글