When I am home and want connect to server using https://213.151.203.22:10000 it works, but everywhere outside my local network it is not possible.
Also I have it natted:
Code: Select all
43 chain=dstnat action=dst-nat to-addresses=192.168.76.4 to-ports=22 dst-address=213.151.203.22
dst-port=22 protocol=tcp
Code: Select all
44 chain=dstnat action=dst-nat to-addresses=192.168.76.4 to-ports=10000 dst-address=213.151.203.22
dst-port=10000 protocol=tcp
I have no idea where is the problem, when I connect to my router using 213.151.203.22 in web browser it works from anywhere, but to connect to my server is not possible.
Any idea how to solve it?