Is it possible to use one domain to connect with servers in NAT?
Example
example.ltd - > 12.12.12.12
nat1.example.ltd - > 12.12.12.12 - > 192.168.1.100
nat2.example.ltd - > 12.12.12.12 - > 192.168.1.101
etc..
Is it possible? I have only one IP address. Thanks a lot for any advices :)
Explain again.
My IP is for example 12.12.12.12
My domain: domain.ltd Record A is bind to IP 12.12.12.12
In my router DMZ is: 192.168.1.2 , so traceroute is domain.ltd -> 12.12.12.12 -> 192.168.1.2
Now I want bind subdomain.domain.ltd to 192.168.1.100
Is it possible?
// EDIT: What about non WWW servers? Can I route ssh ports etc.?