Table of Contents

OpenWrt – 最初のログイン

OpenWrt にはパスワードはありません! telnet か WebUI で最初にログインしたらパスワードを設定する必要があります。

OpenWrt システムデフォルト

インストールしたばかりの “vanilla”(カスタマイズしていないそのままの)OpenWrt イメージは以下のデフォルトで起動します:

OpenWrt は、パスワードが設定されるまでずっとこの状態でブートします:

telnet でログイン

Login to WebUI

LuCI

Open your browser and connect to the router at its default address (usually 192.168.1.1). Login using username root with an empty password.

Then click on the left in the top bar on Administration, then go to System in the bar underneath. A page to change the password is displayed.

Write your desired password into the field Password and repeat it in the field Confirmation. Finally click on Save & Apply.

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 admin OR root and the password is password. You can ssh to the router at the default address (192.168.1.1) the username is root the password is password. Unlike OpenWrt the telnet port is not open.

ログインの問題

もし、ログインで問題(例えばログインできない)が起きるなら、Linux や Windows のファイヤーウォールの設定に問題がある可能性が非常に高いでしょう。ファイヤーウォールを使っているならそれらを無効にしてください。また、OpenWrt にパスワードを設定済みだと telnet は使えなくなっています(上記参照)。

パスワード設定後の SSH アクセス不可

1分か2分してから再度やり直してください。OpenWrt は最初のブート時にファイルシステムの設定や SSH キーの生成で忙しくなります。SSH サーバーはこのキーが生成されるまでは開始しません。

Telnet 接続がすぐに切れる

一度でもパスワードを設定したならば、telnet 接続はすぐに切断されます。この場合は、SSH を使わなければなりません。