Arama butonu
Bu konudaki kullanıcılar: 4 misafir, 1 mobil kullanıcı
7437
Cevap
363494
Tıklama
54
Öne Çıkarma
Cevap: Xiaomi Router Modelleri ve OpenWrt Firmware [ANA KONU] - OpenWrt 24.10.1 Yayınlandı! (333. sayfa)
T
2 yıl
Yarbay

tecrübeler bunu gösteriyor kesinlikle haklısınız. SQM eklentisini millet mucize diye reklamını yapıyor o eklentinin yaptığının kralını Akıllı QQS sistemi var orijinal romda o fazlası ile yapıyor.



< Bu ileti mobil sürüm kullanılarak atıldı >
Bu mesaja 2 cevap geldi.

Bu mesajda bahsedilenler: @grikurtccc
K
2 yıl
Yarbay

orjinal romda openwrt tabanlı sadece eski sürüm v.18 mi modifiye edip arayüz monte ediyor sadece.


Bu mesaja 1 cevap geldi.

Bu mesajda bahsedilenler: @TSuNaMi_
0
2 yıl
Yarbay
Konu Sahibi

Merhaba,

Soyledigim gibi bugun Ubiquiti EdgeRouter X uzerinde sizin icin deneme yaptim. Toplam 10-15dk icinde islem tamam. Yaklasik 1 saattir de test ediyorum hem internet hem de tv plus sorunsuz problemsiz calisiyor.

Takip ettigim rehber asagidaki mesajda yer aliyor. Rehber icin Sn. @androidmeda 'ya tekrar tesekkurler.
https://forum.donanimhaber.com/xiaomi-mi-router-modelleri-ve-openwrt-firmware-ana-konu-openwrt-21-02-2-yayinlandi--135790478-202#153645736



config dosyalari asagidaki gibidir. MAC adresleri bana ait degil uydurma ornek olsun diye yazdim, burada onemli olan tv plus'in mac adresi superonline router mac adresinin 16'lik sayi tabaninda 1 fazlasi olacak.

-----------------------------------------------------------------------------
/etc/config/network

config interface 'loopback'
   option device 'lo'
   option proto 'static'
   option ipaddr '127.0.0.1'
   option netmask '255.0.0.0'

config globals 'globals'
   option ula_prefix 'fd3a:35ca:4587::/48'
   option packet_steering '1'

config device
   option name 'br-lan'
   option type 'bridge'
   list ports 'eth1'
   list ports 'eth2'
   list ports 'eth3'
   list ports 'eth4'
   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 ip6assign '60'

config interface 'wan'
   option proto 'pppoe'
   option username '1111111111111111@fiber'
   option password '1111111111111111'
   option ipv6 'auto'
   option device 'eth0'
   option peerdns '0'
   list dns '9.9.9.9'
   list dns '149.112.112.112'

config device
   option name 'eth0'
   option macaddr 'cc:b1:82:cb:52:14'

config interface 'ont'
   option proto 'static'
   option device 'eth0'
   option ipaddr '192.168.100.2'
   option netmask '255.255.255.0'
   option defaultroute '0'

config device
   option type '8021q'
   option ifname 'eth0'
   option vid '103'
   option name 'eth0.103'
   option macaddr 'cc:b1:82:cb:52:15'
   option ipv6 '0'

config interface 'iptv'
   option proto 'dhcp'
   option device 'eth0.103'
   option defaultroute '0'
   option peerdns '0'

config route
   option interface 'iptv'
   option target '172.31.128.0/19'
   option gateway '100.70.104.1'

config route
   option interface 'iptv'
   option target '10.31.0.0/16'
   option gateway '100.70.104.1'

config route
   option interface 'iptv'
   option target '10.63.0.0/20'
   option gateway '100.70.104.1'

config route
   option interface 'iptv'
   option target '85.153.240.0/20'
   option gateway '100.70.104.1'

config route
   option interface 'iptv'
   option target '176.43.0.0/24'
   option gateway '100.70.104.1'

config route
   option interface 'iptv'
   option target '176.235.0.0/20'
   option gateway '100.70.104.1'




-----------------------------------------------------------------------------
/etc/config/firewall

config defaults
   option input 'REJECT'
   option output 'ACCEPT'
   option forward 'REJECT'
   option synflood_protect '1'
   option flow_offloading '1'
   option flow_offloading_hw '1'

config zone
   option name 'lan'
   list network 'lan'
   option input 'ACCEPT'
   option output 'ACCEPT'
   option forward 'ACCEPT'

config zone
   option name 'wan'
   option input 'REJECT'
   option output 'ACCEPT'
   option forward 'REJECT'
   option masq '1'
   option mtu_fix '1'
   list network 'wan'
   list network 'wan6'
   list network 'ont'

config forwarding
   option src 'lan'
   option dest 'wan'

config rule
   option name 'Allow-DHCP-Renew'
   option src 'wan'
   option proto 'udp'
   option dest_port '68'
   option target 'ACCEPT'
   option family 'ipv4'

config rule
   option name 'Allow-Ping'
   option src 'wan'
   option proto 'icmp'
   option icmp_type 'echo-request'
   option family 'ipv4'
   option target 'ACCEPT'

config rule
   option name 'Allow-IGMP'
   option src 'wan'
   option proto 'igmp'
   option family 'ipv4'
   option target 'ACCEPT'

config rule
   option name 'Allow-DHCPv6'
   option src 'wan'
   option proto 'udp'
   option dest_port '546'
   option family 'ipv6'
   option target 'ACCEPT'

config rule
   option name 'Allow-MLD'
   option src 'wan'
   option proto 'icmp'
   option src_ip 'fe80::/10'
   list icmp_type '130/0'
   list icmp_type '131/0'
   list icmp_type '132/0'
   list icmp_type '143/0'
   option family 'ipv6'
   option target 'ACCEPT'

config rule
   option name 'Allow-ICMPv6-Input'
   option src 'wan'
   option proto 'icmp'
   list icmp_type 'echo-request'
   list icmp_type 'echo-reply'
   list icmp_type 'destination-unreachable'
   list icmp_type 'packet-too-big'
   list icmp_type 'time-exceeded'
   list icmp_type 'bad-header'
   list icmp_type 'unknown-header-type'
   list icmp_type 'router-solicitation'
   list icmp_type 'neighbour-solicitation'
   list icmp_type 'router-advertisement'
   list icmp_type 'neighbour-advertisement'
   option limit '1000/sec'
   option family 'ipv6'
   option target 'ACCEPT'

config rule
   option name 'Allow-ICMPv6-Forward'
   option src 'wan'
   option dest '*'
   option proto 'icmp'
   list icmp_type 'echo-request'
   list icmp_type 'echo-reply'
   list icmp_type 'destination-unreachable'
   list icmp_type 'packet-too-big'
   list icmp_type 'time-exceeded'
   list icmp_type 'bad-header'
   list icmp_type 'unknown-header-type'
   option limit '1000/sec'
   option family 'ipv6'
   option target 'ACCEPT'

config rule
   option name 'Allow-IPSec-ESP'
   option src 'wan'
   option dest 'lan'
   option proto 'esp'
   option target 'ACCEPT'

config rule
   option name 'Allow-ISAKMP'
   option src 'wan'
   option dest 'lan'
   option dest_port '500'
   option proto 'udp'
   option target 'ACCEPT'

config zone
   option name 'iptv'
   option input 'ACCEPT'
   option output 'ACCEPT'
   option forward 'REJECT'
   list network 'iptv'
   option masq '1'
   option mtu_fix '1'

config forwarding
   option src 'lan'
   option dest 'iptv'



-----------------------------------------------------------------------------
/etc/config/igmpproxy

config igmpproxy
   option quickleave 1

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

config phyint
   option network lan
   option zone lan
   option direction downstream



-----------------------------------------------------------------------------
NTP server

cpentp.superonline.net

Time zone
Europe/Istanbul



-----------------------------------------------------------------------------




Bu mesajda bahsedilenler: @androidmeda , @agritux
0
2 yıl
Yarbay
Konu Sahibi

Merhaba,

@agritux

Bilginize


Bu mesaja 2 cevap geldi.

Bu mesajda bahsedilenler: @agritux
A
2 yıl
Yarbay

Hocam emeğinize sağlık.
Akşam karşılaştırıp hemen deneyeceğim.



< Bu ileti Android uygulamasından atıldı >


Bu mesajda bahsedilenler: @0ldskool
T
2 yıl
Yarbay

Orijinal ROM dediğiniz şeyin ne olduğunu biliyor musunuz acaba?
OpenWRT kullanmak istiyorsanız temel seviyenin biraz üstünde network bilgisine ve zahmete katlanacak sabır sahibi olmanız gerekiyor.
İngilizce bilginiz varsa ve cihazınız destekliyorsa kafanızdaki sistemi en iyi şekilde kurabilirsiniz.
Ama tüm bunlar yoksa da openwrt can sıkar, bunun yerine openwrt üstüne xioami etiketli orijinal sürümü kullanırsınız kafanız rahat olur.

Tabii rahat olur derken girdiğiniz sitelere de dikkat edin..





< Bu mesaj bu kişi tarafından değiştirildi Turkforce -- 20 Ağustos 2023; 19:56:16 >
Bu mesaja 3 cevap geldi.

Bu mesajda bahsedilenler: @TSuNaMi_
G
2 yıl
Binbaşı

Orijinal ROM bir güzel Çin devletine verilerini toplayarak satacak


Bu mesaja 1 cevap geldi.

Bu mesajda bahsedilenler: @Turkforce
G
2 yıl
Binbaşı

Çin yazılımı deyince aklıma gelen ilk şey casusluk haksız da sayılmam bence
https://www.donanimhaber.com/almanya-5g-aglarinda-huawei-ve-zte-ekipmanlarini-yasakliyor--161256




Bu mesajda bahsedilenler: @kerimcem
T
2 yıl
Yarbay

2005 yılından-2019 yılına kadar verimerkezinde kabin ve sunucular sahibiydim. Artık adına ortamı dersin üst mü dersin alt mı dersin bilmiyorum ama yeteri kadar network bilgisine sahibim. Senin tüm kimlik bilgilerin telegramda ares denilen botla zaten dünya piyasasına satılmış durumda, kim ne yapsın bizim gibi insanların gireceği siteleri bilgileri bilmem neyi.. Ben deneyimlerimi aktardım isteyen istediğini kullansın umrumda değil gereksiz polemiğe tribe girmenin anlamı yok iyi akşamlar.



< Bu ileti mobil sürüm kullanılarak atıldı >


Bu mesajda bahsedilenler: @Turkforce
T
2 yıl
Yarbay

yau kerim boşver laf anlatmaya zaman harcamaya değmez kimse. Sal gitsin herkes kullansın görsünler :) Openwrtden orijinal roma dönmek isteyenler olursa pm atsınlar döküman adresi yollarım, o uyduruk sqm eklentisini kullanacağım diye bu işlenceye katlanmak zorunda kalmazsınız.



< Bu ileti mobil sürüm kullanılarak atıldı >
Bu mesaja 2 cevap geldi.

Bu mesajda bahsedilenler: @kerimcem
C
2 yıl
Yarbay

Hocam bir kaç kez stock romlu,oğenwrtli 4a Giga router aldım. Oturduğum eve ve modemin konumuna göre çoğu oda da modemin wifisi yetince sattım.Bir kaç yıl önce stock romlu cihaza bir arkadaş openwrt kurdu kablosuz ülke vs ayarlarında denedik ama wifi çekimi stockla aynı idi.Şimdi taşındığım evde köşe odalarda wifi bazen az çekiyor videolarda takılma oluyor.Onun için fiyat/performans olan 4a gigabit routeri tekra aldım.Arkasında 2014 yazıyor ama o seri numarası imiş.Kablosuz olarak salona koydum.İhtiyaç oldunca onu açıyorum. Köşe odalarda 2.4 ve 5 ghz full çekiyor.Video izlerken donma olmuyor.Stock romun wifisi benim için şu an yetiyor.Teknoloji merak, duramıyırum.openwrt hoşuma gidiyor.Oyun oynamıyorum.35 mbps vdsl kullanıyorum.Birden fazla kişi interneti kullandığında youtube,dizi,video vs izlediğince birbirine engel olmasın olabildiğince internet/wifi stabil olsun istiyorum.Openwrtyi öğrenmek ve artılarından faydalanmak istiyorum.Bunu tam olarak yapamadım.sqm,Qos,adblock vs kullandım.Nextdnsi kurmayı başaramadım. Deneyeceğim.Adguard dns si manuel modeme girdim .Qos modemde açık epey faydası oluyor. Türkçe kaynak çok az.Emekliyim ve yaş 58 olunca takıldığımda ayar vs biraz zorlanıyorum.Yeni aldığım gigabit routerin çipini dışardan telefonun ışığı ile baktım.Ama göremedim.İçini açmadan öğrenmenin yoluda yok gibi.Vidada göremedim.Tırnaklarımı var acaba açıp bakacağım Brick olan çipli değilse openwrt yüklemek istiyorum.Öğrenmen ve kendi kendime yetebilmekmek için internetteki openwrt ile ilgili yazıları okuyorum.Pc ye not alıyorum. Tavsiyeniz ne olur?



< Bu ileti mobil sürüm kullanılarak atıldı >


Bu mesajda bahsedilenler: @Turkforce
K
2 yıl
Yarbay

orj romda iyi değil ,geçilen son sürüm openwrt de iyi değil komple buglu oda ama çekim gücü istiyorsan 4a da çin romu kurucan.
global türkçe romlarda hepsi kısıtlanmış az buzda değil nerdeyse %30-40
çekim gücü istiyorsan çin romunu dene derim.
ax1800 de rootlayıp ssh den açıyoruz golobalin db lerini 4 a da bu olay varmı bilmiyorum global ham haliye t.t un verdiği cihazlardan bile kötü.





< Bu mesaj bu kişi tarafından değiştirildi kerimcem -- 21 Ağustos 2023; 13:3:56 >
Bu mesaja 1 cevap geldi.

Bu mesajda bahsedilenler: @TSuNaMi_
T
2 yıl
Yarbay

evet dediğin doğru. ama telekom’un verdiği tplink archerdan bu ham haliyle çekişi iyi.



< Bu ileti mobil sürüm kullanılarak atıldı >
Bu mesaja 1 cevap geldi.

Bu mesajda bahsedilenler: @kerimcem
K
2 yıl
Yarbay

zte le test ettiğimde kötüydü tabi db fullenmiş açılmış hali süper tüm eve yetiyor başka cihaz kullanmıyorum sayesinde.


Bu mesaja 1 cevap geldi.

Bu mesajda bahsedilenler: @TSuNaMi_
T
2 yıl
Yarbay

bakalım telekom bugün eve yeni cihaz takmış wifi6 destekli ona göre bi de çin romunu deneriz :)



< Bu ileti mobil sürüm kullanılarak atıldı >


Bu mesajda bahsedilenler: @kerimcem
T
2 yıl
Yarbay

Peki.



< Bu ileti mobil sürüm kullanılarak atıldı >


Bu mesajda bahsedilenler: @altuntepe2
K
2 yıl
Yarbay

hocam ben yabancı forumlara baktığımda kart tipi openwrt elektronik kartları daha yaygın görüyorum, routerları sadece wifi yayıcı olarak kullanıyorlar cihazlar kartların donanımlarını bir türlü yakalamdığı için sizce böyle dahamı sağlıklı oluyor.?
Orange Pi bayağa yaygın.





< Bu mesaj bu kişi tarafından değiştirildi kerimcem -- 21 Ağustos 2023; 22:27:37 >
Bu mesaja 1 cevap geldi.

Bu mesajda bahsedilenler: @altuntepe2
A
2 yıl
Yarbay

Hocam,

Zahmetinize, emeğinize sağlık. Ancak olmuyor. 2 gündür son paylaştığınız ayarlar üzerine uğraşıyorum. Öncesi zaten malum. Hem luci den hem uci den defalarca denedim.
Her birinde defalarca kontrol ettim. Ya bariz bir şey var ben küçümsüyorum ya gözüm alıştı hatayı göremiyorum ya da mir4ac ile olmuyor. Belki de bölgesel denilen ip ler farklıdır route edilmesi gereken. igmpproxy debug modda çalıştırdığımda bildiğiniz gibi bana 3-4 ip adresi veriyor bunlar da eklenmeli diyerek. iana.org da baktığımda o ipler yayına açılacak ip listelerinde görünüyor. Henüz kullanılmayan. Belki de ben buraya kitlendim bilemiyorum.

Conf dosyalarının son hallerini, ifstatus iptv çıktısını ve igmpproxy debug çıktısını paylaşıyorum.

Emek ve zaman harcadınız. Raftan cihaz çıkartıp kurdunuz denediniz. Hatayı bulmanız için değil de emeğinize saygı duyup uğraştığımı görmeniz adına paylaşıyorum.

Tekrar teşekkür ederim. Ben pes ediyorum şu aşamada. Turkcellin verdiği Huawei modemi kuruyorum. Sağolun varolun.

quote:

root@OpenWrt:~# cat /etc/config/network


config interface 'loopback'
   option device 'lo'
   option proto 'static'
   option ipaddr '127.0.0.1'
   option netmask '255.0.0.0'


config globals 'globals'
   option packet_steering '1'
   option ula_prefix 'fd69:6881:b06a::/48'


config device
   option name 'br-lan'
   option type 'bridge'
   list ports 'lan1'
   list ports 'lan2'
   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 ip6assign '60'


config interface 'wan'
   option device 'wan'
   option proto 'pppoe'
   option username 'GİZLENDİ@fiber'
   option password 'GİZLENDİ'
   option ipv6 'auto'
   option peerdns '0'
   list dns '9.9.9.9'
   list dns '149.112.112.112'


config interface 'wan6'
   option device 'wan'
   option proto 'dhcpv6'


config device
   option name 'wan'
   option macaddr 'GİZLENDİ:AC'


config interface 'ont'
   option proto 'static'
   option device 'wan'
   option ipaddr '192.168.100.2'
   option netmask '255.255.255.0'
   option defaultroute '0'


config device
   option type '8021q'
   option ifname 'wan'
   option vid '103'
   option name 'wan.103'
   option macaddr 'GİZLENDİ:AD'
   option ipv6 '0'


config interface 'iptv'
   option proto 'dhcp'
   option device 'wan.103'
   option defaultroute '0'
   option peerdns '0'


config route
   option interface 'iptv'
   option target '172.31.128.0/19'
   option gateway '100.112.84.1'


config route
   option interface 'iptv'
   option target '10.31.0.0/16'
   option gateway '100.112.84.1'


config route
   option interface 'iptv'
   option target '10.63.0.0/20'
   option gateway '100.112.84.1'


config route
   option interface 'iptv'
   option target '85.153.240.0/20'
   option gateway '100.112.84.1'


config route
   option interface 'iptv'
   option target '176.43.0.0/24'
   option gateway '100.112.84.1'


config route
   option interface 'iptv'
   option target '176.235.0.0/20'
   option gateway '100.112.84.1'


quote:

root@OpenWrt:~# cat /etc/config/firewall


config defaults
   option output 'ACCEPT'
   option forward 'REJECT'
   option synflood_protect '1'
   option input 'REJECT'
   option flow_offloading '1'
   option flow_offloading_hw '1'


config zone
   option name 'lan'
   list network 'lan'
   option input 'ACCEPT'
   option output 'ACCEPT'
   option forward 'ACCEPT'


config zone
   option name 'wan'
   option input 'REJECT'
   option output 'ACCEPT'
   option forward 'REJECT'
   option masq '1'
   option mtu_fix '1'
   list network 'ont'
   list network 'wan'
   list network 'wan6'


config forwarding
   option src 'lan'
   option dest 'wan'


config rule
   option name 'Allow-DHCP-Renew'
   option src 'wan'
   option proto 'udp'
   option dest_port '68'
   option target 'ACCEPT'
   option family 'ipv4'


config rule
   option name 'Allow-Ping'
   option src 'wan'
   option proto 'icmp'
   option icmp_type 'echo-request'
   option family 'ipv4'
   option target 'ACCEPT'


config rule
   option name 'Allow-IGMP'
   option src 'wan'
   option proto 'igmp'
   option family 'ipv4'
   option target 'ACCEPT'


config rule
   option name 'Allow-DHCPv6'
   option src 'wan'
   option proto 'udp'
   option dest_port '546'
   option family 'ipv6'
   option target 'ACCEPT'


config rule
   option name 'Allow-MLD'
   option src 'wan'
   option proto 'icmp'
   option src_ip 'fe80::/10'
   list icmp_type '130/0'
   list icmp_type '131/0'
   list icmp_type '132/0'
   list icmp_type '143/0'
   option family 'ipv6'
   option target 'ACCEPT'


config rule
   option name 'Allow-ICMPv6-Input'
   option src 'wan'
   option proto 'icmp'
   list icmp_type 'echo-request'
   list icmp_type 'echo-reply'
   list icmp_type 'destination-unreachable'
   list icmp_type 'packet-too-big'
   list icmp_type 'time-exceeded'
   list icmp_type 'bad-header'
   list icmp_type 'unknown-header-type'
   list icmp_type 'router-solicitation'
   list icmp_type 'neighbour-solicitation'
   list icmp_type 'router-advertisement'
   list icmp_type 'neighbour-advertisement'
   option limit '1000/sec'
   option family 'ipv6'
   option target 'ACCEPT'


config rule
   option name 'Allow-ICMPv6-Forward'
   option src 'wan'
   option dest '*'
   option proto 'icmp'
   list icmp_type 'echo-request'
   list icmp_type 'echo-reply'
   list icmp_type 'destination-unreachable'
   list icmp_type 'packet-too-big'
   list icmp_type 'time-exceeded'
   list icmp_type 'bad-header'
   list icmp_type 'unknown-header-type'
   option limit '1000/sec'
   option family 'ipv6'
   option target 'ACCEPT'


config rule
   option name 'Allow-IPSec-ESP'
   option src 'wan'
   option dest 'lan'
   option proto 'esp'
   option target 'ACCEPT'


config rule
   option name 'Allow-ISAKMP'
   option src 'wan'
   option dest 'lan'
   option dest_port '500'
   option proto 'udp'
   option target 'ACCEPT'


config zone
   option name 'iptv'
   option input 'REJECT'
   option output 'ACCEPT'
   option forward 'REJECT'
   option masq '1'
   list network 'iptv'
   option mtu_fix '1'


config forwarding
   option src 'lan'
   option dest 'iptv'


quote:

root@OpenWrt:~# cat /etc/config/igmpproxy
config igmpproxy
   option quickleave 1
#   option verbose [0-3](none, minimal[default], more, maximum)


#config phyint
#   option network wan
#   option zone wan
#   option direction upstream
#   list altnet 192.168.1.0/24


config phyint
   option network lan
   option zone lan
   option direction downstream


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


quote:

root@OpenWrt:~# cat /etc/config/system


config system
   option hostname 'OpenWrt'
   option ttylogin '0'
   option log_size '64'
   option urandom_seed '0'
   option compat_version '1.1'
   option zonename 'Europe/Istanbul'
   option timezone '<+03>-3'
   option log_proto 'udp'
   option conloglevel '8'
   option cronloglevel '5'


config timeserver 'ntp'
   list server 'cpentp.superonline.net'


quote:

root@OpenWrt:~# ifstatus iptv
{
   "up": true,
   "pending": false,
   "available": true,
   "autostart": true,
   "dynamic": false,
   "uptime": 183,
   "l3_device": "wan.103",
   "proto": "dhcp",
   "device": "wan.103",
   "updated": [
      "addresses",
      "routes",
      "data"
   ],
   "metric": 0,
   "dns_metric": 0,
   "delegation": true,
   "ipv4-address": [
      {
         "address": "100.112.86.44",
         "mask": 22
      }
   ],
   "ipv6-address": [


   ],
   "ipv6-prefix": [


   ],
   "ipv6-prefix-assignment": [


   ],
   "route": [
      {
         "target": "176.43.0.0",
         "mask": 24,
         "nexthop": "100.112.84.1",
         "source": "0.0.0.0/0"
      },
      {
         "target": "10.63.0.0",
         "mask": 20,
         "nexthop": "100.112.84.1",
         "source": "0.0.0.0/0"
      },
      {
         "target": "85.153.240.0",
         "mask": 20,
         "nexthop": "100.112.84.1",
         "source": "0.0.0.0/0"
      },
      {
         "target": "176.235.0.0",
         "mask": 20,
         "nexthop": "100.112.84.1",
         "source": "0.0.0.0/0"
      },
      {
         "target": "172.31.128.0",
         "mask": 19,
         "nexthop": "100.112.84.1",
         "source": "0.0.0.0/0"
      },
      {
         "target": "10.31.0.0",
         "mask": 16,
         "nexthop": "100.112.84.1",
         "source": "0.0.0.0/0"
      }
   ],
   "dns-server": [


   ],
   "dns-search": [


   ],
   "neighbors": [


   ],
   "inactive": {
      "ipv4-address": [


      ],
      "ipv6-address": [


      ],
      "route": [
         {
            "target": "0.0.0.0",
            "mask": 0,
            "nexthop": "100.112.84.1",
            "source": "100.112.86.44/32"
         }
      ],
      "dns-server": [
         "213.74.0.5",
         "213.74.1.5"
      ],
      "dns-search": [


      ],
      "neighbors": [


      ]
   },
   "data": {
      "dhcpserver": "10.31.44.26",
      "leasetime": 3600
   }
}


quote:

root@OpenWrt:~# igmpproxy -n -d -v -v /var/etc/igmpproxy.conf
Searching for config file at '/var/etc/igmpproxy.conf'
Config: Quick leave mode enabled.
Config: Got a phyint token.
Config: IF: Config for interface br-lan.
Config: IF: Got downstream token.
Config: IF: Got ratelimit token '0'.
Config: IF: Got threshold token '1'.
IF name : br-lan
Next ptr : 0
Ratelimit : 0
Threshold : 1
State : 2
Allowednet ptr : 0
Config: Got a phyint token.
Config: IF: Config for interface wan.103.
Config: IF: Got upstream token.
Config: IF: Got ratelimit token '0'.
Config: IF: Got threshold token '1'.
Config: IF: Got altnet token 0.0.0.0/0.
Config: IF: Altnet: Parsed altnet to default.
IF name : wan.103
Next ptr : 0
Ratelimit : 0
Threshold : 1
State : 1
Allowednet ptr : 77d46bb0
buildIfVc: Interface lo Addr: 127.0.0.1, Flags: 0x0049, Network: 127/8
buildIfVc: Interface wan Addr: 192.168.100.2, Flags: 0x1043, Network: 192.168.100/24
buildIfVc: Interface br-lan Addr: 192.168.1.1, Flags: 0x1043, Network: 192.168.1/24
buildIfVc: Interface wan.103 Addr: 100.112.86.44, Flags: 0x1043, Network: 100.112.84/22
buildIfVc: Interface pppoe-wan Addr: 10.72.191.224, Flags: 0x10d1, Network: 10.72.0.1/32
Found config for br-lan
Found config for wan.103
MC-Router API already in use; Errno(125): Address in use
root@OpenWrt:~# service igmpproxy stop
root@OpenWrt:~# igmpproxy -n -d -v -v /var/etc/igmpproxy.conf
Searching for config file at '/var/etc/igmpproxy.conf'
Config: Quick leave mode enabled.
Config: Got a phyint token.
Config: IF: Config for interface br-lan.
Config: IF: Got downstream token.
Config: IF: Got ratelimit token '0'.
Config: IF: Got threshold token '1'.
IF name : br-lan
Next ptr : 0
Ratelimit : 0
Threshold : 1
State : 2
Allowednet ptr : 0
Config: Got a phyint token.
Config: IF: Config for interface wan.103.
Config: IF: Got upstream token.
Config: IF: Got ratelimit token '0'.
Config: IF: Got threshold token '1'.
Config: IF: Got altnet token 0.0.0.0/0.
Config: IF: Altnet: Parsed altnet to default.
IF name : wan.103
Next ptr : 0
Ratelimit : 0
Threshold : 1
State : 1
Allowednet ptr : 77db4bb0
buildIfVc: Interface lo Addr: 127.0.0.1, Flags: 0x0049, Network: 127/8
buildIfVc: Interface wan Addr: 192.168.100.2, Flags: 0x1043, Network: 192.168.100/24
buildIfVc: Interface br-lan Addr: 192.168.1.1, Flags: 0x1043, Network: 192.168.1/24
buildIfVc: Interface wan.103 Addr: 100.112.86.44, Flags: 0x1043, Network: 100.112.84/22
buildIfVc: Interface pppoe-wan Addr: 10.72.191.224, Flags: 0x10d1, Network: 10.72.0.1/32
Found config for br-lan
Found config for wan.103
adding VIF, Ix 0 Fl 0x0 IP 0x0101a8c0 br-lan, Threshold: 1, Ratelimit: 0
       Network for [br-lan] : 192.168.1/24
Found upstrem IF #0, will assing as upstream Vif 3
adding VIF, Ix 1 Fl 0x0 IP 0x2c567064 wan.103, Threshold: 1, Ratelimit: 0
       Network for [wan.103] : 100.112.84/22
       Network for [wan.103] : default
Got 262144 byte buffer size in 0 iterations
Joining all-routers group 224.0.0.2 on vif 192.168.1.1
Joining group 224.0.0.2 on interface br-lan
Joining all igmpv3 multicast routers group 224.0.0.22 on vif 192.168.1.1
Joining group 224.0.0.22 on interface br-lan
SENT Membership query  from 192.168.1.1    to 224.0.0.1
Sent membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
Created timeout 1 (#0) - delay 10 secs
(Id:1, Time:10)
Created timeout 2 (#1) - delay 21 secs
(Id:1, Time:10)
(Id:2, Time:21)
RECV Membership query  from 192.168.1.1    to 224.0.0.1
RECV V2 member report  from 192.168.1.1    to 224.0.0.2
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.1    to 224.0.0.22
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.1.130) to route table. Vif Ix : 0
No existing route for 239.255.255.250. Create new.
No routes in table. Insert at beginning.
Inserted route table entry for 239.255.255.250 on VIF #0
Joining group 239.255.255.250 upstream on IF address 100.112.86.44
Joining group 239.255.255.250 on interface wan.103


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.106
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 225.0.71.1
Should insert group 225.0.71.1 (from: 192.168.1.130) to route table. Vif Ix : 0
No existing route for 225.0.71.1. Create new.
Found existing routes. Find insert location.
Inserting at beginning, before route 239.255.255.250
Inserted route table entry for 225.0.71.1 on VIF #0
Joining group 225.0.71.1 upstream on IF address 100.112.86.44
Joining group 225.0.71.1 on interface wan.103


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
No existing route for 233.26.166.186. Create new.
Found existing routes. Find insert location.
Inserting after route 225.0.71.1
Inserted route table entry for 233.26.166.186 on VIF #0
Joining group 233.26.166.186 upstream on IF address 100.112.86.44
Joining group 233.26.166.186 on interface wan.103


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 233.26.166.189
Should insert group 233.26.166.189 (from: 192.168.1.130) to route table. Vif Ix : 0
No existing route for 233.26.166.189. Create new.
Found existing routes. Find insert location.
Inserting after route 233.26.166.186
Inserted route table entry for 233.26.166.189 on VIF #0
Joining group 233.26.166.189 upstream on IF address 100.112.86.44
Joining group 233.26.166.189 on interface wan.103


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 1 (#0)
Aging routes in table.


Current routing table (Age active routes):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 2 (#0)
SENT Membership query  from 192.168.1.1    to 224.0.0.1
Sent membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
Created timeout 3 (#0) - delay 10 secs
(Id:3, Time:10)
Created timeout 4 (#1) - delay 21 secs
(Id:3, Time:10)
(Id:4, Time:21)
RECV Membership query  from 192.168.1.1    to 224.0.0.1
RECV V2 member report  from 192.168.1.1    to 224.0.0.22
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 233.26.166.189
Should insert group 233.26.166.189 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.189 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 239.255.255.250 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 225.0.71.1
Should insert group 225.0.71.1 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 225.0.71.1 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.106
The IGMP message was from myself. Ignoring.
About to call timeout 3 (#0)
Aging routes in table.


Current routing table (Age active routes):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.2
The IGMP message was from myself. Ignoring.
About to call timeout 4 (#0)
SENT Membership query  from 192.168.1.1    to 224.0.0.1
Sent membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
Created timeout 5 (#0) - delay 10 secs
(Id:5, Time:10)
Created timeout 6 (#1) - delay 115 secs
(Id:5, Time:10)
(Id:6, Time:115)
RECV Membership query  from 192.168.1.1    to 224.0.0.1
RECV V2 member report  from 192.168.1.130  to 233.26.166.189
Should insert group 233.26.166.189 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.189 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.106
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.1    to 224.0.0.22
The IGMP message was from myself. Ignoring.
RECV Leave message     from 192.168.1.130  to 224.0.0.2
Got leave message from 192.168.1.130 to 233.26.166.186. Starting last member detection.
counted 1 interfaces
quickleave is enabled and this was the last downstream host, leaving group 233.26.166.186 now
Leaving group 233.26.166.186 upstream on IF address 100.112.86.44
Leaving group 233.26.166.186 on interface wan.103
Interface id 0 is in group $d
SENT Membership query  from 192.168.1.1    to 233.26.166.186
Sent membership query from 192.168.1.1 to 233.26.166.186. Delay: 10
Created timeout 7 (#1) - delay 3 secs
(Id:5, Time:7)
(Id:7, Time:3)
(Id:6, Time:112)
RECV Membership query  from 192.168.1.1    to 233.26.166.186
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0
Joining group 233.26.166.186 upstream on IF address 100.112.86.44
Joining group 233.26.166.186 on interface wan.103


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.2
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 239.255.255.250 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 225.0.71.1
Should insert group 225.0.71.1 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 225.0.71.1 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 5 (#0)
Aging routes in table.


Current routing table (Age active routes):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 7 (#0)
About to call timeout 6 (#0)
SENT Membership query  from 192.168.1.1    to 224.0.0.1
Sent membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
Created timeout 8 (#0) - delay 10 secs
(Id:8, Time:10)
Created timeout 9 (#1) - delay 115 secs
(Id:8, Time:10)
(Id:9, Time:115)
RECV Membership query  from 192.168.1.1    to 224.0.0.1
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 225.0.71.1
Should insert group 225.0.71.1 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 225.0.71.1 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 233.26.166.189
Should insert group 233.26.166.189 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.189 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.106
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.1    to 224.0.0.2
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.1    to 224.0.0.22
The IGMP message was from myself. Ignoring.
RECV Leave message     from 192.168.1.130  to 224.0.0.2
Got leave message from 192.168.1.130 to 233.26.166.186. Starting last member detection.
counted 1 interfaces
quickleave is enabled and this was the last downstream host, leaving group 233.26.166.186 now
Leaving group 233.26.166.186 upstream on IF address 100.112.86.44
Leaving group 233.26.166.186 on interface wan.103
Interface id 0 is in group $d
SENT Membership query  from 192.168.1.1    to 233.26.166.186
Sent membership query from 192.168.1.1 to 233.26.166.186. Delay: 10
Created timeout 10 (#1) - delay 5 secs
(Id:8, Time:5)
(Id:10, Time:5)
(Id:9, Time:110)
RECV Membership query  from 192.168.1.1    to 233.26.166.186
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0
Joining group 233.26.166.186 upstream on IF address 100.112.86.44
Joining group 233.26.166.186 on interface wan.103


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 8 (#0)
Aging routes in table.


Current routing table (Age active routes):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 239.255.255.250 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 10 (#0)
About to call timeout 9 (#0)
SENT Membership query  from 192.168.1.1    to 224.0.0.1
Sent membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
Created timeout 11 (#0) - delay 10 secs
(Id:11, Time:10)
Created timeout 12 (#1) - delay 115 secs
(Id:11, Time:10)
(Id:12, Time:115)
RECV Membership query  from 192.168.1.1    to 224.0.0.1
RECV V2 member report  from 192.168.1.1    to 224.0.0.22
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 225.0.71.1
Should insert group 225.0.71.1 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 225.0.71.1 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 239.255.255.250 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 11 (#0)
Aging routes in table.


Current routing table (Age active routes):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 233.26.166.189
Should insert group 233.26.166.189 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.189 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.106
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 12 (#0)
SENT Membership query  from 192.168.1.1    to 224.0.0.1
Sent membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
Created timeout 13 (#0) - delay 10 secs
(Id:13, Time:10)
Created timeout 14 (#1) - delay 115 secs
(Id:13, Time:10)
(Id:14, Time:115)
RECV Membership query  from 192.168.1.1    to 224.0.0.1
RECV V2 member report  from 192.168.1.1    to 224.0.0.2
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.1    to 224.0.0.22
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 239.255.255.250 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 13 (#0)
Aging routes in table.


Current routing table (Age active routes):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.106
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 225.0.71.1
Should insert group 225.0.71.1 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 225.0.71.1 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 233.26.166.189
Should insert group 233.26.166.189 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.189 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 14 (#0)
SENT Membership query  from 192.168.1.1    to 224.0.0.1
Sent membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
Created timeout 15 (#0) - delay 10 secs
(Id:15, Time:10)
Created timeout 16 (#1) - delay 115 secs
(Id:15, Time:10)
(Id:16, Time:115)
RECV Membership query  from 192.168.1.1    to 224.0.0.1
RECV V2 member report  from 192.168.1.1    to 224.0.0.2
The IGMP message was from myself. Ignoring.
RECV Leave message     from 192.168.1.130  to 224.0.0.2
Got leave message from 192.168.1.130 to 233.26.166.186. Starting last member detection.
counted 1 interfaces
quickleave is enabled and this was the last downstream host, leaving group 233.26.166.186 now
Leaving group 233.26.166.186 upstream on IF address 100.112.86.44
Leaving group 233.26.166.186 on interface wan.103
Interface id 0 is in group $d
SENT Membership query  from 192.168.1.1    to 233.26.166.186
Sent membership query from 192.168.1.1 to 233.26.166.186. Delay: 10
Created timeout 17 (#1) - delay 1 secs
(Id:15, Time:9)
(Id:17, Time:1)
(Id:16, Time:114)
RECV Membership query  from 192.168.1.1    to 233.26.166.186
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0
Joining group 233.26.166.186 upstream on IF address 100.112.86.44
Joining group 233.26.166.186 on interface wan.103


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 15 (#0)
Aging routes in table.


Current routing table (Age active routes):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 17 (#0)
RECV V2 member report  from 192.168.1.130  to 233.26.166.189
Should insert group 233.26.166.189 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.189 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 239.255.255.250 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.106
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.1    to 224.0.0.22
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 225.0.71.1
Should insert group 225.0.71.1 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 225.0.71.1 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 16 (#0)
SENT Membership query  from 192.168.1.1    to 224.0.0.1
Sent membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
Created timeout 18 (#0) - delay 10 secs
(Id:18, Time:10)
Created timeout 19 (#1) - delay 115 secs
(Id:18, Time:10)
(Id:19, Time:115)
RECV Membership query  from 192.168.1.1    to 224.0.0.1
RECV V2 member report  from 192.168.1.130  to 225.0.71.1
Should insert group 225.0.71.1 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 225.0.71.1 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.106
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 233.26.166.189
Should insert group 233.26.166.189 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.189 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV Leave message     from 192.168.1.130  to 224.0.0.2
Got leave message from 192.168.1.130 to 233.26.166.186. Starting last member detection.
counted 1 interfaces
quickleave is enabled and this was the last downstream host, leaving group 233.26.166.186 now
Leaving group 233.26.166.186 upstream on IF address 100.112.86.44
Leaving group 233.26.166.186 on interface wan.103
Interface id 0 is in group $d
SENT Membership query  from 192.168.1.1    to 233.26.166.186
Sent membership query from 192.168.1.1 to 233.26.166.186. Delay: 10
Created timeout 20 (#1) - delay 3 secs
(Id:18, Time:7)
(Id:20, Time:3)
(Id:19, Time:112)
RECV Membership query  from 192.168.1.1    to 233.26.166.186
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0
Joining group 233.26.166.186 upstream on IF address 100.112.86.44
Joining group 233.26.166.186 on interface wan.103


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.22
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 239.255.255.250 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 18 (#0)
Aging routes in table.


Current routing table (Age active routes):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.2
The IGMP message was from myself. Ignoring.
About to call timeout 20 (#0)
About to call timeout 19 (#0)
SENT Membership query  from 192.168.1.1    to 224.0.0.1
Sent membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
Created timeout 21 (#0) - delay 10 secs
(Id:21, Time:10)
Created timeout 22 (#1) - delay 115 secs
(Id:21, Time:10)
(Id:22, Time:115)
RECV Membership query  from 192.168.1.1    to 224.0.0.1
RECV V2 member report  from 192.168.1.130  to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 239.255.255.250 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 225.0.71.1
Should insert group 225.0.71.1 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 225.0.71.1 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.2
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.1    to 224.0.0.22
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.130  to 233.26.166.189
Should insert group 233.26.166.189 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.189 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.106
The IGMP message was from myself. Ignoring.
About to call timeout 21 (#0)
Aging routes in table.


Current routing table (Age active routes):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 22 (#0)
SENT Membership query  from 192.168.1.1    to 224.0.0.1
Sent membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
Created timeout 23 (#0) - delay 10 secs
(Id:23, Time:10)
Created timeout 24 (#1) - delay 115 secs
(Id:23, Time:10)
(Id:24, Time:115)
RECV Membership query  from 192.168.1.1    to 224.0.0.1
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 225.0.71.1
Should insert group 225.0.71.1 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 225.0.71.1 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 233.26.166.189
Should insert group 233.26.166.189 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.189 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.22
The IGMP message was from myself. Ignoring.
About to call timeout 23 (#0)
Aging routes in table.


Current routing table (Age active routes):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.130  to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 239.255.255.250 on VIF #0


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
RECV V2 member report  from 192.168.1.1    to 224.0.0.106
The IGMP message was from myself. Ignoring.
RECV V2 member report  from 192.168.1.1    to 224.0.0.2
The IGMP message was from myself. Ignoring.
RECV Leave message     from 192.168.1.130  to 224.0.0.2
Got leave message from 192.168.1.130 to 233.26.166.186. Starting last member detection.
counted 1 interfaces
quickleave is enabled and this was the last downstream host, leaving group 233.26.166.186 now
Leaving group 233.26.166.186 upstream on IF address 100.112.86.44
Leaving group 233.26.166.186 on interface wan.103
Interface id 0 is in group $d
SENT Membership query  from 192.168.1.1    to 233.26.166.186
Sent membership query from 192.168.1.1 to 233.26.166.186. Delay: 10
Created timeout 25 (#0) - delay 10 secs
(Id:25, Time:10)
(Id:24, Time:103)
RECV Membership query  from 192.168.1.1    to 233.26.166.186
RECV V2 member report  from 192.168.1.130  to 233.26.166.186
Should insert group 233.26.166.186 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.186 on VIF #0
Joining group 233.26.166.186 upstream on IF address 100.112.86.44
Joining group 233.26.166.186 on interface wan.103


Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 225.0.71.1, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.186, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 233.26.166.189, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#3: Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
About to call timeout 25 (#0)


Bu mesaja 2 cevap geldi.

Bu mesajda bahsedilenler: @0ldskool
0
2 yıl
Yarbay
Konu Sahibi

Rica ederim hocam. Sabah göz ucuyla telefonda bakarken bariz bir sorun gördüm. Tek sorun budur diyemiyorum ama gözden kaçan bir şeyler olabilir fikrindeyim…

Bu benim fw config’den

config zone
option name 'iptv'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'REJECT'
list network 'iptv'
option masq '1'
option mtu_fix '1'

Bu ise sizin fw config’den

config zone
option name 'iptv'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option masq '1'
list network 'iptv'
option mtu_fix '1'

Anlayacağınız sizde trafik fw’de geçmiyor blokluyor görünüyorsunuz



< Bu ileti mobil sürüm kullanılarak atıldı >
Bu mesaja 2 cevap geldi.

Bu mesajda bahsedilenler: @agritux
T
2 yıl
Yarbay

REJECT 'lerin hepsini ACCEPT olarak değiştirip deneyebilir misin.


Bu mesaja 1 cevap geldi.

Bu mesajda bahsedilenler: @agritux