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

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
Port forwarding on Archer C7 v2
2018-05-12 16:16:26
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
  0      
  0      
#1
Options
1 Reply
Re:Port forwarding on Archer C7 v2
2018-05-16 17:41:29
how about try the service also 443 and keep the same as internal port?
  0  
  0  
#2
Options

Information

Helpful: 0

Views: 1198

Replies: 1

Related Articles