Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision Next revisionBoth sides next revision | ||
| jp:doc:howto:firstlogin [2013/03/30 13:06] – external edit | jp:doc:howto:firstlogin [2018/03/03 20:30] – ↷ Links adapted because of a move operation | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== OpenWrt – 最初のログイン ====== | ||
| + | | {{: | ||
| + | |||
| + | ===== OpenWrt システムデフォルト ===== | ||
| + | インストールしたばかりの " | ||
| + | |||
| + | * 内部インターフェース **'' | ||
| + | * [[docs: | ||
| + | * OpenWrt デバイスの内部インターフェース/ | ||
| + | * [[wp> | ||
| + | * [[wp> | ||
| + | * telnet デーモンは標準ポート(23)で起動します。 | ||
| + | |||
| + | | {{: | ||
| + | |||
| + | ===== telnet でログイン ===== | ||
| + | * **'' | ||
| + | BusyBox v1.17.3 (2011-02-22 23:42:42 CET) built-in shell (ash) | ||
| + | Enter ' | ||
| + | _______ | ||
| + | | ||
| + | | ||
| + | | ||
| + | |__| W I R E L E S S F R E E D O M | ||
| + | | ||
| + | * 1/4 oz Vodka Pour all ingredents into mixing | ||
| + | * 1/4 oz Gin tin with ice, strain into glass. | ||
| + | * 1/4 oz Amaretto | ||
| + | * 1/4 oz Triple sec | ||
| + | * 1/4 oz Peach schnapps | ||
| + | * 1/4 oz Sour mix | ||
| + | * 1 splash Cranberry juice | ||
| + | | ||
| + | root@openwrt: | ||
| + | </ | ||
| + | * コマンドプロンプトで **'' | ||
| + | root@openwrt: | ||
| + | Changing password for root | ||
| + | New password: | ||
| + | Retype password: | ||
| + | Password for root changed by root | ||
| + | root@openwrt: | ||
| + | </ | ||
| + | * <color red> __**// | ||
| + | * パスワードを設定した後は、telnet デーモンは無効となります。コマンドプロンプトで '' | ||
| + | * リブートなしですぐに SSH が有効となります; | ||
| + | * '' | ||
| + | * [[docs: | ||
| + | |||
| + | ===== Login to WebUI ===== | ||
| + | ==== LuCI ==== | ||
| + | Open your browser and connect to the router at its default address (usually 192.168.1.1). Login using username '' | ||
| + | |||
| + | Then click on the left in the top bar on // | ||
| + | A page to change the password is displayed. | ||
| + | |||
| + | {{media: | ||
| + | |||
| + | Write your desired password into the field // | ||
| + | |||
| + | Your password is set now. | ||
| + | |||
| + | ==== X-Wrt ==== | ||
| + | Open your browser and connect to the router at its default address (usually 192.168.1.1). The WebUI will now ask you to set a password. Write your password into the //New Password// field and again into the //Confirm Password// field then click set. | ||
| + | |||
| + | ==== Gargoyle ==== | ||
| + | |||
| + | Open your browser and connect to the Web Interface at its default address (192.168.1.1) the username is // | ||
| + | You can ssh to the router at the default address (192.168.1.1) the username is // | ||
| + | Unlike OpenWrt the telnet port is not open. | ||
| + | |||
| + | ===== ログインの問題 ===== | ||
| + | もし、ログインで問題(例えばログインできない)が起きるなら、Linux や Windows のファイヤーウォールの設定に問題がある可能性が非常に高いでしょう。ファイヤーウォールを使っているならそれらを無効にしてください。また、OpenWrt にパスワードを設定済みだと telnet は使えなくなっています(上記参照)。 | ||
| + | |||
| + | ==== パスワード設定後の SSH アクセス不可 ==== | ||
| + | 1分か2分してから再度やり直してください。OpenWrt は最初のブート時にファイルシステムの設定や SSH キーの生成で忙しくなります。SSH サーバーはこのキーが生成されるまでは開始しません。 | ||
| + | |||
| + | ==== Telnet 接続がすぐに切れる ==== | ||
| + | 一度でもパスワードを設定したならば、telnet 接続はすぐに切断されます。この場合は、SSH を使わなければなりません。 | ||