CENTOS 맥주소 및 NIC UUID gen
OS/Linux2018. 4. 11. 17:37
네트워크 설정-
[root@localhost ~]# rm /etc/sysconfig/network-scripts/ifcfg-eth0
[root@localhost ~]# rm /etc/udev/rules.d/70-persistent-net.rules
[root@localhost ~]# service network restart
[root@localhost ~]# uuidgen
[root@localhost ~]# ifconfig
[root@localhost ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0
-> insert(press) ->
DEVICE=eth0 HWADDR=맥주소 TYPE=Ethernet UUID=nic uuid NETWORK=192.222.222.222 NETMASK=255.255.255.0 IPADDR=192.168.126.1 ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=no |
'OS > Linux' 카테고리의 다른 글
Git 명령어들 (0) | 2018.07.15 |
---|---|
버추얼박스 + CentOS 네트워크 설정 (0) | 2018.04.14 |
CentOS GIT 서버 구축 (0) | 2018.03.28 |
centos 기본 내장 mariadb 삭제 하고 mysql 5.6 설치 (Transaction Check Error: 해결법) (0) | 2018.03.25 |
centos 6.9 최소 설치 후 환경설정 (0) | 2017.10.03 |