CentOS7 초기 설정# Operation System/Linux2019. 1. 6. 13:54
Table of Contents
728x90
반응형
CentOS7버전을 최소설치하고나면
ifconfig명령어를 쓸수가 없다 ㅠ
이럴때는 아래와 같이 net-tools를 설치하면 해결됩니다.
# yum install net-tools
7버전때부터는 기본방화벽이 firewall으로 되어있습니다.
아직 익숙치 않기때문에 iptables으로 변경할라면 아래와 같이 진행하면됩니다.
firewall서비스 중지
# systemctl stop firewalld.service
부팅시 자동으로 실행되지 않게하기
# systemctl mask firewalld.service
iptables 설치 및 실행
# yum -y install iptables-services
# systemctl start iptables.service
부팅시 자동실행
#systemctl enable iptables.service
/etc/selinux/config파일을 열어 아래와 같이 selinux를 비활성화시켜줍니다.
SELINUX=disabled
728x90
반응형
'# Operation System > Linux' 카테고리의 다른 글
LetsEncrypt - 무료 와일드카드ssl인증서 발급 (0) | 2019.01.09 |
---|---|
LetsEncrypt - 무료ssl인증서 발급 (0) | 2019.01.06 |
[모니터링툴]자빅스 3.5 설치 (0) | 2018.08.02 |
CentOS 시스템 서비스 A-Z 설명 (0) | 2017.04.21 |
ntp 4.2.8p9 소스 컴파일 설치 (0) | 2016.12.01 |
@다크쉐라빔 :: 다크쉐라빔의 주절주절
안녕하세요. 이곳은 IT위주의 잡다한 정보를 올려두는 개인 블로그입니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!