./categories/os
VM 고정 IP (ifcfg-eth0)
VirtualBox 등: 어댑터 브릿지.
service network stop
vi /etc/sysconfig/network-scripts/ifcfg-eth0
BOOTPROTO=static
ONBOOT=yes
IPADDR=192.168.1.39
NETMASK=255.255.255.0
GATEWAY=192.168.1.254
DNS1=8.8.8.8
service network restart
ping -c 2 8.8.8.8
ip a
./comments