Port forwarding on Archer C7 v2
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Port forwarding on Archer C7 v2
Model :
Hardware Version :
Firmware Version :
ISP :
Hello,
I have a webserver running on host 192.168.0.110:443 .. works fine on my network:
[CODE]$ ifconfig | grep 192.168
inet 192.168.0.105 netmask 0xffffff00 broadcast 192.168.0.255
$ (curl -IXGET -k https://192.168.0.110:443 | grep HTTP )2>/dev/null
HTTP/1.1 200 OK[/CODE]
I also run a TP-link archer c7 v2 3.14.3 Build 150427 Rel.36706n is on 192.168.0.1 and for troubleshooting, it can ping .110:
I try to do portforwarding to have port 8443 on my WAN to access to it:
However:
[CODE]$ curl -k https://192.168.0.1:8443 -v
* Rebuilt URL to: https://192.168.0.1:8443/
* Trying 192.168.0.1...
* connect to 192.168.0.1 port 8443 failed: Connection refused
* Failed to connect to 192.168.0.1 port 8443: Connection refused
* Closing connection 0
curl: (7) Failed to connect to 192.168.0.1 port 8443: Connection refused
[/CODE]
or the same using my public ip:
[CODE]$ carl -k https://pubip:8443 -v
* Rebuilt URL to: https://pubip:8443/
* Trying pubip...
* connect to pubip port 8443 failed: Operation timed out
* Failed to connect to pubip port 8443: Operation timed out
* Closing connection 0
curl: (7) Failed to connect to pubip port 8443: Operation timed out
[/CODE]
What am i doing wrong?
Thanks
Hardware Version :
Firmware Version :
ISP :
Hello,
I have a webserver running on host 192.168.0.110:443 .. works fine on my network:
[CODE]$ ifconfig | grep 192.168
inet 192.168.0.105 netmask 0xffffff00 broadcast 192.168.0.255
$ (curl -IXGET -k https://192.168.0.110:443 | grep HTTP )2>/dev/null
HTTP/1.1 200 OK[/CODE]
I also run a TP-link archer c7 v2 3.14.3 Build 150427 Rel.36706n is on 192.168.0.1 and for troubleshooting, it can ping .110:
I try to do portforwarding to have port 8443 on my WAN to access to it:
However:
[CODE]$ curl -k https://192.168.0.1:8443 -v
* Rebuilt URL to: https://192.168.0.1:8443/
* Trying 192.168.0.1...
* connect to 192.168.0.1 port 8443 failed: Connection refused
* Failed to connect to 192.168.0.1 port 8443: Connection refused
* Closing connection 0
curl: (7) Failed to connect to 192.168.0.1 port 8443: Connection refused
[/CODE]
or the same using my public ip:
[CODE]$ carl -k https://pubip:8443 -v
* Rebuilt URL to: https://pubip:8443/
* Trying pubip...
* connect to pubip port 8443 failed: Operation timed out
* Failed to connect to pubip port 8443: Operation timed out
* Closing connection 0
curl: (7) Failed to connect to pubip port 8443: Operation timed out
[/CODE]
What am i doing wrong?
Thanks