메뉴 닫기

이더넷(ethernet) 이름 변경하기

이더넷이름을 변경하고싶거나

리부팅후 이더넷이름이 바뀌어 있다면 (예 eth3 eth2)

현재 사용중인 이더넷을 확인하는 명령어는 ip link  명령어로 확인이 가능하다

# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 08:00:27:2c:f7:bb brd ff:ff:ff:ff:ff:ff

 

아래 파일을 열어 확인해본다.

vi /etc/udev/rules.d/70-persistent-net.rules

# PCI device 0x8086:0x10bd (e1000e)    

SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{address}==”00:15:17:27:34:95″, ATTR{type}==”1″, KERNEL==”eth*”, NAME=”eth0″

# PCI device 0x8086:0x1076 (e1000)

SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{address}==”00:15:17:27:34:93″, ATTR{type}==”1″, KERNEL==”eth*”, NAME=”eth1″

ATTR{address}== 이부분이 맥주소

NAME= 원하는 이더넷 이름을써줌

다음은 기존 eth 파일안의 맥주소를 확인해야한다. 

/etc/sysconfig/network-script/ifcfg-eth0

HWADDR=00:15:17:27:34:95  <<이부분이 맥주소를 위내용과 같이 수정해준다. 해당 부분 주석 처리시에는 따로 맥주소를 변경해주지 않아도된다

[polldaddy rating=”7739789″]

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x