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

nat problem

Hi!

i have some problem with nat as i think.

have server with internal ip (192.168.4.5)
this server connected to external ip 80.74.100.12
and can be reached from anywhere (working)

when i try to access this server by this ip(80.74.100.12) through internal network i mean from one of (192.168.x.x) i cant...

all internal network have internet access through 80.74.100.10


so for me its look like 192.168.4.x ->80.74.100.10->80.74.100.12->192.168.4.5 ...this is not working....

so from this i need somehow made that 80.74.100.12 will work from inside (internal ip)

sorry for bad english...


This thread was automatically locked due to age.
Parents Reply Children
  • If the DNS is as BAlfson suggested, then you could check things on your clients to see if something has gone wrong there. I don't know why your problems appear after 2 upgrades, so I'm just suggesting as if the problem has allways been there, perhaps it will give you some answers.

    If you use 'nslookup "servername.domainname.com"', does it return  192.168.4.5 or does it return 80.74.100.12 ? 

    If it does return the latter, then you could check if your DNS server is still the DNS server that has the modifies FQDN for internal use (ipconfig /all)

    You could also try (for debug purposes) to add the following line to %WINDIR%\system32\drivers\etc\hosts:

    192.168.4.5   servername.domainname.com

    And see if that give you any results

    You could also check (if DNS and everything is OK) that local IP adresses and the FQDN of your server are excluded from the proxy in your browser. If this is not the case, and adding the exclusion helps, then Astaro could have wrong DNS settings. Another way to check is to add your FQDN to the hosts file like I described and then turn proxy off in your browser. If that still doesn't give you a reply from the server then the problem is likely with the server and you could check that config.