Centos 에서 네트워크 카드 Mac 주 소 를 보고 수정 합 니 다.

원본 링크:http://www.cnblogs.com/webnote/p/5748307.html
linux / Centos 에서 네트워크 카드 Mac 주 소 를 보고 명령 을 입력 하 십시오:
#ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:e4:56:2E:D8:20
00: e4: 56: 2E: D8: 20 은 바로 당신 의 MAC 주소 입 니 다.
 
linux / Centos 에서 루트 권한 으로 MAC 주 소 를 임시로 수정 합 니 다:
1) 폐 망 카드 장치
  /sbin/ifconfig eth0 down
2) MAC 주소 수정
/ sbin / ifconfig eth 0 hw ether MAC 주소
3) 네트워크 카드 재 부팅
  /sbin/ifconfig eth0 up
4) 수정 사항 이 적용 되 는 지 확인 하기:
ifconfig eth0 | grep HWaddr
메모: 상기 수 정 된 MAC 주 소 는 일시 적 입 니 다. 시스템 이 다시 시작 되면 시스템 은 원래 의 물리 적 MAC 주 소 를 복원 합 니 다.
 
Linux / Centos 에서 네트워크 카드 MAC 주 소 를 영구적 으로 수정 하 는 방법
 
인터넷 에는 Liux 에서 MAC 주 소 를 수정 하 는 방법 이 많 습 니 다. 테스트 를 통 해 최종 해결 방법 은 다음 과 같 습 니 다.
오류 1:
\ # ifconfig eth 0 down / * eth 0 네트워크 카드 를 금지 합 니 다. 여 기 는 eth 0 네트워크 카드 를 예 로 들 면 * /
\ # ifconfig eth 0 hw ether 00: AA: BB: CC: DD: EE / * eth 0 네트워크 카드 의 MAC 주소 수정 * /
#ifconfig eth0 up   /*eth 0 네트워크 카드 다시 시작 * /
호스트 를 다시 시작 합 니 다.
결론: 이런 방법 으로 MAC 주 소 를 수정 하고 호스트 시스템 을 다시 시작 하면 MAC 주 소 는 자동 으로 복 원 됩 니 다.
오류 2:
#ifconfig eth0 down
#cd /etc/sysconfig/network-scripts
#vi ifcfg-eth0
"HWADDR = xx: xx: xx: xx: xx: xx: xx: xx: xx" 수정
#ifconfig eth0 up
#service network start
결론: 이런 방법 으로 MAC 주 소 를 수정 하면 네트워크 를 사용 할 수 없습니다. 다음 과 같은 알림 이 나타 납 니 다.
“Bringing up interface eth0: Device eth0 has different MAC address than expected,ignoring.”
 
linux / Centos 환경 에서 수 정 된 MAC 주 소 를 영구적 으로 저장 하 는 정확 한 절 차 는 다음 과 같 습 니 다.
#ifconfig eth0 down
#cd /etc/sysconfig/network-scripts
#vi ifcfg-eth0
"HWADDR = xx: xx: xx: xx: xx: xx: xx: xx: xx" 를 "MACADR = xx: xx: xx: xx: xx: xx: xx: xx" 로 수정 합 니 다.
#ifconfig eth0 up
#service network start
주의: 키워드 HWADDR 과 MACADR 는 차이 가 있 습 니 다.
 
마지막 으로 ifconfig 명령 형식 을 첨부 합 니 다:  ifconfig --help   Usage:    ifconfig [-a] [-v] [-s] [[]
]
   [add
[/]]
   [del
[/]]
   [[-]broadcast [
]]  [[-]pointopoint [
]]
   [netmask
]  [dstaddr
]  [tunnel
]
   [outfill ] [keepalive ]    [hw
]  [metric ]  [mtu ]
   [[-]trailers]  [[-]arp]  [[-]allmulti]    [multicast]  [[-]promisc]    [mem_start ]  [io_addr ]  [irq ]  [media ]    [txqueuelen ]    [[-]dynamic]    [up|down] ...    =Hardware Type.    List of possible hardware types:      loop (Local Loopback) slip (Serial Line IP) cslip (VJ Serial Line IP)      slip6 (6-bit Serial Line IP) cslip6 (VJ 6-bit Serial Line IP) adaptive (Adaptive Serial Line IP)      strip (Metricom Starmode IP) ash (Ash) ether (Ethernet)      tr (16/4 Mbps Token Ring) tr (16/4 Mbps Token Ring (New)) ax25 (AMPR AX.25)      netrom (AMPR NET/ROM) rose (AMPR ROSE) tunnel (IPIP Tunnel)      ppp (Point-to-Point Protocol) hdlc ((Cisco)-HDLC) lapb (LAPB)      arcnet (ARCnet) dlci (Frame Relay DLCI) frad (Frame Relay Access Device)      sit (IPv6-in-IPv4) fddi (Fiber Distributed Data Interface) hippi (HIPPI)      irda (IrLAP) ec (Econet) x25 (generic X.25)      infiniband (InfiniBand)    =Address family. Default: inet    List of possible address families:      unix (UNIX Domain) inet (DARPA Internet) inet6 (IPv6)      ax25 (AMPR AX.25) netrom (AMPR NET/ROM) rose (AMPR ROSE)      ipx (Novell IPX) ddp (Appletalk DDP) ec (Econet)      ash (Ash) x25 (CCITT X.25)
 
다음으로 전송:https://www.cnblogs.com/webnote/p/5748307.html

좋은 웹페이지 즐겨찾기