This is the scenario:
LAN
Server
(using IIS service)
[/WebFileAsp] <------------> ( Router ) <---------> INTERNET
private IP 10.10.10.2 public IP 200.1.2.3
I want to enter through port 80 using the public ip (200.1.2.3) to a page (/WebFileAsp) on a server (10.10.10.2). I've entered the next command on the router to enable the nating:
# ip nat inside source static tcp 10.10.10.2 80 200.1.2.3 80 extendable
but I thing is not enought. I mean, by the LAN, if I enter on the url " I can see and access to the service, but if I enter by out of the LAN on the url " I cant, I mean, the browser doesnt find the page.
Here is my doubt. How can I enable the access to this specific page by internet?
I'll appreciate a lot the support. Thanks.
LAN
Server
(using IIS service)
[/WebFileAsp] <------------> ( Router ) <---------> INTERNET
private IP 10.10.10.2 public IP 200.1.2.3
I want to enter through port 80 using the public ip (200.1.2.3) to a page (/WebFileAsp) on a server (10.10.10.2). I've entered the next command on the router to enable the nating:
# ip nat inside source static tcp 10.10.10.2 80 200.1.2.3 80 extendable
but I thing is not enought. I mean, by the LAN, if I enter on the url " I can see and access to the service, but if I enter by out of the LAN on the url " I cant, I mean, the browser doesnt find the page.
Here is my doubt. How can I enable the access to this specific page by internet?
I'll appreciate a lot the support. Thanks.