Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
ja:docs:guide-quick-start:start [2017/05/04 09:58] – translation working musashino205ja:docs:guide-quick-start:start [2018/02/20 20:56] – ↷ Links adapted because of a move operation bobafetthotmail
Line 10: Line 10:
 ===== この説明の前提 =====  ===== この説明の前提 ===== 
 もしあなたの状況が以下の基準に合致しない場合、更なる情報は併記されているリンクを使用してください: もしあなたの状況が以下の基準に合致しない場合、更なる情報は併記されているリンクを使用してください:
-  * LEDE の "リリース" ビルドのインストールを計画している ([[docs:guide-quick-start:developmentinstallation|または、これの代わりに開発ビルドのための手順...]]) +  * LEDE の "リリース" ビルドのインストールを計画している ([[docs:guide-quick-start:developmentinstallation|開発ビルドの手順]]) 
   * あなたのルーターが、少なくとも 8MB の Flash 及び 64MB の RAM を持っている ([[#why_we_require_8_mbytes_of_flash|なぜこれが重要なのでしょう?]])   * あなたのルーターが、少なくとも 8MB の Flash 及び 64MB の RAM を持っている ([[#why_we_require_8_mbytes_of_flash|なぜこれが重要なのでしょう?]])
   * この手順に何らかの疑問を持っていたり、ルーター以外の種類のデバイスに LEDE をインストールしたい場合、この手順を開始する前にヘルプを得るため [[https://forum.lede-project.org/c/installation|フォーラム]] の  [[https://forum.lede-project.org/c/installation|Installing and Using LEDE]] カテゴリーで質問してください。   * この手順に何らかの疑問を持っていたり、ルーター以外の種類のデバイスに LEDE をインストールしたい場合、この手順を開始する前にヘルプを得るため [[https://forum.lede-project.org/c/installation|フォーラム]] の  [[https://forum.lede-project.org/c/installation|Installing and Using LEDE]] カテゴリーで質問してください。
Line 43: Line 43:
           - ここで、デバイスのネットワーク ケーブルを既存のネットワークの LAN ポートに接続できます。(一般的に、他のルーターの LAN ポートです)           - ここで、デバイスのネットワーク ケーブルを既存のネットワークの LAN ポートに接続できます。(一般的に、他のルーターの LAN ポートです)
           - 上記で設定した新しいアドレスで、デバイスに再度接続します。           - 上記で設定した新しいアドレスで、デバイスに再度接続します。
-     - **Router device** If your device has some ports labeled LAN and at least a port labeled WAN and you want it to operate as a router (a connection between two different networks). Depending on actual hardware support, it may be possible to create a WAN port on a device with only LAN ports, see your device's page for more info about this.\\ :!: the default IP of the LAN ports of a LEDE device is 192.168.1.1, if the addresses of the devices in the network you connect to the WAN port are **192.168.1.X** (X=any number), you need to change the IP address of the LAN interfaces your LEDE router to **192.168.2.1** (or to something that isn'**192.168.1.X**, anyway), or change the addressing of the other network you are connecting to.\\ The LAN and WAN ports MUST have at least different subnets for routing to work. +     - **ルーター デバイス** デバイスに LAN と表記された複数のポートと少なくとも1つの WAN と表記されたポートがあり、ルーター(2つの異なるネットワーク間の接続)として動作させたい場合です。 LAN ポートのみのデバイスで WAN ポートを作成できるかどうかは、実際のハードウェアのサポート状況によります。これについての詳細な情報は、デバイスのページを確認してください。\\ :!: LEDE デバイスでの LAN ポートのデフォルト IP アドレスは 192.168.1.1 です。もし WAN ポート側で接続されるデバイスのアドレスが **192.168.1.x**(x は何らかの数字)である場合、LEDE ルーターの LAN インターフェースの IP アドレスを **192.168.2.1**(または、とにかく **192.168.1.x** ではない別のもの)に変更するか、あるいは接続先をアドレス帯が異なる別のネットワークへ変更する必要があります。\\ LAN と WAN ポートは、ルーティングが機能するために少なくとも異なるサブネットを持つ必要があります。 
-       * **Luci instructions**: +       * **Luci の解説**: 
-          - Click on **Network** -> **Interfaces**, then click on the **Edit** button of the LAN Network. +          - **ネットワーク** -> **インターフェース** の順に移動し、LAN ネットワークの **編集** ボタンをクリックします。 
-          - In **General Setup** tab, in **IPv4 address** write the static address of this device, if your router's address is 192.168.1.1 (most common) you can usually choose any address from 192.168.1.2 to 192.168.1.250. Once you have chosen and written the IP address, write it down in the same sticker with the user/password above, it will be used to connect to your device in the future.\\ +          - **一般設定** タブの **IPv4 アドレス** に、このデバイスの静的アドレスを入力します。もしルーターのアドレスが 192.168.1.1 である場合、通常 192.168.1.2 から 192.168.1.250 までのいずれかのアドレスを選択することも可能です。 選択し設定した IP アドレスは、今後デバイスに接続する時のために、ユーザー名とパスワードを記したのと同じステッカーに書き記しておきましょう。\\ 
-          - By default the WAN interface/port is set as **DHCP client**this will allow it to work with networks where there is another router giving addresses without further configuration. If you need to set static address please see the instructions for Client device above, and change the WAN interface settings accordingly.+          - WAN インターフェース ポートは、デフォルトで **DHCP クライアント** に設定されます。 this will allow it to work with networks where there is another router giving addresses without further configuration. If you need to set static address please see the instructions for Client device above, and change the WAN interface settings accordingly.
         * **Command line instructions**:         * **Command line instructions**:
           - type ''uci set network.lan.ipaddr='new-ip-address''' ("new-ip-address" is the new IP address you want for the LEDE device in your network) and press Return,            - type ''uci set network.lan.ipaddr='new-ip-address''' ("new-ip-address" is the new IP address you want for the LEDE device in your network) and press Return, 
Line 54: Line 54:
           - 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_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 73: Line 73:
 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 =====
  • Last modified: 2020/04/22 14:49
  • by tmomas