본문 바로가기
프로그램 및 유틸리티

레드미 ax6000 openwrt 설치 후 IPTV 보는 방법(igmp proxy)

by 젤리씨 2024. 10. 11.
728x90

레드미 ax6000 openwrt 설치 후 IPTV 를 틀면 안나온다~~!!

 

그래서 해결 법은 igmp proxy, 를 설치

 

우선 공유기 ssh 로 접속 후 

 

opkg update
opkg install igmpproxy

 

igmp proxy 설치를하고

 

nano /etc/config/igmpproxy

 

igmp proxy 설정을 아래처럼 변경한다

config igmpproxy
    option quickleave 1

config phyint
    option network wan
    option zone wan
    option direction upstream
    list altnet 0.0.0.0/0

config phyint
    option network lan
    option zone lan
    option direction downstream 

 

 

nano /etc/config/network

 

이제 network 설정 들어가서 아래 부분을 잘 보고 추가한다

 

config device
    option name 'br-lan'
    option type 'bridge'
    list ports 'lan2'
    list ports 'lan3'
    list ports 'lan4'
    option igmp_snooping '1'

config interface 'lan'
    option device 'br-lan'
    option proto 'static'
    option ipaddr '192.168.1.1'
    option netmask '255.255.255.0'
    option ipv6 'off'
    option delegate '0'

 

reboot

 

이제 재부팅 하여 IPTV가 나오는지 체크 ~!!!

728x90

댓글