Skip to content

CentOS 6 x86_64 시스템으로 서버로 쓰던 PC에 문제가 생겨서 하드디스크를 다른 PC로 옮겼다.

같은 계열의 CPU와 칩셋으로 부팅에 무난히 성공했으나,

같은 계열인 r8169 랜카드가 eth1 으로 잡힌다.

dmesg 에 읽어보니

udev: renamed network interface eth0 to eth1

문구가 나온다.

해결책은,

/etc/udev/rules.d/70-persistent-net.rules 파일을 변경한다.

# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key. 네임 키 부분만 변경 가능

# PCI device 0x10ec:0x8168 (r8169) (custom name provided by external tool)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:25:22:xx:xx:xx", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x10ec:0x8167 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1b:b9:xx:xx:xx", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"

====>

# PCI device 0x10ec:0x8168 (r8169) (custom name provided by external tool)
#(주석처리)SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:25:22:xx:xx:xx", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x10ec:0x8167 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1b:b9:xx:xx:xx", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0(번호변경)"

 
profile

일요일은 짜빠게뤼~ 먹는날~^^

엮인글 :
http://adminplay.com/100902/132/trackback
List of Articles
번호 제목 글쓴이 날짜 조회 수sort
87 vi(Visual) Editor 사용법 ADMINPLAY 2009-05-11 15339
» Centos 6.0 사용장비 교체후 eth0,1이 eth2,3으로 밀리거... ADMINPLAY 2012-05-29 15122
85 rsync 미러링 백업 ADMINPLAY 2009-05-17 14845
84 [linux][명령어 백그라운드 실행] ADMINPLAY 2015-05-20 14742
83 각종 데몬 이름 및 설명 ADMIN 2008-11-25 13782
82 linux bonding (네트워크 2개를 1개의 인터페이스로 구성) ADMINPLAY 2012-06-26 12454
81 squid.conf : Reverse Proxy ADMINPLAY 2012-04-13 11862
80 Linux 마우스 휠 방향 바꾸기 (mac 처럼 마우스 휠 바꾸기) ADMINPLAY 2014-02-27 11846
79 OS X 10.9 매버릭스의 기본 파일공유 프로토콜은 AFP가 아... ADMINPLAY 2014-03-04 11025
78 GSLB(Global Service Load Balancing) ADMINPLAY 2012-07-30 10892
77 rsync 를 이용하여 동기화 할때 특정 폴더 2개 이상 제외하기 ADMINPLAY 2012-05-09 10736
76 TaskSet 으로 Process의 사용 CPU를 지정해 보자! ADMINPLAY 2012-06-18 10221
75 FreeBSD 참고 명령문 ( H/W 정보 확인 방법) ADMINPLAY 2012-10-22 10191
74 스트리밍 서비스 위한 각 회사 와우자,어도비,마이크로 ... ADMINPLAY 2013-05-06 9888
73 Sample rate(샘플레이트)와 Bit rate (비트레이트) ADMINPLAY 2012-12-28 9716
72 파일비교 명령어 diff 사용법 ADMINPLAY 2013-05-03 9646
71 How to Enable EPEL Repository for RHEL/CentOS 6/5 ADMINPLAY 2014-06-13 9532
70 [CentOS] sshfs - 리눅스 윈도우간 데이터 전송을 편리하게 file ADMINPLAY 2014-09-21 9422
69 Adaptec 컨트롤러 StorMan 에러 및 각종 확인 방법 ADMINPLAY 2013-06-12 8986
68 Bigbluebutton Installation Ubuntu ADMINPLAY 2013-04-11 8960

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234