• Стандарты IEEE 802.3u,
  • IEEE 802.11 b/g/n, WPS
  • Тип соединения Динамический/статический IP, PPPoE, PPTP, L2TP; 3G/4G-модемы
  • Фильтрация MAC-адресов, доменов/URL, протоколов/IP
  • Индикаторы Питание, LAN1–LAN4, WAN, WLAN, USB, WPS, Сеть
  • Разъёмы 1 x 10/100 Мбит/с Auto-MDIX (WAN),
  • 4 x 10/100 Мбит/с Auto-MDIX (LAN),
  • 1 x USB 2.0 (3G/4G-модем, накопитель, принтер),
  • 1 x питание
  • Платформа Mediatek (Ralink) RT3352 (400 МГц),
  • ROM 16 Мбайт,
  • RAM 64 Мбайт
  • Антенна Несъёмная антенна с коэффициентом усиления 5dBi x 2
  • Скорость Wi-Fi 802.11b: до 11 Мбит/с;
  • 802.11g: до 54 Мбит/с;
  • 802.11n: до 300 Мбит/с
  • Шифрование 64/128-WEP,
  • WPA-PSK/WPA2-PSK,
  • WPA/WPA2-RADIUS
  • Блок питания DC 12 В, 1 A
  • Габариты 160x110x33 мм
(Внимание в данном роутере нет режима Recovery Mode и есть много шансов получить кирпич при неправильной прошивке )

* Запускаем Tftp32 by Ph.Jounin
* Выбираем нашу сетевую карту
* Запоминаем IP (у меня 192.168.1.213)
* Размещаем нашу прошивку(openwrt-ramips-rt305x-ur-337n4g-squashfs-sysupgrade.bin) в папку где находится Tftp32
* Подключаемся к роутеру по telnet через PuTTY
* Даем команды
* tftp -r openwrt-ramips-rt305x-ur-337n4g-squashfs-sysupgrade.bin -g 192.168.1.213
* cp openwrt-ramips-rt305x-ur-337n4g-squashfs-sysupgrade.bin /tmp
* mtd_write -r write /tmp/openwrt-ramips-rt305x-ur-337n4g-squashfs-sysupgrade.bin Kernel
* Роутер перезагрузится автоматически
* Чтобы включить веб интерфейс даем команды:
* /etc/init.d/uhttpd enable
* /etc/init.d/uhttpd start
  • Для того чтобы прошиться на уже установленной openwrt
  • Устанавливаем пакет atftp
  • Подключаемся по SSH через PuTTY
  • Даем команды
  • atftp
  • tftp> connect 192.168.1.213
  • tftp> mode octet
  • tftp> trace
  • tftp> get openwrt-ramips-rt305x-ur-337n4g-squashfs-sysupgrade.bin
  • tftp> quit
  • cp openwrt-ramips-rt305x-ur-337n4g-squashfs-sysupgrade.bin /tmp
  • mtd write /tmp/openwrt-ramips-rt305x-ur-337n4g-squashfs-sysupgrade.bin firmware
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2018/02/11 17:02
  • by 127.0.0.1