I'm not going to claim to be an expert here, but my recent success makes me
think that using firewall marks might be easier/better.
Then you can define any grouping of ports/protocols (I believe?) inside of
that fwmark. I could be wrong though... since the configuration still has a
"protocol" line.
Someone more clued can shoot me down now :)
On 3/15/06, Jason Harrison <jharrison@xxxxxxxxxxxxxx> wrote:
>
> Greetings,
>
> I am using ldirectord-2 and in setting up dns I think there is a problem
> with
> using both udp and tcp on port 53. For example I can do dns lookups but I
> cannot do zone transfers to dns slaves outside the cluster. I had set up
> the
> ldirectord.cf file like this:
>
> #Sample configuration for a UDP DNS virtual service.
> #Fallback setting overides global
> virtual=xxx.xxx.xxx.xxx:53
> real=xxx.xxx.xxx.xxx:53 masq
> real=xxx.xxx.xxx.xxx:53 masq
> service=dns
> scheduler=lc
> protocol=tcp
> checktype=connect
>
> #Sample configuration for a UDP DNS virtual service.
> #Fallback setting overides global
> virtual=xxx.xxx.xxx.xxx:53
> real=xxx.xxx.xxx.xxx:53 masq
> real=xxx.xxx.xxx.xxx:53 masq
> service=dns
> scheduler=lc
> protocol=udp
> checktype=connect
>
> However this does not seem to work as I expected. Any help is much
> appreciated.
>
> Regards,
> Jason Harrison
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users
>
|