GS308T

    Install OpenWRT

    • flash initramfs.bin on the web ui (192.168.0.239)
    • reboot and access on port 0 with static ip 192.168.1.1 and vlan 100
    modprobe 8021q
    ip link add link enp0s31f6 name enp0s31f6.100 type vlan id 100
    ip link set dev enp0s31f6.100 up
    ip address add 192.168.1.2/24 dev enp0s31f6.100
    ip route add default via 192.168.1.1
    
    • sysupgrade -n /tmp/openwrt-realtek-generic-netgear_gs308t-v1-squashfs-sysupgrade.bin

    Note: failsaife can be very long to go (wait few minutes after the 30 sec reset button)

    Sources:

    • https://forum.openwrt.org/t/netgear-gs308t-v1-bricked-snapshot/97917
    • https://forum.openwrt.org/t/netgear-gs308t-openwrt-installation-failed/100323
    • https://forum.openwrt.org/t/which-8-port-switch/97564

    Files

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    d3a9a527add090389a93f0863019da8525b295a1c023437520835719abd9eede  openwrt-realtek-generic-netgear_gs308t-v1-initramfs-kernel.bin
    b2eb268d68f4266bb251b4e51a1cf6af127b937571fdec3f5c082101c1206695  openwrt-realtek-generic-netgear_gs308t-v1-squashfs-sysupgrade.bin
    -----BEGIN PGP SIGNATURE-----
    
    iHUEAREIAB0WIQTvklEfN1MKqSoQFZ9IVFdXiuZ0RgUCYT/KEgAKCRBIVFdXiuZ0
    RtBhAP4u21+6b90OKXtm3b3NDZ4QuiueDF6baZ4tGQoBApJIBQEA9Povz9zagQ4G
    x5dW3tmSYBzjaFGHDs9HNuEJJvrq5ag=
    =8jM5
    -----END PGP SIGNATURE-----
    

    source