On 11/07/08 06:35, Ceri Davies wrote:
Hello,I'm hoping to get some examples of how people have configured their DNS entries. Specifically, I'm trying to guard against the loss of a single firmware server. I can see from the docs that a DTU will look up the sunray-config-servers DNS record, but would that be an A record? If I want to stuff multiple entries in there, is it right to have two values for that A record, i.e. sunray-config-servers IN A 192.168.10.10 192.168.20.10
I think this needs to be: sunray-config-servers IN A 192.168.10.10 sunray-config-servers IN A 192.168.20.10 But, yes, that's the way to do it. The Sun Ray will choose one at random. Kent _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
