One to One NAT for Internal Server
Hello all,
I have configured TL-R600VPN at a site. That router has a static public IP address (let's assume 1.2.3.4) and I can access that router from the Internet with that IP address. Private network range is 172.21.0.0/16 and we have a internal server 172.21.6.1/16 which is a local web server.
Now our requirement is that we have 2 additional public IP address (1.2.3.5 and 1.2.3.6). So we want to bind 172.21.6.1 to 1.2.3.5.
So if anyone access from the Internet with 1.2.3.4 then router should be accessed and if anyone accesses it with 1.2.3.5, then internal server 172.21.6.1 should be accessed.
from Internet, http://1.2.3.4 ---> Router page
http://1.2.3.5 ---> Server Web page
I implemented One-to-One NAT for this. And when I checked from whatismyip.com website, it showed me my 1.2.3.5 translated IP.
But when I tried to access from Internet, http://1.2.3.5, Still i get router page.
Please help me in this.
Regards,
Patel Sagar