// public interface : eth6 => eth7, ip : 192.168.0.0 => 192.168.1.0// private interface : eth 5 => eth6, ip : 168.10.0.0 => 168.10.1.0// 01. oifcfg ocr에 interface 이름 변경// 확인# oifcfg getifeth5 168.10.0.0 global cluster_interconnecteth6 192.168.0.0 global public// 변경// public , 필요시 ip 대역도 변경# oifcfg setif -global eth7/192.168.1.0:public// private , 필요시 ip 대역도 변경# oifcfg setif -global eth6/16..