[완료] ethnet interface 이름을 바꾸려면 어떻게 할 수 있을까요?

hyper9의 이미지

예를 들어, PC에 ethernet card를 4개를 설치합니다.
그러고 보면, eth0 ~ eth3까지 default로 이름이 할당
되어 버릴 것 같은데, 이걸 나중에 자기가 원하는 대로도 바꿀
수 있지 않을까 해서요.

예를 들면,,eth0, eth1, eth2, eth3 이렇게 되어 있는 것을
eth3, eth2, eth1, eth0으로 바꾼다거나...

암튼 특정한 Hardware에 OS가 부여한 (표현이 맞나요?)
이러한 index를 추후의 어떤 필요에 의해 바꾸려면 어떻게
하는지 궁금해서 질문 드립니다.

그럼 조언 부탁드립니다.

ganadist의 이미지

ip주소는 일부러 가렸습니다.

# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:1B:B9:EC:F8:47  
          inet addr:xx.xxx.xx.xx  Bcast:xx.xxx.xx.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:48742751 errors:0 dropped:0 overruns:0 frame:0
          TX packets:31344938 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3798512477 (3622.5 Mb)  TX bytes:3421563416 (3263.0 Mb)
          Interrupt:20 Base address:0x6c00 
# ifconfig eth0 down
 
# ifrename -i eth0 -n eth1
eth1
 
# ifconfig eth1 up
 
# ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:1B:B9:EC:F8:47  
          inet addr:xx.xxx.xx.xx  Bcast:xx.xxx.xx.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:48743049 errors:0 dropped:0 overruns:0 frame:0
          TX packets:31345094 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3798569107 (3622.5 Mb)  TX bytes:3421577248 (3263.0 Mb)
          Interrupt:20 Base address:0x6c00 

----
데스크탑 프로그래머를 꿈꾸는 임베디드 삽질러

----
데스크탑 프로그래머를 꿈꾸는 임베디드 삽질러

eunjea의 이미지

udev 에서 바꿔줘도 됩니다.

예: (NAME="eth0"를 수정해주면 되겠죠).

$ cat /etc/udev/rules.d/70-persistent-net.rules
# PCI device 0x10ec:0x8168 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1a:4d:9c:fe:ea", ATTR{type}=="1", NAME="eth0"

--
/~eunjea

hyper9의 이미지

/etc/udev/rules.d아래에 60-net.rules라는 file이 있고
이 file의 내용은 아래와 같은데요 ..

ACTION=="add", SUBSYSTEM=="net", IMPORT{program}="/lib/udev/rename_device"
SUBSYSTEM=="net", RUN+="/etc/sysconfig/network-scripts/net.hotplug"

이 file을 위에 처럼 수정하면 될까요?
해보기전에 질문 먼저 드렸습니다...
조언 부탁드릴게요.

저도 변경해보고 결과를 올려보겠습니다.

hyper9의 이미지

전혀 영향이 없는데요,
이전에 바꾸기 전과 동일하게 동작하네요 ㅜㅜ

mirr의 이미지

위에 있는 대로는 적용이 안되길레 바꿔봤습니다..
참고로 RHEL 5입니다.

KERNEL=="eth*", SYSFS{address}=="Mac Address", NAME=="eth0"
KERNEL=="eth*", SYSFS{address}=="Mac Address", NAME=="eth1"

위에서 SYSFS{address} 의 값과 Name의 값만 바꿔주면 됩니다.

-----------------------------------

내 마음속의 악마가 자꾸만 나를 부추겨.
늘 해왔던 것에 만족하지 말고 뭔가 불가능해 보이는 것을 하라고 말야.

내 마음속의 악마가 자꾸만 나를 부추겨.
늘 해왔던 것에 만족하지 말고 뭔가 불가능해 보이는 것을 하라고 말야.

hyper9의 이미지

{address}에 address를 실제 Mac address 로 바꾸면 되는 것으로
이해하면 되나요?

전 Fedora 7인데 비슷하게 동작하면 좋겠네요

곧 해보고 결과 알려드릴게요 ^^

glimpsovstar의 이미지

보통 맥만 ifcfg-eth*에 하시면 되는데요~

리눅스 만세~

리눅스 만세~

hyper9의 이미지

감사합니다..

시험해 봤는데,,잘 되네요 ^^

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.