로그인

  • 목록
  • 아래로
  • 위로
  • 쓰기
  • 검색

정보&강의 IPTV를 시청하기 위한 EdgeRouter Lite IGMP 및 Multicast 설정

첨부 3

  1. screenshot-192.168.100.1-2019.10.16-20_37_01.png (File Size: 63.1KB/Download: 2)
  2. screenshot-192.168.100.1-2019.10.16-20_45_44.png (File Size: 111.7KB/Download: 3)
  3. 233.18.158.53-5000.png (File Size: 1.20MB/Download: 2)

KT IPTV를 내부망에서 사용하기 원할 때 설정방법입니다.

2019년 10월 16일 새로 업데이트 합니다.

 

네트워크 상황

 

eth0 은 WAN, eth1 은 LAN 인 상황일 때입니다. WAN 포트가 다르다면 해당 포트를 네트워크 이름으로 설정하면 됩니다.

 

protocols {
    igmp-proxy {
        interface eth0 {
            alt-subnet 0.0.0.0/0
            role upstream
            threshold 1
        }
        interface eth1 {
            alt-subnet 0.0.0.0/0
            role downstream
            threshold 1
        }
    }
}

 

 

Firewall 설정

 

KT의 IPTV IP를 그룹핑합니다. 해당 아이피는 아래와 같습니다.

233.13.231.0/24

233.14.173.0/24

233.15.200.0/24

233.18.158.0/24

233.19.187.0/24

233.89.188.0/24

233.115.200.0/24

 

추가하면 좋은 아이피

100.0.0.0/8

118.0.0.0/8

121.0.0.0/8

125.0.0.0/8

169.0.0.0/8

 

group {
     address-group Block_KT_Surveillance {
         address 168.126.130.0/24
         address 121.174.131.0/24
         description ""
     }
     address-group KT_IPTV_Address {
         address 233.13.231.0/24
         address 233.14.173.0/24
         address 233.15.200.0/24
         address 233.18.158.0/24
         address 233.19.187.0/24
         address 233.115.200.0/24
         address 100.0.0.0/8
         address 118.0.0.0/8
         address 121.0.0.0/8
         address 125.0.0.0/8
         address 169.0.0.0/8
         description ""
     }
 }

 

 

 

screenshot-192.168.100.1-2019.10.16-20_37_01.png

 

 

그룹을 설정했으면 다음으로 방화벽 설정을 시작합니다.

 

WAN_IN에 "Allow IPTV Multicast UDP" 설정 1개, 

WAN_LOCAL에 "Allow IPTV Multicast UDP" 및 "Allow IGMP" 설정 2개를 해야 합니다.

 

모든 설정시 IPTV 아이피 그룹을 destination에 지정합니다. 이게 중요한 포인트입니다.

 

name WAN_IN {
    default-action drop
    description "WAN to internal"
    rule 10 {
        action accept
        description "Allow established/related"
        log disable
        state {
            established enable
            related enable
        }
    }
    rule 30 {
        action accept
        description "Allow IPTV Multicast UDP"
        destination {
            group {
                address-group KT_IPTV_ADDRESS
            }
        }
        log disable
        protocol udp
    }
    rule 120 {
        action drop
        description "Drop invalid state"
        state {
            invalid enable
        }
    }
}

name WAN_LOCAL {
    default-action drop
    description "WAN to router"
    rule 10 {
        action accept
        description "Allow established/related"
        state {
            established enable
            related enable
        }
    }
    rule 20 {
        action accept
        description "Allow IPTV Multicast UDP"
        destination {
            group {
                address-group KT_IPTV_ADDRESS
            }
        }
        log disable
        protocol udp
    }
    rule 30 {
        action accept
        description "Allow IGMP"
        log disable
        protocol igmp
    }
    rule 60 {
        action drop
        description "Drop invalid state"
        state {
            invalid enable
        }
    }
}


 

screenshot-192.168.100.1-2019.10.16-20_45_44.png

 

모든 설정을 마치면, OVMP 프로그램으로 IPTV 주소를 확인하면 됩니다.

 

관련글 : KT 및 각 통신사 iptv 대역 6개 주소 및 KT 스트리밍 주소 모음

 

엣지라우터 콘솔화면에서 작동화면을 확인하고 싶다면 아래 과정으로 가능합니다.

  1. CLI 접속
  2. $show ip multicast mfc

 

233.18.158.53-5000.png


이런 글도 찾아보세요!

공유

facebooktwitterpinterestbandkakao story
퍼머링크

댓글 16

profile image
티이 2018.01.16. 15:35
저는 Edgerouter POE를 쓰고 있는데 알려주신대로 해도 안잡히네요 :(
profile image
EB 2018.01.17. 01:41
100주사위를 던져서, 91이 나왔습니다.
profile image
EB 2018.01.17. 01:42
100주사위를 던져서, 91이 나왔습니다.
profile image
티이 2018.02.15. 15:34
100주사위를 던져서, 3이 나왔습니다.
profile image
Rob 2019.01.14. 08:36
Hi,

I live in Korea and have an EdgeRouter Lite and would like to use it in place of the KT modem. The KT service man said it is impossible, but I know it is somehow. If I follow the above steps and copy in the code to the router settings, should that work?

My Korean and networking skills are not so great....Thank you in advance for your help and patience!!

Cheers!
profile image
운영자 작성자 2019.01.15. 05:14
Rob
HI.
I am also using kt modem.
And I use it well as the source above.
However, the ip may be different depending on the region. You just need to check IP.
profile image
Rob 2019.01.16. 21:38
운영자
I got it working!! Thank you very much for this guide - so helpful!!

Any idea if the KT Network service people see my Edgerouter connected to the modem, will they get angry and ask me to remove it?

Thank you again!
Cheers!
profile image
-0342 2019.01.20. 14:13
100주사위를 던져서, 79이 나왔습니다.
profile image
-0342 2019.01.20. 14:13
100주사위를 던져서, 79이 나왔습니다.
profile image
-0342 2019.01.20. 14:13
100주사위를 던져서, 79이 나왔습니다.
profile image
-0342 2019.01.20. 14:13
100주사위를 던져서, 79이 나왔습니다.
profile image
김인태 2019.01.27. 21:21
100주사위를 던져서, 49이 나왔습니다.
물어보아요 2019.12.07. 10:56
아직 유비쿼티 공유기 사기전에 사전 자료 수집 중입니다 정보 감사합니다.
권한이 없습니다. 로그인

신고

"님의 댓글"

이 댓글을 신고 하시겠습니까?

삭제

"님의 댓글"

이 댓글을 삭제하시겠습니까?