回答:
今後これらの手順に従うことをお勧めします:http : //www.dd-wrt.com/phpBB2/viewtopic.php?t=29181
nvram set httpd_enable=1
nvram set http_enable=1
nvram commit
you can just reboot, or start httpd from the commandline
httpd -p 80
私は彼らに従い、私の仕事に就きました
SSHしてから:
nvram set remote_management=1
nvram set http_wanport=8080
nvram set httpsd_enable=1
nvram set https_enable=1
nvram set remote_mgt_https=1
nvram commit
reboot
次に接続します:
OK ..わかった.. https ..でアクセスし、ユーザー名とパスワードを入力した。
ルータがそのWebベースのインターフェースを表示するために使用したプロトコル(httpおよびhttps)があることに留意してください。
君たちありがとう..