
horms at verge
Sep 15, 2009, 1:17 AM
Post #3 of 4
(650 views)
Permalink
|
|
Re: [lvs-users] fwm w/ IPv6 enabled broken
[In reply to]
|
|
On Mon, Sep 14, 2009 at 11:36:00AM +0200, Johan Mulder wrote: > Hi, > > It appears that fwm virtual services break when ipvs is built with IPv6 > support enabled. I'm not sure if it's broken on all kernels (since 2.6.28, in > which IPv6 was seen first), or if it's just broken in 2.6.31. [snip] > iptables configuration snippet: > iptables -t mangle -I PREROUTING -d <vip> -p tcp --set-mark <marknum> > > ipvs configuration snippet: > -A -f <marknum> -s wlc -p 3600 > -a -f <marknum> -r <real server>:0 -g -w 10 Hi, I'm not having any luck reproducing this on 2.6.31. Before I probe any further could you confirm that the iptables snippet should be as follows? iptables -t mangle -I PREROUTING -d <vip> -p tcp -j MARK --set-mark <marknum> _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - lvs-users [at] LinuxVirtualServer Send requests to lvs-users-request [at] LinuxVirtualServer or go to http://lists.graemef.net/mailman/listinfo/lvs-users
|