Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
ru:docs:guide-quick-start:start [2017/02/14 14:30] – created user_testru:docs:guide-quick-start:start [2018/03/03 16:53] – ↷ Links adapted because of a move operation
Line 3: Line 3:
 Донное руководство поможет вам поэтапно собрать и установить свежую стабильную прошивку на основе LEDE для вашего маршрутизатора. Прошивки на основе LEDE имеют веб-интерфейс и предназначены для использования в домашних условиях, где члены вашей семьи пользуются сетями. Донное руководство поможет вам поэтапно собрать и установить свежую стабильную прошивку на основе LEDE для вашего маршрутизатора. Прошивки на основе LEDE имеют веб-интерфейс и предназначены для использования в домашних условиях, где члены вашей семьи пользуются сетями.
  
-По завершении всех процедур, ваш маршрутизатор сможет подключаться к Интернету, имеют сильный пароль, продемонстрирует мощный и привлекательный графический веб-интерфейс, а также включить Wi-Fi.+По завершении всех процедур, ваш маршрутизатор сможет подключаться к Интернету, имеют сильный пароль, продемонстрирует мощный и привлекательный графический веб-интерфейс, а также включит Wi-Fi.
  
 Lede основан на проекте OpenWrt (https://wiki.openwrt.org/doc/start) - большинство оперативных аспектов двух проектов идентичны. Lede основан на проекте OpenWrt (https://wiki.openwrt.org/doc/start) - большинство оперативных аспектов двух проектов идентичны.
-Если у вас есть вопросы, вы можете найти на сайте ,в поиск [[https: //forum.lede-project.org | Lede Форум]], или посмотреть на страницах [[https://wiki.openwrt.org |OpenWrt вики]] +Если у вас есть вопросы, вы можете найти на сайте, в поиск [[https://forum.lede-project.org|Lede Форум]], или посмотреть на страницах [[https://wiki.openwrt.org|OpenWrt вики]]
  
  
Line 15: Line 14:
   * Your router has at least 8 MBytes of Flash and 64 MBytes of RAM ([[#why_we_require_8_mbytes_of_flash|Why is this important?]])   * Your router has at least 8 MBytes of Flash and 64 MBytes of RAM ([[#why_we_require_8_mbytes_of_flash|Why is this important?]])
   * If you have any questions about this process, or want to flash LEDE on another kind of device besides a router, please ask for help on the [[https://forum.lede-project.org/c/installation|Installing and Using LEDE]] category of the [[https://forum.lede-project.org/c/installation|forum]] before beginning this procedure.   * If you have any questions about this process, or want to flash LEDE on another kind of device besides a router, please ask for help on the [[https://forum.lede-project.org/c/installation|Installing and Using LEDE]] category of the [[https://forum.lede-project.org/c/installation|forum]] before beginning this procedure.
 +
  
 ===== Standard LEDE Installation ===== ===== Standard LEDE Installation =====
Line 56: Line 56:
           - type ''uci commit && service network restart'' and press Return            - type ''uci commit && service network restart'' and press Return 
           - then connect again to your device at its new IP address and continue           - then connect again to your device at its new IP address and continue
-     - **Gateway device** If your device has a port labeled WAN or an integrated modem (supported by LEDE) and you want it to operate as a gateway (controlling a modem to give Internet access to all devices in a local network, usually a gateway is also a router for the local network).\\ Here Router settings as detailed above apply as in most cases the gateway is also the router in the same local network, but on the WAN port you either connect a modem in bridging, or you use an integrated modem. In either case, read the article about [[docs:user-guide:wan_interface_protocols|WAN interface protocols]] or look in your device's page. /* LINK TO A WIKI ARTICLE TO CONNECT MODEMS IN BRIDGING SHOULD ALSO GO HERE */+     - **Gateway device** If your device has a port labeled WAN or an integrated modem (supported by LEDE) and you want it to operate as a gateway (controlling a modem to give Internet access to all devices in a local network, usually a gateway is also a router for the local network).\\ Here Router settings as detailed above apply as in most cases the gateway is also the router in the same local network, but on the WAN port you either connect a modem in bridging, or you use an integrated modem. In either case, read the article about [[docs:user-guide:network:wan:wan_interface_protocols|WAN interface protocols]] or look in your device's page. /* LINK TO A WIKI ARTICLE TO CONNECT MODEMS IN BRIDGING SHOULD ALSO GO HERE */
   - **Confirm internet connectivity of your device:** Go to Network -> Diagnostics and Click on "ping" button (or write ''ping lede-project.org'' from command line ) - it should print "0% packet loss" if all is right.\\ If you cannot connect to the internet, review the steps at [[:docs:guide-quick-start:ts-internetconnectivity|Troubleshooting Internet Connectivity.]]   - **Confirm internet connectivity of your device:** Go to Network -> Diagnostics and Click on "ping" button (or write ''ping lede-project.org'' from command line ) - it should print "0% packet loss" if all is right.\\ If you cannot connect to the internet, review the steps at [[:docs:guide-quick-start:ts-internetconnectivity|Troubleshooting Internet Connectivity.]]
   - **Enable Wi-Fi in the device.** Devices that have ethernet ports have Wi-Fi turned off by default. Go to **Network -> Wireless** in the Web GUI to enable and configure Wi-Fi. /*WOULD BE COOL TO HAVE WIFI CONFIG TUTORIAL TOO HERE*/   - **Enable Wi-Fi in the device.** Devices that have ethernet ports have Wi-Fi turned off by default. Go to **Network -> Wireless** in the Web GUI to enable and configure Wi-Fi. /*WOULD BE COOL TO HAVE WIFI CONFIG TUTORIAL TOO HERE*/
Line 70: Line 70:
       - type ''uci set wireless.radio0.country='XX''' to set the country code **XX** for **radio0** device, and adjust this command to set the same country code for all wireless radios in the device.        - type ''uci set wireless.radio0.country='XX''' to set the country code **XX** for **radio0** device, and adjust this command to set the same country code for all wireless radios in the device. 
   - **Congratulations!** Your device is now fully operational.   - **Congratulations!** Your device is now fully operational.
 +
  
 ===== Coming from sysupgrade ===== ===== Coming from sysupgrade =====
Line 75: Line 76:
 After a sysupgrade you must install again all the packages you installed before the sysupgrade, also enable them again if they added system services. After a sysupgrade you must install again all the packages you installed before the sysupgrade, also enable them again if they added system services.
 After you did so, you can restore the setting backup file you generated before the upgrade from Luci's System -> Backup/Flash Firmware page. After you did so, you can restore the setting backup file you generated before the upgrade from Luci's System -> Backup/Flash Firmware page.
-You might also want to check [[docs:user-guide:ssh-firmware-upgrade|Installing LEDE from the Command Line]] if you want to see what are the differences between new/old config files or do other advanced-user tasks.+You might also want to check [[docs:user-guide:installation:sysupgrade.cli|Installing LEDE from the Command Line]] if you want to see what are the differences between new/old config files or do other advanced-user tasks. 
  
 ===== Optional Next Steps ===== ===== Optional Next Steps =====
Line 83: Line 85:
   * Make your new LEDE device the primary router by connecting it directly to your cable/DSL modem.   * Make your new LEDE device the primary router by connecting it directly to your cable/DSL modem.
   * Install other packages from the System -> Software page. Useful packages are snmpd, netperf, and any of your favorites.   * Install other packages from the System -> Software page. Useful packages are snmpd, netperf, and any of your favorites.
 +
  
 ==== Why We Require 8 MBytes of Flash ==== ==== Why We Require 8 MBytes of Flash ====
  • Last modified: 2018/05/26 01:01
  • by sem5959