shizo Posted October 21, 2011 Report Share Posted October 21, 2011 Имам БТК модел качих му OpenWRT и искам да му инсталирам web interface защото не разбирам от shell команди Та ако може да хелпнете как да конфигурирам getway-a че да имам нет на рутера и съответно да си сложа web interface-a , благодаря Link to comment Share on other sites More sharing options...
shizo Posted October 22, 2011 Author Report Share Posted October 22, 2011 Абе с 2 думи се нуждая от luci имам telnet , ssh , scp ако може едно просто обяснение как да го инсталирам ? Link to comment Share on other sites More sharing options...
NetworkPro Posted October 22, 2011 Report Share Posted October 22, 2011 трябва да се редактира /etc/config/network може да използваш vi там добави gateway, dns, промени ip address ако трябва за да влезе в сила /etc/init.d/network restart след като вече има Интернет на машинката, трябва да въведеш opkg update opkg install luci само че този Web интерфейс на този рутер нещо не върви добре https://wiki.mikrotik.com/wiki/NetworkPro_on_Quality_of_Service (archive) Link to comment Share on other sites More sharing options...
shizo Posted October 22, 2011 Author Report Share Posted October 22, 2011 (edited) Сега ще тествам ,а то въобще има ли друг дето да върви ? Иначе как да добавя getway и dns , самия файл ето така излгежда при мен # Copyright © 2008 OpenWrt.org config interface loopback option ifname lo option proto static option ipaddr 127.0.0.1 option netmask 255.0.0.0 config interface lan option type bridge option ifname eth1 option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0 config interface wan option ifname eth0 option proto dhcp Edited October 22, 2011 by shizo Link to comment Share on other sites More sharing options...
NetworkPro Posted October 22, 2011 Report Share Posted October 22, 2011 (edited) под option ipaddr ... слагаш option gateway .... option dns ... за повече информация може да видиш тук http://wiki.openwrt....doc/uci/network както и http://wiki.openwrt.org/doc/uci command line utility Edited October 22, 2011 by NetworkPro https://wiki.mikrotik.com/wiki/NetworkPro_on_Quality_of_Service (archive) Link to comment Share on other sites More sharing options...
shizo Posted October 22, 2011 Author Report Share Posted October 22, 2011 Това на config interface loopback или на config interface lan ? Или и на двете ? Link to comment Share on other sites More sharing options...
NetworkPro Posted October 23, 2011 Report Share Posted October 23, 2011 lan https://wiki.mikrotik.com/wiki/NetworkPro_on_Quality_of_Service (archive) Link to comment Share on other sites More sharing options...
shizo Posted October 23, 2011 Author Report Share Posted October 23, 2011 (edited) Ок конфигурирах DNS и GETAWAY рестартирах тръгна нета инсталирах opkg update и opkg install luci тръгнаха нещата на на вид нормално това са последните редове Configuring luci-lib-sys. Configuring liblua. Configuring libuci-lua. Configuring lua. Configuring luci-lib-core. Configuring luci-lib-nixio. Configuring luci-sgi-cgi. Configuring luci-lib-lmo. Configuring luci-lib-web. Configuring luci-proto-core. Configuring luci-proto-ppp. Configuring luci-i18n-english. Configuring luci-mod-admin-core. Configuring libiwinfo. Configuring luci-theme-base. Configuring luci-theme-openwrt. Configuring luci-app-firewall. Configuring luci-lib-ipkg. Configuring luci-mod-admin-full. Configuring uhttpd. Configuring luci. Рестартирах и на 192.168.1.1 през браузер пак няма никой ... Какво още трябва да се направи или бъркам нещо ? ЕДИТ : Дописах следните редове /etc/init.d/uhttpd enable /etc/init.d/uhttpd start и тръгна Edited October 23, 2011 by shizo Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now