Re: Just wondering if BIND can do GLB -Global Load Balancing Stuff?

2012-12-17 Thread Feng He
I once maintained two F5-BIGIP-GTM boxes a coupe of years ago, at that time they called as F5 3DNS. GTM does have a BIND installed, but that means nothing. Its GSLB DNS module is not BIND, but a customized module in Linux kernel. Among with this module there are some scheduler methods to balance

"Short" domains...

2012-12-17 Thread Ray Van Dolson
I'm not sure quite how to properly describe this, and as a result my searches aren't turning up much To support a legacy app, I need to have a domain defined called "selfservice" so I can support resolution of "www.selfservice". Yes, no trailing .com, .net, etc ugly, but I need it for now

Re: "Short" domains...

2012-12-17 Thread Ray Van Dolson
On Mon, Dec 17, 2012 at 11:09:57AM -0500, wbr...@e1b.org wrote: > Ray wrote on 12/17/2012 11:04:19 AM: > > > > > zone "selfservice" { > > type forward; > > forwarders { adserver; }; > > }; > > Does this work? > > zone "selfservice." { > Nope -- had tried that as well with no luck.

Re: "Short" domains...

2012-12-17 Thread Sten Carlsen
On 17/12/12 17:14, Ray Van Dolson wrote: > On Mon, Dec 17, 2012 at 11:09:57AM -0500, wbr...@e1b.org wrote: >> Ray wrote on 12/17/2012 11:04:19 AM: >> >>> zone "selfservice" { >>> type forward; Forward only; ?? >>> forwarders { adserver; }; >>> }; >> Does this work? >> >> zone "selfserv

Re: "Short" domains...

2012-12-17 Thread Barry Margolin
In article , Ray Van Dolson wrote: > I'm not sure quite how to properly describe this, and as a result my > searches aren't turning up much > > To support a legacy app, I need to have a domain defined called > "selfservice" so I can support resolution of "www.selfservice". Yes, > no traili