LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: LVS setup for RealVideo/RealAudio streaming

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: LVS setup for RealVideo/RealAudio streaming
From: Roberto Nibali <ratz@xxxxxx>
Date: Fri, 08 Jun 2001 09:14:44 +0200
Hi Jerry,

Thanks for this contribution. You may save some people some time
trying to figure it out.

> # Load LVS fwmark module
> /sbin/modprobe ip_masq_mfw

What for? And a LVS fwmark module doesn't exist, AFAIK.

> # Load appropriate LVS load-balance algorithm module
> /sbin/modprobe ip_vs_$BALANCE

Not needed. ipvsadm should load it.

> # Mark packets with FWMARK1
> /sbin/ipchains -F
> /sbin/ipchains -A input -d ${VIP}/32 7070 -p tcp -m 1
> /sbin/ipchains -A input -d ${VIP}/32 554 -p tcp -m 1
> /sbin/ipchains -A input -d ${VIP}/32 8080 -p tcp -m 1

> /sbin/ipchains -A input -s 0.0.0.0/0 6970:7170 -d ${VIP}/32 -p udp -m 1

What a broken protocol. [ Sorry, couldn't leave it. :) ]

Why exactly do you need persistency for TCP and UDP in
streaming?

Best regards,
Roberto Nibali, ratz

-- 
mailto: `echo NrOatSz@xxxxxxxxx | sed 's/[NOSPAM]//g'`


<Prev in Thread] Current Thread [Next in Thread>