다음 이전 차례

4. 설정하기

[ artsilly@ee artsilly]# ifconfig -a 위 명령행을 통해서 다음과 비슷한 내용을 볼 수 있을 것이다.

  eth0      Link encap:10Mbps Ethernet  HWaddr 00:C0:4F:D3:C4:62
            inet addr:183.217.19.43  Bcast:183.217.19.255  Mask:255.255.255.0
            UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
            RX packets:2875542 errors:0 dropped:0 overruns:0
            TX packets:218647 errors:0 dropped:0 overruns:0
            Interrupt:11 Base address:0x210
  
만일 3번째 라인에 있는 MULTICAST라는 단어가 보이지 않는다면 3절에서 언급한 커 널 설정을 해주어야 한다. MULTICAST가 되고 있는 커널이라면 다음의 명령을 통해 아래와 비슷한 내용이 나와야 한다.

[ artsilly@ee artsilly]# netstat -rn

  Kernel routing table
  Destination     Gateway         Genmask         Flags Metric Ref Use    Iface
  255.255.255.255 0.0.0.0         255.255.255.255 UH    0      0      101 eth0
이 내용은 멀티캐스트 라우팅을 설정해 놓아야한다.
다음 이전 차례