weight for RR

2009-06-04 Thread Tech W.
Hi, Is it possible to set weight for records? for example,I have these two A records: wwwIN A 192.168.1.100 IN A 192.168.1.101 But I want 192.168.1.100 take the weight of 75%, and 192.168.1.101 take the weight of 25%. That means, when clients query for www.domain.com, 1.100

Re: weight for RR

2009-06-04 Thread Scott Haneda
Maybe cheat with round robin? Add 3 copies of one record and 1 of the other. That should give you 75/25 roughly. I don't think it's a dead on exact thing bit it may be close enough for your needs. -- Scott Iphone says hello. On Jun 4, 2009, at 7:09 PM, Tech W. tech...@yahoo.com.cn wrote:

Re: weight for RR

2009-06-04 Thread Michael Milligan
Scott Haneda wrote: Maybe cheat with round robin? Add 3 copies of one record and 1 of the other. That should give you 75/25 roughly. BIND won't let you do that, it'll throw away the duplicates when it loads the zone. You need some other piece of software or hardware that can do that (insert

Re: weight for RR

2009-06-04 Thread Jukka Pakkanen
Scott Haneda wrote: Maybe cheat with round robin? Add 3 copies of one record and 1 of the other. That should give you 75/25 roughly. BIND won't let you do that, it'll throw away the duplicates when it loads the zone. You need some other piece of software or hardware that can do that (insert