수요일, 12월 06, 2006

브릿지(bridge) 설정하기

구성

voip폰 <----------------->(eth0) linux[bridge](eth1) <-------------------------->스위치 허브 <------ 크로스케이블 utp 케이블 [예제] configure a network interface
$ ifconfig eth0 0.0.0.0 promisc up
$ ifconfig eth1 0.0.0.0 promisc up

Creating a bridge device

$brctl addbr voipbr

Adding devices to a bridge
$brctl addif voipbr eth0
$brctl addif voipbr eth1

$ifconfig voipbr up


자세한 정보는 다음 사이트를 참조
http://linux-net.osdl.org/index.php/Bridge

댓글 없음: