답변:
앞으로 다음 단계를 따르는 것이 좋습니다. 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
그런 다음 연결하십시오.
알았어 .. https ..를 통해 액세스하고 사용자 이름과 비밀번호를 입력했습니다.
라우터가 웹 기반 인터페이스를 표시하는 데 사용한 프로토콜 (http 및 https)이 있습니다.
감사합니다..