728x90
반응형
/etc/sysconfig/network-scripts/ifcfg-eth0
자동 IP인 경우
BOOTPROTO=dhcp
ONBOOT=yes
또는 IP가 유동 또는 고정 IP인 경우
BOOTPROTO=static
ONBOOT=yes
IPADDR=192.
GATEWAY=192.168.0.1
NETMASK=255.255.255.0
DNS1=
DNS2=
네트웍 서비스 재시작
$ service network restart
필수 패키지 설치
$ yum install -y bind-utils
$ yum install -y vim
$ yum install -y ntsysv
$ yum install -y system-config-firewall-tui
$ yum install -y system-config-network
X Window 설치
yum groupinstall "X Window System" "GNOME Desktop" "Fonts" "Korean Support"
X Windows 실행
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
재부팅
reboot
자동 IP인 경우
BOOTPROTO=dhcp
ONBOOT=yes
또는 IP가 유동 또는 고정 IP인 경우
BOOTPROTO=static
ONBOOT=yes
IPADDR=192.
GATEWAY=192.168.0.1
NETMASK=255.255.255.0
DNS1=
DNS2=
네트웍 서비스 재시작
$ service network restart
필수 패키지 설치
$ yum install -y bind-utils
$ yum install -y vim
$ yum install -y ntsysv
$ yum install -y system-config-firewall-tui
$ yum install -y system-config-network
X Window 설치
yum groupinstall "X Window System" "GNOME Desktop" "Fonts" "Korean Support"
X Windows 실행
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
재부팅
reboot