Project

General

Profile

Can't access to setup page on DD-WRT router

Added by Kevin Roger over 4 years ago

Hello,

I have tvheadend installed on my DD-WRT router

Router Model: Linksys EA6300
Firmware Version: DD-WRT v3.0-r42819 std (03/30/20)
Kernel Version: Linux 4.4.217 #1218 SMP Sun Mar 29 12:15:41 +04 2020 armv7l

The entware I installed from this link http://bin.entware.net/armv7sf-k3.2/tvheadend_4.0.10-4_armv7-3.2.ipk
However, I can't access the Web UI page through http://x.x.x.x:9981 (x.x.x.x is my router IP), 9982 also not working
I tried to run tvheadend but the below error was shown up
How can I run it and access setup page on my DD-WRT router?


Replies (4)

RE: Can't access to setup page on DD-WRT router - Added by saen acro over 4 years ago

see used ports

netstat -lpnt

in startup script command is

tvheadend -C -f -u admin -g root -c /opt/etc/tvheadend

RE: Can't access to setup page on DD-WRT router - Added by Kevin Roger over 4 years ago

Still cannot access the Web UI page

root@DD-WRT:~# netstat -lpnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1206/httpd
tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      1405/dnsmasq
tcp        0      0 0.0.0.0:4022            0.0.0.0:*               LISTEN      1467/udpxy
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      891/dropbear
tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN      857/telnetd
tcp        4      0 0.0.0.0:9981            0.0.0.0:*               LISTEN      1485/tvheadend
tcp        0      0 0.0.0.0:9982            0.0.0.0:*               LISTEN      1485/tvheadend
netstat: /proc/net/tcp6: No such file or directory

RE: Can't access to setup page on DD-WRT router - Added by saen acro over 4 years ago

Both ports are open.
Try with other browser
or even better

http://localhost:9981/extjs.html
    (1-4/4)