작업환경

OS macOS Mojave 10.14.5
CPU i7 2.5Ghz
RAM 16G

 

작업목표

SaltStack 테스트 환경 구축

- 1개의 마스터와 2개의 미니언의 핑 테스트 및 네트워크의 이해를 도모한다. 

 


1. Oracle VirtualBox 설치

https://www.virtualbox.org/wiki/Downloads

 

Downloads – Oracle VM VirtualBox

Download VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binaries By downloading, you agree to the terms and conditions of the respective license. If you're looking for the latest VirtualBox 5.2 packages, see Virt

www.virtualbox.org

2. CentOS7 다운로드

http://mirror.kakao.com/centos/7/isos/x86_64/

 

CentOS Mirror

 

mirror.kakao.com

 

 

3. 포트개방

//bash
# vi /etc/ssh/sshd_config

#Port 22 주석해제

방화벽해제

//bash
# firewall-cmd --permanent --zone=public --add-port=22/tcp

 

재부팅

//bash
# reboot

 

yum을 통한 네트워크 설치 

//bash
# yum install nano wget curl net-tools lsof bash-completion

 

네크워크 확인

//bash
# ifconfig

 

'Infrastructure' 카테고리의 다른 글

Network  (0) 2020.01.22
[Linux/Centos7] 자주쓰는 기본 명령어  (0) 2020.01.12
[Linux]CentOS7 콘솔 키보드 조작  (0) 2020.01.08
[Linux] CentOS7 디렉토리 역할  (2) 2020.01.08
[Linux] CentOS7 네트워크 설정하기  (0) 2020.01.07

+ Recent posts