Centos NIC / IP 활성화 방법
1. Centos NIC / IP 활성화 방법 [확인 방법] - #ip addr . lo - localhost ==> 컴퓨터 네트워크에서 사용하는 루프백 호스트명 , 즉 내 PC를 의미한다. . enp*s* ==> 실제 네트워크 NIC 정보 [설정 방법] 1. cd /etc/sysconfig/network-scripts 2. #vi ifcfg enp*s* 2-1. ONBOOT=no -> yes ==> 변경 후 저장/종료 2-2. BOOTPROTO=dhcp ==> no(Static)로 설정되어 있을경우 dhcp 설정 3. #systemctl restart network ==> 네트워크 재시동 4. #ip addr ==>enp*s* 활성화 확인 2. net-tools 설치 - ifconfig, netstat..