2개의 NIC을 이용하여 본딩을 작성후 네트워크 서비스를 재기동하면 다음과 같은 경고가 발생할 경우가 있습니다. kernel: bonding: bond0: Warning: the permanent HWaddr of eth1 - xx:xx:xx:xx:xx:xx - is still in use by bond0. Set the HWaddr of eth1 to a different address to avoid conflicts. 예를들어 eth0와 eth1를 이용해서 bond0를 설정했을 경우, 위와 같은 경고가 발생할 수 있는데요, 이유는 eth0의 MAC 어드레스를 bond0가 이용하기 때문이랍니다. bond0 모듈은 네트워크 서비스가 정지할 때, SLAVE 디바이스를 eth0 -> eth1 순으로 정지를..