<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://oscc.kr/pcwiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
		<id>http://oscc.kr/pcwiki/index.php?action=history&amp;feed=atom&amp;title=Ifcfg</id>
		<title>Ifcfg - 편집 역사</title>
		<link rel="self" type="application/atom+xml" href="http://oscc.kr/pcwiki/index.php?action=history&amp;feed=atom&amp;title=Ifcfg"/>
		<link rel="alternate" type="text/html" href="http://oscc.kr/pcwiki/index.php?title=Ifcfg&amp;action=history"/>
		<updated>2026-04-08T14:01:23Z</updated>
		<subtitle>이 문서의 편집 역사</subtitle>
		<generator>MediaWiki 1.18.6</generator>

	<entry>
		<id>http://oscc.kr/pcwiki/index.php?title=Ifcfg&amp;diff=688&amp;oldid=prev</id>
		<title>Pc1412: 새 문서: '''Linux 에서 네트워크 카드 UUID 를 보는 또 다른 방법'''  * [http://liaoronghui.com/linux-view-network-adapter-uuid-other-law.html 다음으로 이동]  서버컴퓨...</title>
		<link rel="alternate" type="text/html" href="http://oscc.kr/pcwiki/index.php?title=Ifcfg&amp;diff=688&amp;oldid=prev"/>
				<updated>2022-09-24T08:14:41Z</updated>
		
		<summary type="html">&lt;p&gt;새 문서: &amp;#039;&amp;#039;&amp;#039;Linux 에서 네트워크 카드 UUID 를 보는 또 다른 방법&amp;#039;&amp;#039;&amp;#039;  * [http://liaoronghui.com/linux-view-network-adapter-uuid-other-law.html 다음으로 이동]  서버컴퓨...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Linux 에서 네트워크 카드 UUID 를 보는 또 다른 방법'''&lt;br /&gt;
&lt;br /&gt;
* [http://liaoronghui.com/linux-view-network-adapter-uuid-other-law.html 다음으로 이동]&lt;br /&gt;
&lt;br /&gt;
서버컴퓨터의 메인보드나 lan 카드를 완전히 교체하였을 때, 데비안에서는 간단하게 설정할수 있지만 CentOS는 좀 다르다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/etc/sysconfig/network-scripts/ifcfg-eth0 (이 파일을 통해 UUID 를 볼 수 있음)을 '''삭제'''하거나 '''손상'''시킬때가 있습니다. ifcfg-eth0 파일을 다시 편집할 때 네트워크 카드의 UUID가 무엇인지 모릅니다(물론 쓰지 않아도 됩니다. 하지만 dhclient 명령어가 작동 잘 안될 때가 많음.) 그러면 네트워크 카드의 UUID를 볼 수 있는 방법이 있습니까? 여기서 우리가 사용하는 방법은 nmcli 명령으로 보는것 입니다. 방법은 다음과 같습니다.)&lt;br /&gt;
&lt;br /&gt;
1. 우선 nmcli가 어떤 패키지를 통해 제공하는지 확인합니다.&lt;br /&gt;
 [root@huis ~]# yum provides &amp;quot;*/nmcli&amp;quot;&lt;br /&gt;
 Loaded plugins：fastestmirror, security&lt;br /&gt;
 Loading mirror speeds from cached hostfile&lt;br /&gt;
  * base: mirrors.cug.edu.cn&lt;br /&gt;
  * extras: mirrors.cug.edu.cn&lt;br /&gt;
  * updates: centos.ustc.edu.cn&lt;br /&gt;
 1:NetworkManager-0.8.1-75.el6.i686 : Network connection manager and&lt;br /&gt;
                                    : user applications&lt;br /&gt;
 Repo        : base&lt;br /&gt;
 Matched from:&lt;br /&gt;
 Filename    : /usr/bin/nmcli&lt;br /&gt;
&lt;br /&gt;
2. 위의 결과를 통해 nmcli를 볼수 있습니다. 그 다음에 NetworkManager 라는 패키지를 설치합니다.&lt;br /&gt;
 [root@huis ~]# yum -y install NetworkManager&lt;br /&gt;
&lt;br /&gt;
3. NetworkManager 서비스 시작&lt;br /&gt;
 [root@huis ~]# service NetworkManager start&lt;br /&gt;
 Setting network parameters...                      [  OK  ]&lt;br /&gt;
 Starting NetworkManager daemon:                    [  OK  ]&lt;br /&gt;
&lt;br /&gt;
4. 네트워크 카드 UUID 보기&lt;br /&gt;
 [root@huis ~]# nmcli con | sed -n '1,2p'&lt;br /&gt;
 NAME                   UUID                                   TYPE              SCOPE      TIMESTAMP-REAL                   &lt;br /&gt;
 System eth0            c1021d28-7238-4f26-8e92-4aea5d607cab   802-3-ethernet    system     Mon 08 Dec 2014 12:49:14 PM CST&lt;br /&gt;
&lt;br /&gt;
5. /etc/sysconfig/network-scripts/ifcfg-eth0 의 UUID 값과 같은지 확인합니다.&lt;br /&gt;
 [root@huis ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 | grep UUID&lt;br /&gt;
 UUID=c1021d28-7238-4f26-8e92-4aea5d607cab&lt;br /&gt;
&lt;br /&gt;
6. ifconfig 을 실행하여 mac 어드레스와 같은지 확인후, UUID와 mac어드레스를 일치시키는 작업을 하면 완료.&lt;br /&gt;
&lt;br /&gt;
* [https://intrepidgeeks.com/tutorial/another-way-to-view-uid-on-linux-network-card 출처]&lt;/div&gt;</summary>
		<author><name>Pc1412</name></author>	</entry>

	</feed>