
clement at cavadore
Mar 26, 2012, 2:24 PM
Views: 429
Permalink
|
|
Re: Basic configuration example for SI350/WSM6 running SWITCH code
[In reply to]
|
|
Are you trying to do DSR ? If so, you need to: - add 97.98.123.35/32 as a loopback on your real server - add "port http dsr" on your virtual server statement - Configure the sysctl on your real server if it is a linux: net.ipv4.conf.default.arp_announce = 2 net.ipv4.conf.default.arp_ignore = 1 Regards, Clément On Mon, 2012-03-26 at 21:48 +0100, Geoffrey Pan wrote: > Can anyone help with a basic configuration example for load balancing, > or even dumb switching. I am trying to copy a configuration from an > existing SIXL to a 350 with a WSM6, but cannot get it to pass thru > traffic. > > > What I have is.. > > > server real cs1 97.98.123.34 > > > port http > > port http keepalive > > port http url "HEAD /" > > ! > > ! > > server virtual cs 97.98.123.35 > > port http > > bind default cs1 default > > bind http cs1 http > > ! > > > cs1 is just a plain http server, and this refuses to work on the > 350..any help? > _______________________________________________ > foundry-nsp mailing list > foundry-nsp [at] puck > http://puck.nether.net/mailman/listinfo/foundry-nsp _______________________________________________ foundry-nsp mailing list foundry-nsp [at] puck http://puck.nether.net/mailman/listinfo/foundry-nsp
|