본딩했을 때 맥어드레스 질문

안녕하세요?
bond-mode 를 active-backup 으로 하고
본딩을 잡았는데…
처음에 할 당시에는 미처 확인을 하지 못하여 처음에 어땠는지 기억이 나지 않는데,
현재 보면
두개의 NIC의 맥 주소가 동일하게 나옵니다.
레드햇 계열에서는 본딩을 해도 다르게 나와서, 두 NIC의 맥어드레스를 알아야 하는데 답답하네요;;

아래는 interfaces 파일 내용입니다.

[code:3asclkcp]
auto eth1
iface eth1 inet manual
bond-master bond0

#eth3 ditto, thus creating a 2-link bond.
auto eth3
iface eth3 inet manual
bond-master bond0

#bond0 is the bonded NIC and can be used like any other normal NIC.
#bond0 is configured using static network information.
auto bond0
iface bond0 inet static
address xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx
netmask 255.255.255.0

bond-mode active-backup
bond-miimon 100
bond-slaves none
[/code:3asclkcp]

그리고 ifconfig를 치면 bond0 , eth1, eth3 세개의 맥주소가 모두 동일하게 나옵니다.
(active랑은 당연히 맥어드레스가 동일해야 하는데 왜 세개가 동일한지 이해가 되지 않습니다.)

실제 맥주소를 어떻게 알아야 하나요?
우분투는 뭔가 매커니즘이 다른지,

centos vs ubuntu bonding 인터페이스 mac address 결정 방식에 차이가 있네요.

https://www.kernel.org/doc/Documentatio ... onding.txt
  • fail_over_mac 설명 참고

궁금해하시는 실제 mac 주소는 /proc/net/bonding/bond0 나
/etc/udev/rules.d/70-persistent-net.rules 파일에서 확인 가능하십니다.