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

millenicomdan her saman uzak durmakta fayda var



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


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

teşekkür ederim



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


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

Arkadaşlar Openwrt olur merlin, ddwrt, tomatowrt olur router tavsiyelerinizi bekliyorum
oyun odaklı kullanacağım sqm benim için yeterli



A
2 yıl
Yarbay

https://forum.donanimhaber.com/mesaj/yonlen/153645736

Buradaki anlatımı kullanarak sonunda bende çalıştırdım tv plus'ı. Elinize emeğinize sağlık @androidmeda
Meğer buga girmiş cihaz. Cihaza arkasından reset atınca çalıştı. 2 gündür boşa uğraşıyormuşum.


https://forum.donanimhaber.com/mesaj/yonlen/156179654 @Kolonyalı
https://forum.donanimhaber.com/mesaj/yonlen/154423967 @kowalski61

Ancak yukarıda alıntıladığım arkadaşların sıkıntısı mevcut. Yayın 5-6 saniye normal, sonra 10-15 saniye takıla takıla ilerliyor sonra 5-6 saniye normal. Bu şekilde döngü halinde gidiyor.
Başka yaşayan oldu mu bu durumu?

@0ldskool ve @androidmeda Üstatların tavsiyesi olur muydu?

@Miui Konudan takip ettiğim kadarıyla sizde de mir4a vardı sanırım. Siz çözdünüz mü?

İşin enteresan yanı, tv+ üzerinden dizi film ya da youtube izlerken sorun yok, tv kanalları takıla takıla oynuyor.

Bir de bir sorun daha var. 3. adımda route için gateway giriyoruz. O bende ne koşulda bilmiyorum ama sürekli değişiyor. Tv+ ı açınca zaman senkronizasyon hatası veriyor. Bakıyorum nexthop daki ip değişmiş, düzeltiyorum. Tv+ kapatıp açsam da çözüm olmuyor. Reset atıyorum çalışıyor.


Config dosyaları şu şekilde:



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'
   option enable_server '1'



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'
   option enable_server '1'


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 'fdea:3afe:3cf6::/48'


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 'XXXXXXX'
  option password 'XXXXXXX'
  option ipv6 'auto'


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


config device
  option name 'br-lan'
  option type 'bridge'
  list ports 'lan1'
  list ports 'lan2'
  option macaddr 'XXXXXXX'
  option igmp_snooping '1'


config device
  option name 'eth0'
  option macaddr 'XXXXXXX'


config device
  option name 'lan1'
  option macaddr 'XXXXXXX'


config device
  option name 'lan2'
  option macaddr 'XXXXXXX'


config device
  option name 'wan'
  option macaddr 'XXXXXXX'


config device
  option name 'wlan1'
  option macaddr 'XXXXXXX'


config device
  option type '8021q'
  option ifname 'wan'
  option vid '103'
  option name 'wan.103'
  option macaddr 'XXXXXXX'
  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.111.228.1'


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


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


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


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


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



quote:

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


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


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


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


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'





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 0.0.0.0/0


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





< Bu mesaj bu kişi tarafından değiştirildi agritux -- 15 Ağustos 2023; 3:0:1 >


Bu mesajda bahsedilenler: @androidmeda , @Kolonyalı , @kowalski61 , @0ldskool , @Miui
M
2 yıl
Yarbay

Tplink vmg3312 modem ile ax 1800 router arasında köprü kurmak istiyorum. Ayrıca ax1800 aldığım yazılımla duruyor sanırım çin güncellemesi ile daha verimli çalışıyormuş. Bu konularda bana özelden yardımcı olacak birisi var mı ? Kendim uğraştım bir türlü internet gelmedi.



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

G
2 yıl
Binbaşı

35 mbit kullanıyorsunuz ve bir arayıştasınız anladığım kadarıyla kriterleriniz
-tek cihaz olsun
-çekim gücü iyi olsun köşe odalarda çeksin
-ucuz olsun

böyle bir modem var mı bilmiyorum o kadar araştırdım görmedim duymadım


Bu mesaja 1 cevap geldi.

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

Benimki hobi diyelim.35 mbps vdsl şu an ihtiyacımı fazlasıyla yetiyor.Uğraşmak hoşuma gidiyor.İlgimi çeken farklı cihazları alıp kullanıp test sonuçlarımı yazıyorum.Bende yeni şeyler öğrenmiş oluyorum.Belki bazı arkadaşların işine yarar.En iyi verimi zyxell 3625 de aldım.2.4 ghz evin her köşesinde rahat çekiyordu.İnanılmaz bir wifi çekimi vardı.Duramadım satıp denemek için Dx3200 aldım.Donanımı çok güçlü ama wifisi 3625 gibi değil.Tekrar 3625 aldım.Xiamio 4a giga routerde var.Üst model pahalı modellei değilde uygun fiyatlı mikrotik,fritzbox vb kullanmadığım modemleride merak ediyorum.



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

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

hocam uygun fiyat olayı kalmadı bence onu unutun
yerinizde olsam güzel bir router alır openwrt kurar fiberde kullanırdım tek cihaz kusursuz internet mis gibi başka alternatifiniz yok
hem iyi çeksin hem de ucuz olsun diyen çoğu wifi 6 router kullanan openwrt kullanıcısı bunu kullanıyor
bu fiyatın altına bu kalitede router bulamazsınız daha ucuzu yok zaten amazon satıyor
https://www.amazon.com/Dynalink-DL-WRX36-8-Stream-Wireless-3-6Gbps/dp/B096K9SVCT


Bu mesaja 1 cevap geldi.

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

Hocam router ile ilgili türkçe inceleme videosuda göremedim, forumda kullanıcı yorumlarınıda varsa link atarmısınız?


Bu mesaja 1 cevap geldi.

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

https://forum.openwrt.org/t/whats-your-favorite-enthusiast-lede-openwrt-device/4477


https://forum.openwrt.org/t/802-11ax-routers/10484


https://forum.openwrt.org/t/best-consumer-router-for-200-mbps-isp/158213

arama kısmına wrx36 yazarak ulaşabilirsiniz alternatif olarak uğraşmak istemezseniz TP-LINK deco mesh sistemlerine göz atabilirsiniz
köşe odalarda çekmeme sorununu çözer ama yine dediğim gibi 35 mbit vdsl kullanmaya devam edecekseniz masrafa girmeyin derim fiber için değer

https://www.akakce.com/arama/?q=deco&f=140497&s=1




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

Bendeki takılma sorunu araştırmama göre igmpproxy ile alakalı sanırım.
Loglarda da pek bir şey yok aslında.

quote:

root@OpenWrt:/# logread | grep igmpproxy
Mon Aug 14 01:27:26 2023 user.warn igmpproxy[3165]: No interfaces found for source 0.0.0.0
Mon Aug 14 01:27:28 2023 user.warn igmpproxy[3165]: No interfaces found for source 0.0.0.0

debug modunda şöyle çalışıyor igmpproxy:

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 : 77db8bb0
buildIfVc: Interface lo Addr: 127.0.0.1, Flags: 0x0049, Network: 127/8
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.100.205.39, Flags: 0x10d1, Network: 10.100.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 2
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.1 to 224.0.0.106
The IGMP message was from myself. Ignoring.
About to call timeout 1 (#0)
Aging routes in table.

Current routing table (Age active routes):
-----------------------------------------------------
No routes in table...
-----------------------------------------------------
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.130 to 233.26.166.30
Should insert group 233.26.166.30 (from: 192.168.1.130) to route table. Vif Ix : 0
No existing route for 233.26.166.30. Create new.
Found existing routes. Find insert location.
Inserting at beginning, before route 239.255.255.250
Inserted route table entry for 233.26.166.30 on VIF #0
Joining group 233.26.166.30 upstream on IF address 100.112.86.44
Joining group 233.26.166.30 on interface wan.103

Current routing table (Insert Route):
-----------------------------------------------------
#0: Dst: 233.26.166.30, 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 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 233.26.166.30
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: 233.26.166.30, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 239.255.255.250, Age:2, 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.130 to 233.26.166.30
Should insert group 233.26.166.30 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.30 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.30, 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.1 to 224.0.0.22
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.
About to call timeout 3 (#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.30, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: 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.30, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: 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.30, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: 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 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.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:1, St: I, OutVifs: 0x00000001, dHosts: yes
#1: Dst: 233.26.166.30, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: 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.30
Should insert group 233.26.166.30 (from: 192.168.1.130) to route table. Vif Ix : 0
Updated route entry for 233.26.166.30 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.30, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: 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.2
The IGMP message was from myself. Ignoring.
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 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.30, 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 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.30, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
#2: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001, dHosts: yes
-----------------------------------------------------
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 7 (#0) - delay 10 secs
(Id:7, Time:10)
Created timeout 8 (#1) - delay 115 secs
(Id:7, Time:10)
(Id:8, 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




Bu konuda tavsiyeleriniz olur muydu @0ldskool @androidmeda . Igmpproxy servisini kapatmak ya da açmak etki etmiyor.





< Bu mesaj bu kişi tarafından değiştirildi agritux -- 16 Ağustos 2023; 12:1:18 >
Bu mesaja 2 cevap geldi.

Bu mesajda bahsedilenler: @0ldskool , @androidmeda
İ
2 yıl
Yüzbaşı

Arkadaşlar 3 aylık dynalink wrx36 cihaz var elimde toplasan 1 ay kullanmamışımdır.Openwrt yüklemedim cihaz orijinal yazılımında, openwrt kurmasıda zor geldiği için keneetic ‘e geri dönüş yapacağım ilgilenen olursa satıyorum. Amazondan alındı.

< Resime gitmek için tıklayın >





< Bu mesaj bu kişi tarafından değiştirildi ibcg1995 -- 15 Ağustos 2023; 1:25:39 >

< Bu ileti iOS uygulamasından atıldı >
Bu mesaja 1 cevap geldi.
H
2 yıl
Yarbay

kurulum çok kolay aslında. iki dosya yüklüyorsun o kadar. sonrasında sadece güncellemeler için sysupgrade.bin dosyalarını yükseltmen gerekiyor. gerçi bu cihazın openwrt yazılımı generic ve epenwrt bu modelin de yer aldığı ax qualcom yonga setlerinde hedef düşürme yoluna gitmiş. galiba orjinal sürümü kullanıyor olmak en iyi bir seçenek görünüyor.




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

Ülkede fiyat performans bir tek Xiaomi AX3200 kaldı onlarda 1500 liradan geçen gün tükendi geldiğimiz hale bak
yurt dışından alınacaksa da benim gördüğüm tek mantıklı seçenek amazon’da satılan DL-WRX36 ama bunun da stabil sürümü hala çıkmadı



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