Hello everyone,
I have a situation were I want to use the SME 7.0 server as my email server but have the domain name registered with a web host that is handling my website.
The server name is "server" and the domain is "domain.name" (fictitious). The internal static address 192.168.1.1 and and external static address of 22.22.22.22.
The web host has DNS A records of "domain.name = 33.33.33.33" and "*.domain.name = 33.33.33.33". So any address that ends with "domain.name" will be assigned 33.33.33.33.
Now, I can add an "A" record of "server.domain.name = 22.22.22.22" and keep the primary domain as resolved locally.
The issue I see happening is when I go outside the network with my laptop "server.domain.name" will resolve to 22.22.22.22 and when I come back into the the internal network the DNS cache may keep this value. Then when I go to "server.domain.name" I'll be coming at it from the outside and have limited connectivity.
Will this be an issue?
Thanks?
Kevin