Linux 에서 IP를 자동 할당 방기 위해서는 아래의 파일을 수정하여야 한다.
[root@localhost network-scripts]# pwd /etc/sysconfig/network-scripts [root@localhost network-scripts]# vi ifcfg-eth0 |
ifcfg-eth0 의 내용 수정
DEVICE=eth0 HWADDR=00:0C:29:BF:13:D8 TYPE=Ethernet UUID=90f61bd8-9fd8-4eaf-afaa-6d81b767e33c ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=dhcp |
srvice network restart