Installing youtubeUnblock on keenetic start

Hello everyone! I will write how I installed youtubeUnblock on an old keenetic start router, more for myself and to share my experience.

Installation plan:

  1. Reflash the router to openwrt

  2. Install/Configure youtubeUnblock

Reflashing the router

Reflash via tftp firmware zyxel_keenetic-start-squashfs-sysupgrade.bin rename bin file to kstart_recovery.bin. All in one archive Tftpd32.zip

  1. Set static IP 192.168.1.2 on your computer

  2. Turn off the router and start tftp.

  3. Connect the router to the computer using a cable

  4. Press and hold the reset button to factory settings, turn on the router, when the power indicator starts flashing, release the reset button

  5. Tftp will start installing the firmware

Installing youtubeUnblock

Project page youtubeUnblock .

  1. Download ipk for our architecture mipsel_24kc

  2. Install the system-software-upload package on the router

  1. Next, click Update list and install the packages

    kmod-ipt-nfqueue
    iptables-mod-nfqueue
    kmod-ipt-conntrack-extra
    iptables-mod-conntrack-extra

  2. Setting up a firewall

    1. connect via ssh using putty

      1. log in and execute commands

      iptables -t mangle -A FORWARD -p tcp --dport 443 -m connbytes --connbytes-dir original --connbytes-mode packets --connbytes 0:19 -j NFQUEUE --queue-num 537 --queue-bypass

      iptables -I OUTPUT -m mark --mark 32768/32768 -j ACCEPT

  3. Go to System-Startup, restart the firewall and start youtubeUnblock

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *