Temat: WRT160NL mesh aktualizacja
Mam WRT160NL z LEDE 17.01. Do której wersji można go zaktualizować żeby chodził jako składnik sieci mesh? Tylko routing w domu, wan przez inny/e router/y, żadnych innych dodatków. Idealnie jak da się z LuCI.
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Oprogramowanie / Software → WRT160NL mesh aktualizacja
Strony 1
Zaloguj się lub zarejestruj by napisać odpowiedź
Mam WRT160NL z LEDE 17.01. Do której wersji można go zaktualizować żeby chodził jako składnik sieci mesh? Tylko routing w domu, wan przez inny/e router/y, żadnych innych dodatków. Idealnie jak da się z LuCI.
Nie rób aktualizacji. Masz za mało ramu żebyś instalował nowe wersje z luci.
Dzięki za szybką odpowiedź.
Ustawiłem w/g instrukcji z https://eko.one.pl/?p=openwrt-sta#mesh, ale mam kilka problemów.
Xiaomi (główny z WAN) z OpenWrt 19.07 - w LuCI nie pokazuje mesha wogóle.
WRT160NL - pokazuje mesh, ale zamiast nazwy ma "?"
No i główny problem to, że z WRT160NL nie przydziela adresu IP po przełączeniu, a jak wpiszę statyczny to nie łączy z internetem.
Xiaomi ma IP 192.168.1.1 a WRT160NL 192.168.1.20
Poza tym, wolałbym, żeby cały mesh był w jednym lanie - do tego wystarczy zmienić uci set wireless.mesh.network=wan na lan ? Czy coś jeszcze?
Szyfrowania mesh nie ustawiałem i komunikacji między klientami.
BTW - mesh szyfruje się, bo inaczej to ktoś może dołożyć swój węzeł?
root@LEDE:~# uci show | grep dhcp
dhcp.@dnsmasq[0]=dnsmasq
dhcp.@dnsmasq[0].domainneeded='1'
dhcp.@dnsmasq[0].boguspriv='1'
dhcp.@dnsmasq[0].filterwin2k='0'
dhcp.@dnsmasq[0].localise_queries='1'
dhcp.@dnsmasq[0].rebind_protection='1'
dhcp.@dnsmasq[0].rebind_localhost='1'
dhcp.@dnsmasq[0].local='/lan/'
dhcp.@dnsmasq[0].domain='lan'
dhcp.@dnsmasq[0].expandhosts='1'
dhcp.@dnsmasq[0].nonegcache='0'
dhcp.@dnsmasq[0].authoritative='1'
dhcp.@dnsmasq[0].readethers='1'
dhcp.@dnsmasq[0].leasefile='/tmp/dhcp.leases'
dhcp.@dnsmasq[0].resolvfile='/tmp/resolv.conf.auto'
dhcp.@dnsmasq[0].localservice='1'
dhcp.@dnsmasq[0].rebind_domain='free.aero2.net.pl'
dhcp.lan=dhcp
dhcp.lan.interface='lan'
dhcp.lan.dhcpv6='server'
dhcp.lan.ra='server'
dhcp.lan.ignore='1'
dhcp.lan.ra_management='1'
dhcp.wan=dhcp
dhcp.wan.interface='wan'
dhcp.wan.ignore='1'
dhcp.odhcpd=odhcpd
dhcp.odhcpd.maindhcp='0'
dhcp.odhcpd.leasefile='/tmp/hosts/odhcpd'
dhcp.odhcpd.leasetrigger='/usr/sbin/odhcpd-update'
network.wan.proto='dhcp'
network.wan6.proto='dhcpv6'
ucitrack.@network[0].affects='dhcp' 'radvd'
ucitrack.@dhcp[0]=dhcp
ucitrack.@dhcp[0].init='dnsmasq'
ucitrack.@dhcp[0].affects='odhcpd'
ucitrack.@odhcpd[0]=odhcpd
ucitrack.@odhcpd[0].init='odhcpd'
root@LEDE:~# uci show | grep 192
network.lan.ipaddr='192.168.1.20'
network.lan.gateway='192.168.1.1'
network.lan.dns='192.168.1.1 8.8.8.8'
openvpn_recipes.server_tap_bridge.server_bridge='192.168.1.1 255.255.255.0 192.168.1.128 192.168.1.254'Pokaż całą konfigurację network, wireless i firewall. Z obu routerów.
Na luci nie patrz. Nie używaj luci do takich celów.
Jeżeli na wanie dostajesz adres .1.x to NIE MOŻESZ mieć na lanie adresu 192.168.1.20. Router wg w/w konfiguracji robi nata, więc musi mieć inne adresacje na wan in na lan.
Mała poprawka - na Xiaomi też nie ma wyjścia na wan przez domowy-internet1.
Docelowo mają być 2 sieci - 1 dla domowników, 2 dla gości. - to powinny być 2 meshe? czy tylko 2 różne wi-fi z innym SSID
root@OpenWrt:~# uci show | grep -E 'wireless|network|firewall'
ddns.myddns_ipv4.ip_source='network'
ddns.myddns_ipv4.ip_network='wan'
ddns.myddns_ipv6.ip_source='network'
ddns.myddns_ipv6.ip_network='wan6'
firewall.@defaults[0]=defaults
firewall.@defaults[0].syn_flood='1'
firewall.@defaults[0].input='ACCEPT'
firewall.@defaults[0].output='ACCEPT'
firewall.@defaults[0].forward='REJECT'
firewall.@zone[0]=zone
firewall.@zone[0].name='lan'
firewall.@zone[0].network='lan'
firewall.@zone[0].input='ACCEPT'
firewall.@zone[0].output='ACCEPT'
firewall.@zone[0].forward='ACCEPT'
firewall.@zone[0].masq='1'
firewall.@zone[1]=zone
firewall.@zone[1].name='wan'
firewall.@zone[1].network='wan' 'wan6'
firewall.@zone[1].input='REJECT'
firewall.@zone[1].output='ACCEPT'
firewall.@zone[1].forward='REJECT'
firewall.@zone[1].masq='1'
firewall.@zone[1].mtu_fix='1'
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src='lan'
firewall.@forwarding[0].dest='wan'
firewall.@rule[0]=rule
firewall.@rule[0].name='Allow-DHCP-Renew'
firewall.@rule[0].src='wan'
firewall.@rule[0].proto='udp'
firewall.@rule[0].dest_port='68'
firewall.@rule[0].target='ACCEPT'
firewall.@rule[0].family='ipv4'
firewall.@rule[1]=rule
firewall.@rule[1].name='Allow-Ping'
firewall.@rule[1].src='wan'
firewall.@rule[1].proto='icmp'
firewall.@rule[1].icmp_type='echo-request'
firewall.@rule[1].family='ipv4'
firewall.@rule[1].target='ACCEPT'
firewall.@rule[2]=rule
firewall.@rule[2].name='Allow-IGMP'
firewall.@rule[2].src='wan'
firewall.@rule[2].proto='igmp'
firewall.@rule[2].family='ipv4'
firewall.@rule[2].target='ACCEPT'
firewall.@rule[3]=rule
firewall.@rule[3].name='Allow-DHCPv6'
firewall.@rule[3].src='wan'
firewall.@rule[3].proto='udp'
firewall.@rule[3].src_ip='fc00::/6'
firewall.@rule[3].dest_ip='fc00::/6'
firewall.@rule[3].dest_port='546'
firewall.@rule[3].family='ipv6'
firewall.@rule[3].target='ACCEPT'
firewall.@rule[4]=rule
firewall.@rule[4].name='Allow-MLD'
firewall.@rule[4].src='wan'
firewall.@rule[4].proto='icmp'
firewall.@rule[4].src_ip='fe80::/10'
firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
firewall.@rule[4].family='ipv6'
firewall.@rule[4].target='ACCEPT'
firewall.@rule[5]=rule
firewall.@rule[5].name='Allow-ICMPv6-Input'
firewall.@rule[5].src='wan'
firewall.@rule[5].proto='icmp'
firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
firewall.@rule[5].limit='1000/sec'
firewall.@rule[5].family='ipv6'
firewall.@rule[5].target='ACCEPT'
firewall.@rule[6]=rule
firewall.@rule[6].name='Allow-ICMPv6-Forward'
firewall.@rule[6].src='wan'
firewall.@rule[6].dest='*'
firewall.@rule[6].proto='icmp'
firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
firewall.@rule[6].limit='1000/sec'
firewall.@rule[6].family='ipv6'
firewall.@rule[6].target='ACCEPT'
firewall.@rule[7]=rule
firewall.@rule[7].name='Allow-IPSec-ESP'
firewall.@rule[7].src='wan'
firewall.@rule[7].dest='lan'
firewall.@rule[7].proto='esp'
firewall.@rule[7].target='ACCEPT'
firewall.@rule[8]=rule
firewall.@rule[8].name='Allow-ISAKMP'
firewall.@rule[8].src='wan'
firewall.@rule[8].dest='lan'
firewall.@rule[8].dest_port='500'
firewall.@rule[8].proto='udp'
firewall.@rule[8].target='ACCEPT'
firewall.@include[0]=include
firewall.@include[0].path='/etc/firewall.user'
firewall.@rule[9]=rule
firewall.@rule[9].src='lan'
firewall.@rule[9].dest='wan'
firewall.@rule[9].proto='tcp udp'
firewall.@rule[9].src_mac='9C:2A:70:1A:F7:91'
firewall.@rule[9].name='block monia'
firewall.@rule[9].target='REJECT'
firewall.@rule[9].enabled='0'
firewall.@zone[2]=zone
firewall.@zone[2].forward='REJECT'
firewall.@zone[2].name='guest'
firewall.@zone[2].output='ACCEPT'
firewall.@zone[2].network='guest lan'
firewall.@zone[2].input='REJECT'
firewall.@rule[10]=rule
firewall.@rule[10].dest_port='67-68'
firewall.@rule[10].src='guest'
firewall.@rule[10].name='Gueest DHCP'
firewall.@rule[10].target='ACCEPT'
firewall.@rule[10].proto='udp'
firewall.@rule[11]=rule
firewall.@rule[11].dest_port='53'
firewall.@rule[11].src='guest'
firewall.@rule[11].name='Guest DNS'
firewall.@rule[11].target='ACCEPT'
firewall.@rule[11].proto='tcp udp'
firewall.@rule[12]=rule
firewall.@rule[12].src='guest'
firewall.@rule[12].name='Guest block to Domin'
firewall.@rule[12].dest='lan'
firewall.@rule[12].target='REJECT'
firewall.@rule[12].proto='tcp udp'
firewall.@rule[12].enabled='0'
firewall.@rule[13]=rule
firewall.@rule[13].proto='all'
firewall.@rule[13].name='block Brickset'
firewall.@rule[13].dest_ip='104.26.12.83'
firewall.@rule[13].src='lan'
firewall.@rule[13].dest='*'
firewall.@rule[13].start_time='08:00:00'
firewall.@rule[13].stop_time='13:00:00'
firewall.@rule[13].target='REJECT'
firewall.@forwarding[1]=forwarding
firewall.@forwarding[1].dest='wan'
firewall.@forwarding[1].src='guest'
firewall.@rule[14]=rule
firewall.@rule[14].src='lan'
firewall.@rule[14].name='Brickset2'
firewall.@rule[14].dest='wan'
firewall.@rule[14].target='REJECT'
firewall.@rule[14].proto='all'
firewall.@rule[14].start_time='08:00:00'
firewall.@rule[14].stop_time='13:00:00'
firewall.@rule[14].dest_ip='104.26.13.83'
firewall.@rule[15]=rule
firewall.@rule[15].src='lan'
firewall.@rule[15].name='Brickset3'
firewall.@rule[15].dest='wan'
firewall.@rule[15].dest_ip='172.67.75.125'
firewall.@rule[15].target='REJECT'
firewall.@rule[15].proto='tcp udp'
firewall.@rule[15].start_time='08:00:00'
firewall.@rule[15].stop_time='13:00:00'
luci.flash_keep.firewall='/etc/firewall.user'
network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fdc8:5053:3f60::/48'
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='eth0.1'
network.lan.proto='static'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.lan.ipaddr='192.168.1.1'
network.lan_dev=device
network.lan_dev.name='eth0.1'
network.lan_dev.macaddr='34:ce:00:67:40:aa'
network.wan=interface
network.wan.ifname='eth0.2'
network.wan.proto='dhcp'
network.wan.type='bridge'
network.wan6=interface
network.wan6.ifname='eth0.2'
network.wan6.proto='dhcpv6'
network.@switch[0]=switch
network.@switch[0].name='switch0'
network.@switch[0].reset='1'
network.@switch[0].enable_vlan='1'
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device='switch0'
network.@switch_vlan[0].vlan='1'
network.@switch_vlan[0].ports='2 3 6t'
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device='switch0'
network.@switch_vlan[1].vlan='2'
network.@switch_vlan[1].ports='1 6t'
network.guest=interface
network.guest.proto='static'
network.guest.ipaddr='192.168.5.1'
network.guest.netmask='255.255.255.0'
ucitrack.@network[0]=network
ucitrack.@network[0].init='network'
ucitrack.@network[0].affects='dhcp' 'radvd'
ucitrack.@wireless[0]=wireless
ucitrack.@wireless[0].affects='network'
ucitrack.@firewall[0]=firewall
ucitrack.@firewall[0].init='firewall'
ucitrack.@firewall[0].affects='luci-splash' 'qos' 'miniupnpd'
uhttpd.main.network_timeout='30'
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.hwmode='11g'
wireless.radio0.path='pci0000:00/0000:00:00.0/0000:01:00.0'
wireless.radio0.country='PL'
wireless.radio0.htmode='HT40'
wireless.radio0.channel='1'
wireless.radio1=wifi-device
wireless.radio1.type='mac80211'
wireless.radio1.channel='36'
wireless.radio1.hwmode='11a'
wireless.radio1.path='pci0000:00/0000:00:01.0/0000:02:00.0'
wireless.radio1.htmode='VHT80'
wireless.radio1.disabled='1'
wireless.radio1.country='PL'
wireless.mesh=wifi-iface
wireless.mesh.device='radio0'
wireless.mesh.network='wan'
wireless.mesh.encryption='none'
wireless.mesh.disabled='0'
wireless.mesh.mode='mesh'
wireless.mesh.mesh_id='meshtest'
wireless.mesh.mesh_fwding='1'
wireless.wifinet1=wifi-iface
wireless.wifinet1.encryption='psk2'
wireless.wifinet1.device='radio0'
wireless.wifinet1.mode='ap'
wireless.wifinet1.network='lan'
wireless.wifinet1.ssid='domowy-internet1'
wireless.wifinet1.key='12345678'
wireless.wifinet2=wifi-iface
wireless.wifinet2.ssid='Domin2'
wireless.wifinet2.encryption='psk2'
wireless.wifinet2.device='radio0'
wireless.wifinet2.mode='ap'
wireless.wifinet2.network='lan'
wireless.wifinet2.key='innehaslo'root@LEDE:~# uci show | grep -E 'wireless|network|firewall'
ddns.myddns_ipv4.ip_source='network'
ddns.myddns_ipv4.ip_network='wan'
ddns.myddns_ipv6.ip_source='network'
ddns.myddns_ipv6.ip_network='wan6'
firewall.@defaults[0]=defaults
firewall.@defaults[0].syn_flood='1'
firewall.@defaults[0].input='ACCEPT'
firewall.@defaults[0].output='ACCEPT'
firewall.@defaults[0].forward='REJECT'
firewall.@zone[0]=zone
firewall.@zone[0].name='lan'
firewall.@zone[0].input='ACCEPT'
firewall.@zone[0].output='ACCEPT'
firewall.@zone[0].forward='ACCEPT'
firewall.@zone[0].network='lan Dom'
firewall.@zone[1]=zone
firewall.@zone[1].name='wan'
firewall.@zone[1].input='REJECT'
firewall.@zone[1].output='ACCEPT'
firewall.@zone[1].forward='REJECT'
firewall.@zone[1].masq='1'
firewall.@zone[1].mtu_fix='1'
firewall.@zone[1].network='wan wan6 Xiaomi_wan'
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src='lan'
firewall.@forwarding[0].dest='wan'
firewall.@rule[0]=rule
firewall.@rule[0].name='Allow-DHCP-Renew'
firewall.@rule[0].src='wan'
firewall.@rule[0].proto='udp'
firewall.@rule[0].dest_port='68'
firewall.@rule[0].target='ACCEPT'
firewall.@rule[0].family='ipv4'
firewall.@rule[1]=rule
firewall.@rule[1].name='Allow-Ping'
firewall.@rule[1].src='wan'
firewall.@rule[1].proto='icmp'
firewall.@rule[1].icmp_type='echo-request'
firewall.@rule[1].family='ipv4'
firewall.@rule[1].target='ACCEPT'
firewall.@rule[2]=rule
firewall.@rule[2].name='Allow-IGMP'
firewall.@rule[2].src='wan'
firewall.@rule[2].proto='igmp'
firewall.@rule[2].family='ipv4'
firewall.@rule[2].target='ACCEPT'
firewall.@rule[3]=rule
firewall.@rule[3].name='Allow-DHCPv6'
firewall.@rule[3].src='wan'
firewall.@rule[3].proto='udp'
firewall.@rule[3].src_ip='fc00::/6'
firewall.@rule[3].dest_ip='fc00::/6'
firewall.@rule[3].dest_port='546'
firewall.@rule[3].family='ipv6'
firewall.@rule[3].target='ACCEPT'
firewall.@rule[4]=rule
firewall.@rule[4].name='Allow-MLD'
firewall.@rule[4].src='wan'
firewall.@rule[4].proto='icmp'
firewall.@rule[4].src_ip='fe80::/10'
firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
firewall.@rule[4].family='ipv6'
firewall.@rule[4].target='ACCEPT'
firewall.@rule[5]=rule
firewall.@rule[5].name='Allow-ICMPv6-Input'
firewall.@rule[5].src='wan'
firewall.@rule[5].proto='icmp'
firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
firewall.@rule[5].limit='1000/sec'
firewall.@rule[5].family='ipv6'
firewall.@rule[5].target='ACCEPT'
firewall.@rule[6]=rule
firewall.@rule[6].name='Allow-ICMPv6-Forward'
firewall.@rule[6].src='wan'
firewall.@rule[6].dest='*'
firewall.@rule[6].proto='icmp'
firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
firewall.@rule[6].limit='1000/sec'
firewall.@rule[6].family='ipv6'
firewall.@rule[6].target='ACCEPT'
firewall.@rule[7]=rule
firewall.@rule[7].name='Allow-IPSec-ESP'
firewall.@rule[7].src='wan'
firewall.@rule[7].dest='lan'
firewall.@rule[7].proto='esp'
firewall.@rule[7].target='ACCEPT'
firewall.@rule[8]=rule
firewall.@rule[8].name='Allow-ISAKMP'
firewall.@rule[8].src='wan'
firewall.@rule[8].dest='lan'
firewall.@rule[8].dest_port='500'
firewall.@rule[8].proto='udp'
firewall.@rule[8].target='ACCEPT'
firewall.@include[0]=include
firewall.@include[0].path='/etc/firewall.user'
luci.flash_keep.firewall='/etc/firewall.user'
network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fd87:e52d:c1d3::/48'
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='eth0'
network.lan.proto='static'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.lan.ipaddr='192.168.1.20'
network.lan.gateway='192.168.1.1'
network.lan.dns='192.168.1.1 8.8.8.8'
network.wan=interface
network.wan.ifname='eth1'
network.wan.proto='dhcp'
network.wan.peerdns='0'
network.wan.dns='8.8.8.8 208.67.222.222 2620:0:ccc::2 2001:4860:4860::8844'
network.wan.type='bridge'
network.wan6=interface
network.wan6.ifname='eth1'
network.wan6.proto='dhcpv6'
network.@switch[0]=switch
network.@switch[0].name='switch0'
network.@switch[0].reset='1'
network.@switch[0].enable_vlan='1'
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device='switch0'
network.@switch_vlan[0].vlan='1'
network.@switch_vlan[0].ports='0 1 2 3 4'
ucitrack.@network[0]=network
ucitrack.@network[0].init='network'
ucitrack.@network[0].affects='dhcp' 'radvd'
ucitrack.@wireless[0]=wireless
ucitrack.@wireless[0].affects='network'
ucitrack.@firewall[0]=firewall
ucitrack.@firewall[0].init='firewall'
ucitrack.@firewall[0].affects='luci-splash' 'qos' 'miniupnpd'
uhttpd.main.network_timeout='30'
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.hwmode='11g'
wireless.radio0.path='platform/ath9k'
wireless.radio0.country='PL'
wireless.radio0.htmode='HT40'
wireless.radio0.channel='1'
wireless.radio0.disabled='0'
wireless.mesh=wifi-iface
wireless.mesh.device='radio0'
wireless.mesh.network='wan'
wireless.mesh.encryption='none'
wireless.mesh.disabled='0'
wireless.mesh.mode='mesh'
wireless.mesh.mesh_id='meshtest'
wireless.mesh.mesh_fwding='1'
wireless.@wifi-iface[1]=wifi-iface
wireless.@wifi-iface[1].device='radio0'
wireless.@wifi-iface[1].ssid='domowy-internet1'
wireless.@wifi-iface[1].encryption='psk2'
wireless.@wifi-iface[1].key='12345678'
wireless.@wifi-iface[1].mode='ap'
wireless.@wifi-iface[1].wps_pushbutton='0'
wireless.@wifi-iface[1].network='lan'Więc po pierwsze -xiaomi robi za gatewaya i on musi mieć połączenie. Jaki adres IP masz na wanie xiaomi?
Czy ty nie chcesz zrobić zwykłego mostu bezprzewodowego po prostu?
W Xiaomi na wanie mam 192.168.2.2 z Funbox od Orange (wyłączone Wi-fi).
Poprzednio miałem ustawione Xiaomi jako gateway, a WRT160NL podłączony po LANie. Na obu ten sam Wi-Fi na innych portach. Chciałem mesh, bo tamto przy tamtym ustawieniu kiepsko działało przełączanie AP, no i obecnie kabla nie ma, więc wolałbym, żeby routery łączyły się bez kabla.
W planach mam dokupić jeszcze router LTE i go podłączyć do Xiaomi (raczej kablem) i zrobić multiwan. Docelowo Funbox pewnie wyleci.
Jak masz lepszy pomysł na spięcie tego to jestem otwarty na propozycje.
Zwykły most bezprzewodowy zrób.
Działa. Dzięki.
Strony 1
Zaloguj się lub zarejestruj by napisać odpowiedź
eko.one.pl → Oprogramowanie / Software → WRT160NL mesh aktualizacja
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc