powersupply
Occasional Visitor
RT-AC68
Hi all
how do you see or change the router's http or https webinterface port via telnet (only)?
I have access to my router via telnet but not via webinterface anymore, the noted ports (I had changed :80 and :8443) don't work.
With the (changed) ports the browser will loop for a long time before timing out.
When I use random ports it immediately times out.
Strange.
I tried to scrape the threads here before bothering you guys, used
iptables -S FORWARD
-P FORWARD DROP
-A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -j OVPNSF
-A FORWARD ! -i br0 -o vlan2 -j other2wan
-A FORWARD -i br0 -o br0 -j ACCEPT
-A FORWARD -m state --state INVALID -j DROP
-A FORWARD -j NSFW
-A FORWARD -i br0 -j ACCEPT
-A FORWARD -m conntrack --ctstate DNAT -j ACCEPT
-A FORWARD -j OVPNCF
-A FORWARD -j VPNCF
-A FORWARD -j DROP
but cannot find any port number as you can see.
What would be the correct syntax to check the current webinterface port numbers or to change them please?
Thank you!
Hi all
how do you see or change the router's http or https webinterface port via telnet (only)?
I have access to my router via telnet but not via webinterface anymore, the noted ports (I had changed :80 and :8443) don't work.
With the (changed) ports the browser will loop for a long time before timing out.
When I use random ports it immediately times out.
Strange.
I tried to scrape the threads here before bothering you guys, used
iptables -S FORWARD
-P FORWARD DROP
-A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -j OVPNSF
-A FORWARD ! -i br0 -o vlan2 -j other2wan
-A FORWARD -i br0 -o br0 -j ACCEPT
-A FORWARD -m state --state INVALID -j DROP
-A FORWARD -j NSFW
-A FORWARD -i br0 -j ACCEPT
-A FORWARD -m conntrack --ctstate DNAT -j ACCEPT
-A FORWARD -j OVPNCF
-A FORWARD -j VPNCF
-A FORWARD -j DROP
but cannot find any port number as you can see.
What would be the correct syntax to check the current webinterface port numbers or to change them please?
Thank you!