ftp://ftp.tux.org/people/alan-cox/BRCFG.tgz
BRCFG´Â http ¿¡¼µµ ±¸ÇÒ¼ö ÀÖ´Ù.
      
  
http://coledd.com/networking/bridge//etc/lilo.conf¿¡ ´ÙÀ½°ú °°ÀÌ Ãß°¡Ç϶ó. ±×¸®°í lilo¸¦ Àç½ÇÇà½ÃÄѶó. 
append = "ether=0,0,eth1"
append = "ether=0,0,eth1 ether=0,0,eth2"
        
linux ether=0,0,eth1
linux ether=0,0,eth1 ether=0,0,eth2
BRIDGINGÀÌ °¡´ÉÇϵµ·Ï Ä¿³ÎÀ» ÀçÄÄÆÄÀÏÇÏ¿©¶ó. 
/etc/sysconfig/network-scripts/ (for a RedHat system)·Î À̵¿Ç϶ó. ±×¸®°í ifcfg-lo0¸¦ ifcfg-eth0 ¿Í ifcfg-eth1·Î º¹»çÇ϶ó. 2°³ÀÇ ÆÄÀϾÈÀÇ "DEVICE=lo"' À» "DEVICE=eth0" ¿Í "DEVICE=eth1"·Î º¯°æÇ϶ó. ´Ù¸¥ ¹èÆ÷ÆÇ¿¡ µû¶ó ¾à°£ ´Ù¸¦¼ö ÀÖ´Ù. ÇÏÁö¸¸ Å©°Ô ´Ù¸£Áö ¾ÊÀ¸´Ï ¼³Á¤¿¡ ¾î·Á¿òÀ» ¾øÀ» °ÍÀÌ´Ù. 2°³ÀÌ»óÀÇ ÀÌ´õ³ÝÀåÄ¡°¡ ÀÖ´Ù¸é ¾Õ¿¡¼ ¾ð±ÞÇÑ ¹Ù¿Í °°ÀÌ ¼³Á¤ÇÏ¸é µÈ´Ù. 
ifconfig eth0 promisc ; ifconfig eth1 promisc
brcfg ÇÁ·Î±×·¥ÀÌ »ç¿ë°¡´ÉÇϵµ·Ï enable ½ÃŲ´Ù. 
brcfg -ena
tcpdump -i eth0      (in one window)
tcpdump -i eth1      (in another window)
tcpdump·Î bridge °¡ ¼¼±×¸ÕÆ®¸¦ Á¤È®È÷ ºÐ·ùÇÏ´Â È®ÀÎÇ϶ó.