Not trying to do DSR, regular pass thru load balancing with two servers behind the balancer. All of the boxes are on the same subnet..<br><br>Anyone got a sample configuration they could share?<br><br>(world) - (Si350) - box a / box b<br>
<br><br><br><div class="gmail_quote">On Mon, Mar 26, 2012 at 10:24 PM, Clement Cavadore <span dir="ltr"><<a href="mailto:clement@cavadore.net">clement@cavadore.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Are you trying to do DSR ?<br>
<br>
If so, you need to:<br>
<br>
- add <a href="http://97.98.123.35/32" target="_blank">97.98.123.35/32</a> as a loopback on your real server<br>
- add "port http dsr" on your virtual server statement<br>
- Configure the sysctl on your real server if it is a linux:<br>
        net.ipv4.conf.default.arp_announce = 2<br>
        net.ipv4.conf.default.arp_ignore = 1<br>
<br>
Regards,<br>
<br>
Clément<br>
<div><div class="h5"><br>
On Mon, 2012-03-26 at 21:48 +0100, Geoffrey Pan wrote:<br>
> Can anyone help with a basic configuration example for load balancing,<br>
> or even dumb switching. I am trying to copy a configuration from an<br>
> existing SIXL to a 350 with a WSM6, but cannot get it to pass thru<br>
> traffic.<br>
><br>
><br>
> What I have is..<br>
><br>
><br>
> server real cs1 97.98.123.34<br>
><br>
><br>
>  port http<br>
><br>
>  port http keepalive<br>
><br>
>  port http url "HEAD /"<br>
><br>
> !<br>
><br>
> !<br>
><br>
> server virtual cs 97.98.123.35<br>
><br>
>  port http<br>
><br>
>  bind default cs1 default<br>
><br>
>  bind http cs1 http<br>
><br>
> !<br>
><br>
><br>
> cs1 is just a plain http server, and this refuses to work on the<br>
> 350..any help?<br>
</div></div>> _______________________________________________<br>
> foundry-nsp mailing list<br>
> <a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a><br>
> <a href="http://puck.nether.net/mailman/listinfo/foundry-nsp" target="_blank">http://puck.nether.net/mailman/listinfo/foundry-nsp</a><br>
<br>
<br>
</blockquote></div><br>