Czyli nie ma takiej potrzeby. Dzięki.

Jak to teraz wygląda? Czy jeszcze coś do poprawy? Pytanie nie w temacie, ale dotyczące openwrt, czy warto włączyć Internet IPv6 i czy jestem w stanie to ogarnąć?

root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.device='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='fd11:0f91:a52d::/48'
network.@device[0]=device
network.@device[0].name='br-lan'
network.@device[0].type='bridge'
network.@device[0].ports='lan2' 'lan3' 'lan4'
network.lan=interface
network.lan.device='br-lan'
network.lan.proto='static'
network.lan.ipaddr='192.168.2.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.@device[1]=device
network.@device[1].name='wan'
network.@device[1].macaddr='50:88:11:52:33:ed'
network.wan=interface
network.wan.device='wan'
network.wan.proto='dhcp'
network.wan6=interface
network.wan6.device='wan'
network.wan6.proto='dhcpv6'
network.wan6.reqaddress='try'
network.wan6.reqprefix='auto'
root@OpenWrt:~# ifstatus wan
{
        "up": true,
        "pending": false,
        "available": true,
        "autostart": true,
        "dynamic": false,
        "uptime": 558,
        "l3_device": "wan",
        "proto": "dhcp",
        "device": "wan",
        "metric": 0,
        "dns_metric": 0,
        "delegation": true,
        "ipv4-address": [
                {
                        "address": "192.168.1.168",
                        "mask": 24
                }
        ],
        "ipv6-address": [

        ],
        "ipv6-prefix": [

        ],
        "ipv6-prefix-assignment": [

        ],
        "route": [
                {
                        "target": "0.0.0.0",
                        "mask": 0,
                        "nexthop": "192.168.1.1",
                        "source": "192.168.1.168/32"
                }
        ],
        "dns-server": [
                "192.168.1.1"
        ],
        "dns-search": [

        ],
        "neighbors": [

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

                ],
                "ipv6-address": [

                ],
                "route": [

                ],
                "dns-server": [

                ],
                "dns-search": [

                ],
                "neighbors": [

                ]
        },
        "data": {
                "dhcpserver": "192.168.1.1",
                "hostname": "OpenWrt",
                "leasetime": 600
        }
}
root@OpenWrt:~# route -n

root@OpenWrt:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=114 time=9.037 ms
64 bytes from 8.8.8.8: seq=1 ttl=114 time=9.394 ms
64 bytes from 8.8.8.8: seq=2 ttl=114 time=8.913 ms
64 bytes from 8.8.8.8: seq=3 ttl=114 time=9.582 ms
64 bytes from 8.8.8.8: seq=4 ttl=114 time=8.739 ms
64 bytes from 8.8.8.8: seq=5 ttl=114 time=8.796 ms
64 bytes from 8.8.8.8: seq=6 ttl=114 time=8.763 ms
64 bytes from 8.8.8.8: seq=7 ttl=114 time=9.614 ms

Dzięki Cezary. Nie było dla mnie logiczne zmienić tak. Działa. Namęczyłem się sporo.

zmieniałem na 192.168.1.2 bo ta sama sieć i nic to nie dawało. Robię tak jak napisałeś.

panika się wkrada, wyciągnąłem kabel
root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.device='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='fd11:0f91:a52d::/48'
network.@device[0]=device
network.@device[0].name='br-lan'
network.@device[0].type='bridge'
network.@device[0].ports='lan2' 'lan3' 'lan4'
network.lan=interface
network.lan.device='br-lan'
network.lan.proto='static'
network.lan.ipaddr='192.168.1.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.@device[1]=device
network.@device[1].name='wan'
network.@device[1].macaddr='50:88:11:52:33:ed'
network.wan=interface
network.wan.device='wan'
network.wan.proto='dhcp'
network.wan6=interface
network.wan6.device='wan'
network.wan6.proto='dhcpv6'
network.wan6.reqaddress='try'
network.wan6.reqprefix='auto'
root@OpenWrt:~# ifstatus wan
{
        "up": true,
        "pending": false,
        "available": true,
        "autostart": true,
        "dynamic": false,
        "uptime": 89,
        "l3_device": "wan",
        "proto": "dhcp",
        "device": "wan",
        "updated": [
                "addresses",
                "routes",
                "data"
        ],
        "metric": 0,
        "dns_metric": 0,
        "delegation": true,
        "ipv4-address": [
                {
                        "address": "192.168.1.168",
                        "mask": 24
                }
        ],
        "ipv6-address": [

        ],
        "ipv6-prefix": [

        ],
        "ipv6-prefix-assignment": [

        ],
        "route": [
                {
                        "target": "0.0.0.0",
                        "mask": 0,
                        "nexthop": "192.168.1.1",
                        "source": "192.168.1.168/32"
                }
        ],
        "dns-server": [
                "192.168.1.1"
        ],
        "dns-search": [

        ],
        "neighbors": [

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

                ],
                "ipv6-address": [

                ],
                "route": [

                ],
                "dns-server": [

                ],
                "dns-search": [

                ],
                "neighbors": [

                ]
        },
        "data": {
                "dhcpserver": "192.168.1.1",
                "hostname": "OpenWrt",
                "leasetime": 600
        }
}
root@OpenWrt:~# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 wan
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 br-lan
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 wan
root@OpenWrt:~#

głupie pytanie, jak to zrobić? Nie radzę sobie z tym.

root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.device='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='fd11:0f91:a52d::/48'
network.@device[0]=device
network.@device[0].name='br-lan'
network.@device[0].type='bridge'
network.@device[0].ports='lan2' 'lan3' 'lan4'
network.lan=interface
network.lan.device='br-lan'
network.lan.proto='static'
network.lan.ipaddr='192.168.1.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.@device[1]=device
network.@device[1].name='wan'
network.@device[1].macaddr='50:88:11:52:33:ed'
network.wan=interface
network.wan.device='wan'
network.wan.proto='dhcp'
network.wan6=interface
network.wan6.device='wan'
network.wan6.proto='dhcpv6'
network.wan6.reqaddress='try'
network.wan6.reqprefix='auto'
root@OpenWrt:~# ifstatus wan
{
        "up": false,
        "pending": false,
        "available": true,
        "autostart": true,
        "dynamic": false,
        "proto": "dhcp",
        "device": "wan",
        "data": {

        }
}
root@OpenWrt:~# route -nroot@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.device='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='fd11:0f91:a52d::/48'
network.@device[0]=device
network.@device[0].name='br-lan'
route: unrecognized option: r
BusyBox v1.36.1 (2023-11-15 10:00:19 UTC) multi-call binary.

Usage: route [-ne] [-A inet[6]] [{add|del} [-net|-host] TARGET [netmask MASK]
        [gw GATEWAY] [metric N] [mss BYTES] [window BYTES] [reject] [IFACE]]

Show or edit kernel routing tables

        -n      Don't resolve names
        -e      Display other/more information
        -A inet[6]      Select address family
root@OpenWrt:~# network.loopback=interface
-ash: network.loopback=interface: not found
root@OpenWrt:~# network.loopback.device='lo'
-ash: network.loopback.device=lo: not found
root@OpenWrt:~# network.loopback.proto='static'
-ash: network.loopback.proto=static: not found
root@OpenWrt:~# network.loopback.ipaddr='127.0.0.1'
-ash: network.loopback.ipaddr=127.0.0.1: not found
root@OpenWrt:~# network.loopback.netmask='255.0.0.0'
-ash: network.loopback.netmask=255.0.0.0: not found
root@OpenWrt:~# network.globals=globals
-ash: network.globals=globals: not found
root@OpenWrt:~# network.globals.ula_prefix='fd11:0f91:a52d::/48'
-ash: network.globals.ula_prefix=fd11:0f91:a52d::/48: not found
root@OpenWrt:~# network.@device[0]=device
-ash: network.@device[0]=device: not found
root@OpenWrt:~# network.@device[0].name='br-lan'
-ash: network.@device[0].name=br-lan: not found
root@OpenWrt:~# network.@device[0].type='bridge'
network.lan=interface
-ash: network.@device[0].type=bridge: not found
root@OpenWrt:~# network.@device[0].ports='lan2' 'lan3' 'lan4'
-ash: network.@device[0].ports=lan2: not found
network.lan.device='br-lan'
root@OpenWrt:~# network.lan=interface
-ash: network.lan=interface: not found
root@OpenWrt:~# network.lan.device='br-lan'
-ash: network.lan.device=br-lan: not found
root@OpenWrt:~# network.lan.proto='static'
-ash: network.lan.proto=static: not found
root@OpenWrt:~# network.lan.ipaddr='192.168.1.1'
-ash: network.lan.ipaddr=192.168.1.1: not found
root@OpenWrt:~# network.lan.netmask='255.255.255.0'
network.@device[1]=device
-ash: network.lan.netmask=255.255.255.0: not found
root@OpenWrt:~# network.lan.ip6assign='60'
-ash: network.lan.ip6assign=60: not found
root@OpenWrt:~# network.@device[1]=device
network.@device[1].name='wan'
network.@device[1].macaddr='50:88:11:52:33:ed'
-ash: network.@device[1]=device: not found
root@OpenWrt:~# network.@device[1].name='wan'
network.wan=interface
-ash: network.@device[1].name=wan: not found
root@OpenWrt:~# network.@device[1].macaddr='50:88:11:52:33:ed'
-ash: network.@device[1].macaddr=50:88:11:52:33:ed: not found
root@OpenWrt:~# network.wan=interface
-ash: network.wan=interface: not found
root@OpenWrt:~# network.wan.device='wan'
-ash: network.wan.device=wan: not found
root@OpenWrt:~# network.wan.proto='dhcp'
network.wan6.device='wan'
-ash: network.wan.proto=dhcp: not found
root@OpenWrt:~# network.wan6=interface
network.wan6.proto='dhcpv6'
-ash: network.wan6=interface: not found
root@OpenWrt:~# network.wan6.device='wan'
network.wan6.reqaddress='try'
-ash: network.wan6.device=wan: not found
root@OpenWrt:~# network.wan6.proto='dhcpv6'
-ash: network.wan6.proto=dhcpv6: not found
root@OpenWrt:~# network.wan6.reqaddress='try'
-ash: network.wan6.reqaddress=try: not found
root@OpenWrt:~# ifstatus wan
root@OpenWrt:~# network.wan6.reqprefix='auto'
-ash: network.wan6.reqprefix=auto: not found
root@OpenWrt:~# root@OpenWrt:~# ifstatus wan
        "up": false,
-ash: root@OpenWrt:~#: not found
root@OpenWrt:~# {
>         "up": false,
>         "pending": false,
>         "available": true,
>         "autostart": true,
>         "dynamic": false,
>         "proto": "dhcp",
>         "device": "wan",
>         "data": {
>
        }
>         }
-ash: up:: not found
}
-ash: pending:: not found
-ash: available:: not found
root@OpenWrt:~# route -n
-ash: autostart:: not found
-ash: dynamic:: not found
-ash: proto:: not found
-ash: device:: not found
-ash: data:: not found
root@OpenWrt:~# }
-ash: syntax error: unexpected "}"
root@OpenWrt:~# root@OpenWrt:~# route -n
-ash: root@OpenWrt:~#: not found
root@OpenWrt:~#

Witam,
zakupiłem ax3000t, wgrałem openwrt patcherem xmir na obrazach Cezarego, mam nadzieję, że ok wszystko zrobione. Wcześniej miałem gargoyle i tam nie miałem problemu z konfiguracją. Niestety tutaj nie potrafię przez to przebrnąć i ustawić działającego internetu. Kabel podłączony do pierwszego rj45 od strony zasilania, czyli wan. Prób mnóstwo i nic. Może ktoś mi podpowie, proszę. Mój ipconfig:
Microsoft Windows [Version 10.0.19045.4717]
(c) Microsoft Corporation. Wszelkie prawa zastrzeżone.

C:\Users\_MIREK_>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : MIREK
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : lan

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . : lan
   Description . . . . . . . . . . . : Realtek PCIe GbE Family Controller
   Physical Address. . . . . . . . . : F0-76-1C-3C-38-B7
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : fd11:f91:a52d::708(Preferred)
   Lease Obtained. . . . . . . . . . : poniedziałek, 29 lipca 2024 15:39:03
   Lease Expires . . . . . . . . . . : wtorek, 30 lipca 2024 03:39:04
   IPv6 Address. . . . . . . . . . . : fd11:f91:a52d:0:91d2:5d4e:ed40:b9bd(Preferred)
   Temporary IPv6 Address. . . . . . : fd11:f91:a52d:0:3d51:66f8:cf49:2698(Preferred)
   Link-local IPv6 Address . . . . . : fe80::79b9:3919:43fd:d3d0%15(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.1.219(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : poniedziałek, 29 lipca 2024 14:33:32
   Lease Expires . . . . . . . . . . : wtorek, 30 lipca 2024 03:39:03
   Default Gateway . . . . . . . . . : 192.168.1.1
   DHCP Server . . . . . . . . . . . : 192.168.1.1
   DHCPv6 IAID . . . . . . . . . . . : 267417116
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-2C-AB-13-2F-F0-76-1C-3C-38-B7
   DNS Servers . . . . . . . . . . . : fd11:f91:a52d::1
                                       192.168.1.1
                                       fd11:f91:a52d::1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Wireless LAN adapter Połączenie lokalne* 1:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
   Physical Address. . . . . . . . . : 1E-B5-7D-68-41-3C
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Wireless LAN adapter Połączenie lokalne* 2:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2
   Physical Address. . . . . . . . . : 2E-B5-7D-68-41-3C
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Wireless LAN adapter Wi-Fi:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : lan
   Description . . . . . . . . . . . : Qualcomm Atheros AR956x Wireless Network Adapter
   Physical Address. . . . . . . . . : AC-B5-7D-68-41-3C
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

11

(4 odpowiedzi, napisanych Oprogramowanie / Software)

Tyle mi pokazuje obecnie Flash: total: 448KB, free: 152KB, used: 66%
nie wiem czy to dobrze odszukałem
/overlay
/overlay/upper
/overlay/upper/etc
/overlay/upper/etc/opkg.conf
/overlay/upper/etc/samba
/overlay/upper/etc/samba/smb.conf
/overlay/upper/etc/samba/secrets.tdb
/overlay/upper/etc/samba/smbpasswd
/overlay/upper/etc/rc.button
/overlay/upper/etc/rc.button/BTN_2
/overlay/upper/etc/rc.button/wps
/overlay/upper/etc/rc.button/reboot
/overlay/upper/etc/rc.button/power
/overlay/upper/etc/rc.button/reset
/overlay/upper/etc/rc.button/rfkill
/overlay/upper/etc/config
/overlay/upper/etc/config/qos_gargoyle
/overlay/upper/etc/config/samba
/overlay/upper/etc/config/gargoyle
/overlay/upper/etc/config/fstab
/overlay/upper/etc/config/ubootenv
/overlay/upper/etc/config/network
/overlay/upper/etc/config/vsftpd
/overlay/upper/etc/config/etherwake
/overlay/upper/etc/config/ddns_gargoyle
/overlay/upper/etc/config/firewall
/overlay/upper/etc/config/nfsd
/overlay/upper/etc/config/system
/overlay/upper/etc/config/uhttpd
/overlay/upper/etc/config/dropbear
/overlay/upper/etc/config/adblock
/overlay/upper/etc/config/wireless
/overlay/upper/etc/config/p910nd
/overlay/upper/etc/config/dhcp
/overlay/upper/etc/config/webmon_gargoyle
/overlay/upper/etc/config/share_users
/overlay/upper/etc/exports
/overlay/upper/etc/gargoyle_default_ifs
/overlay/upper/etc/shadow
/overlay/upper/etc/banner
/overlay/upper/etc/sysupgrade.conf
/overlay/upper/etc/rc.d
/overlay/upper/etc/rc.d/S50cron
/overlay/upper/etc/rc.d/S19dnsmasq
/overlay/upper/etc/rc.d/S99p910nd
/overlay/upper/etc/rc.d/S85webmon_gargoyle
/overlay/upper/etc/ddns_gargoyle.conf
/overlay/upper/etc/crontabs
/overlay/upper/etc/crontabs/root
/overlay/upper/etc/opkg.gpkg.tmp
/overlay/upper/etc/dropbear
/overlay/upper/etc/dropbear/dropbear_rsa_host_key
/overlay/upper/etc/group
/overlay/upper/etc/dnsmasq.conf
/overlay/upper/etc/share_user_list
/overlay/upper/etc/urandom.seed
/overlay/upper/etc/md5
/overlay/upper/etc/md5/ddns_gargoyle.md5
/overlay/upper/etc/passwd
/overlay/upper/etc/passwd-
/overlay/upper/etc/uci-defaults
/overlay/upper/etc/uci-defaults/zz-eko1
/overlay/upper/etc/uci-defaults/init_gargoyle_printer_page
/overlay/upper/etc/uci-defaults/plugin-gargoyle-cron
/overlay/upper/etc/uci-defaults/13_fix_group_user
/overlay/upper/etc/uci-defaults/gpkg-uci-defaults
/overlay/upper/etc/uci-defaults/init_gargoyle_wol_plugin
/overlay/upper/etc/uci-defaults/plugin-gargoyle-adblock
/overlay/upper/etc/uci-defaults/plugin-gargoyle-logread
/overlay/upper/etc/uci-defaults/04_led_migration
/overlay/upper/etc/uci-defaults/init_gargoyle_ddns_plugin
/overlay/upper/etc/uci-defaults/zzz-polish-pl
/overlay/upper/etc/uci-defaults/gargoyle-init
/overlay/upper/etc/uci-defaults/plugin-gargoyle-wifi-schedule
/overlay/upper/etc/uci-defaults/12_network-generate-ula
/overlay/upper/etc/uci-defaults/30_uboot-envtools
/overlay/upper/etc/uci-defaults/zzz-gargoyle-i18n
/overlay/upper/etc/uci-defaults/gargoyle_button_handlers
/overlay/upper/etc/uci-defaults/10_migrate-shadow
/overlay/upper/etc/uci-defaults/plugin-gargoyle-ping-watchdog
/overlay/upper/etc/uci-defaults/usb-storage-restore-plugin-root
/overlay/upper/etc/uci-defaults/odhcpd.defaults
/overlay/upper/etc/uci-defaults/10-fstab
/overlay/upper/etc/ethers
/overlay/upper/etc/board.json
/overlay/upper/etc/shadow-
/overlay/upper/etc/hosts
/overlay/upper/usr
/overlay/upper/usr/data
/overlay/upper/usr/data/quotas
/overlay/upper/usr/data/bwmon
/overlay/upper/usr/data/bwmon/bdist4-download-day-31.bw
/overlay/upper/usr/data/bwmon/bdist5-download-month-12.bw
/overlay/upper/usr/data/bwmon/total4-download-7200-359.bw
/overlay/upper/usr/data/bwmon/total5-download-day-365.bw
/overlay/upper/usr/data/bwmon/total4-upload-7200-359.bw
/overlay/upper/usr/data/bwmon/total5-upload-day-365.bw
/overlay/upper/usr/data/bwmon/bdist4-upload-day-31.bw
/overlay/upper/usr/data/bwmon/bdist5-upload-month-12.bw
/overlay/upper/plugin_root
/overlay/upper/plugin_root/etc
/overlay/upper/plugin_root/tmp
/overlay/upper/plugin_root/var
/overlay/upper/lib
/overlay/upper/lib/firmware
/overlay/upper/lib/firmware/ath9k-eeprom-pci-0000:00:00.0.bin
/overlay/upper/www
/overlay/upper/www/firstboot.i18n.sh
/overlay/upper/www/firstboot.sh
/overlay/upper/bin
/overlay/upper/bin/opkg
/overlay/upper/nfs
/overlay/work
/overlay/work/work
/overlay/.fs_state
nic mi to nie mówi smile

12

(4 odpowiedzi, napisanych Oprogramowanie / Software)

Ty jak zwykle szybko i konkretnie. Dzięki Cezary. Po lekturze wydaje mi się, że w przypadku mojego routera to oprogramowanie które jest wgrane jest bardziej dedykowane, czyli nic nie zmieniam. Co do zapychanego flashu w tym momencie już nie zobaczę bo przywróciłem ustawienia, zobaczę przy następnym komunikacie.

Witam,
obecnie mam wgrane do routera WDR-4300 oprogramowanie  Aktualna wersja Gargoyle: 1.13.0.2 (b69041f8) z pliku TP-Link TL-WDR4300 v1 (ath79/generic). Aktualizacja do tej wersji została zrobiona automatycznie, czyli poprzez sprawdź dostępność nowej wersji. Wcześniejsze wersje które miałem wgrane były (ar71xx/generic). Szukałem jakiś podpowiedzi czym się one różnią, niestety nie znalazłem odpowiedzi. Jeżeli próbuję wgrać TP-LINK TL-WDR4300 v1 (ar71xx/generic) to wyskakuje komunikat:"Firmware zostało wykryte jako niezgodne z tym urządzeniem (złe urządzenie LUB zbyt duży plik LUB nieprawidłowy format oprogramowania). Wymuszenie aktualizacji firmware może spowodować uszkodzenie urządzenia. Upewnij się, że to firmware jest prawidłowe dla twojego urządzenia!Jeśli chcesz wymusić aktualizację, zaznacz Wymuś aktualizację poniżej." We wcześniejszym poście Cezary podpowiedział żeby wgrywać poprzez ssh "jeżeli wyskoczy info że obraz nie jest kompatybilny to robisz to przez ssh"
Moje pytania związane są z tym, że nie dogrywałem żadnych pakietów żeby pozapychać flash, wrócił mi komunikat  „ pamięć flash routera jest zapełniona …". Jedynie co próbowałem zrobić to przestawić dla testów DHCP (WIFI) którego nie mogłem zapisać a po restarcie komunikat.
Prosiłbym o odpowiedź na moje pytania:

1. jaka jest różnica w wersjach?
2. które wgrać do mojego routera?
3. jeżeli ar71xx/generic to wyłącznie poprzez ssh czy można też " zaznacz Wymuś aktualizację poniżej" ?

Może problem jest w oprogramowaniu jakie wgrałem.

Żeby zakończyć...
po przywróceniu domyślnej konfiguracji wgrałem oprogramowanie bez zachowania jej i komunikat o zajętej pamięci znikł. Po przywróceniu z backupu ten sam problem. Wgrałem jeszcze raz, wklepałem wszystko z palca, jak do tej pory ok i niech tak zostanie. Dzięki za pomoc.

Wybacz, że znowu nie w temacie ale mam pytanie odnośnie "Przywrócenia domyślnej konfiguracji". Udało mi się zalogować do routera i zainicjowałem przywróć domyślną konfigurację, cały czas kręci ładowanie oryginalnych plików konfiguracyjnych, co robić. Internet jest, diody na routerze ok.

W sumie to było trochę na temat, bo na mus potrzebuję internetu smile. Nie sądziłem, że to takie proste i oczywiste, wydawało mi się jakieś pakiety i coś jeszcze... Dzięki za cierpliwość, jak coś wyskoczy znowu będę nękał. Nie chciałem zaśmiecać nowym wątkiem, bo jakby kontynuacja problemu.

Mój problem prawdopodobnie powstał z winy dostawcy internetu. Niestety jak do tej pory internet tylko w telefonie (mimo wszystko ograniczone możliwości smile ) a chciałbym wykorzystać iPhone jako modemu komórkowego w ruterze i znowu prośba co i jak trzeba zrobić. Nie potrafię skorzystać z hotspota przez USB ponieważ nie miałem zainstalowanego iTunesa a WIFI w komputerze nie posiadam.

Cezary a tak bardziej łopatologicznie gdybyś to wyjaśnił, byłbym bardzo wdzięczny. Uważam, że pamięci nie zapchałem ponieważ nic tam nie robiłem, nie znam się na tym. Wgrałem oprogramowanie nowe ze 3 m-ce temu i tyle. Nie bardzo potrafię się do rutera zalogować raz się uda raz nie a przejście do ustawień jest niemożliwe.

Mam problem i proszę o pomoc jak to naprawić. „ pamięć flash routera jest zapełniona …

Dziękuję BARDZO.

Jeszcze jedna wątpliwość, sorki, wersja 1.13 opisana jako testowa czy 1.12?

Dziękuję za odpowiedź, czyli zostać na gargoyle, czy jakaś sugestia zmiany? Z tego co wyczytałem cupsa trzeba dograć, tylko czy do tego softu będzie taka możliwośc?

Witam,
w związku z tym , że przygodę z alternatywnym oprogramowaniem zaczynam mam pytanie dotyczące softu. Wgrałem do mojego routera gargoyle w wersji 1.6 czyli najstaszej, ponieważ wyczytałem jeżeli Gargoyle w wersji 1.13 nie należy używać z routerami wyposażonymi w 32MB (lub mniej) pamięci RAM. Byłem chyba w błędzie bo mój router posiada pamięci 8 MB ale flash a ramu 128 MB. W związku z tym chyba mogę wgrać do niego najnowszy soft? Proszę o potwierdzenie. Może wgrać coś innego jeżeli będzie lepiej dogadywało sie z moim sprzętem, jakieś propozycje? Jeżeli chodzi o serwer wydruku chciałbym pójśc o krok dalej i uruchomić AirPrint i wiem, że muszę zainstalować CUPS. Bardzo proszę o pomoc i poradę.

Bardzo dziękuję, o to chodziło. A ja jakieś wgrywania przez putty. big_smile Jeszcze raz dzięki, byłeś pomocny. Pozdrawiam.

Witam,
na wstępie chciałbym się przywitać, ponieważ dopiero co zaczynam przygodę z Gargoyle. Zdecydowałem się na alternatywne oprogramowanie ponieważ zrywało mi często połączenie pomiędzy routerem a netgear EX6120. Teraz jest lepiej tylko, że nie mogę zrobić serwera wydruku dla HP960c. Szukałem, czytałem i dalej w ciemnym lesie. Komunikat przy drukarkach; DeskJet 960C jest podłączona przez USB. Możesz połączyć się z drukarką po adresie IP 192.168.1.2 przez protokół HP JetDirect, niestety nie potrafię tego rozwiązać i prosiłbym o łopatologiczną pomoc. Dziękuję i pozdrawiam.