This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Urgent Help Needed!!! Public IP Access From Internal Network Question???

Hello,

I want to be able to access a public IP that is Natted internally by its public IP (confusing?  [:)]pany. 

I do not understand the new companies server structure, but they need to access a webserver that is internal and DNATed by its public IP address from an internal address.

For instance:

External Interface: 63.143.187.124
Internal Interface: 10.0.1.1
Webserver External: 63.143.187.123 (IP Aliased from 63.143.187.124)
webserver internal: 10.0.1.193

Please dont ask me why,  it has something to do with their test transaction servers that they are running in a cluster. 

Example: 

Can someone who is on a 10.0.1.25 located on the internal network access the 63.143.187.123 as well as by its internally ip????. 

Thanks for your help in advance.

cbarone@dca.net


This thread was automatically locked due to age.
  • quote:
    Originally posted by cbarone:
    Hello,

    I want to be able to access a public IP that is Natted internally by its public IP (confusing?   [:)]pany. 

    I do not understand the new companies server structure, but they need to access a webserver that is internal and DNATed by its public IP address from an internal address.

    For instance:

    External Interface: 63.143.187.124
    Internal Interface: 10.0.1.1
    Webserver External: 63.143.187.123 (IP Aliased from 63.143.187.124)
    webserver internal: 10.0.1.193

    Please dont ask me why,  it has something to do with their test transaction servers that they are running in a cluster. 

    Example: 

    Can someone who is on a 10.0.1.25 located on the internal network access the 63.143.187.123 as well as by its internally ip????. 

    Thanks for your help in advance.

    cbarone@dca.net




    From the FAQ:

    Solution 1: Put the web server in a different logical network,
    separated from the LAN (in our case, maybe 192.168.2.10).

    Solution 2: Make sure the name "www.myserver.com" resolves into
    the internal address of the webserver for all clients in your
    LAN (via extra DNS server or static hosts file entry).

    So solution 1 seems to be what might work.