Linux
-
Linux BondingComputer/Network 2010. 9. 17. 15:39
BotHunter가 interface 1개만 감시할 수 있어서 두 개 interface를 동시에 감시하기 위하여 bonding을 했다. eth4와 eth5에 monitoring tap을 통한 트래픽이 오고 있는 상태였고 promisc 설정이 되어 있었다. /etc/sysconfig/network-scripts 에 있는 ifcfg-eth4와 ifcfg-eth5를 수정 ifcfg-bond0 만들고 /etc/modprobe.conf 를 수정하는 스크립트를 고맙게도 누가 만들어놔서 적절히 사용했다. #!/bin/bash set -x # 1: Create a bond0 configuration file touch /etc/sysconfig/network-scripts/ifcfg-bond0 echo “DEVICE=..