Same problem that I went through when I was setting-up our LVS.
Remove the MASQ in your ipchains, and it should work after restarting your
ipchains.
-Andy
Vidar wrote:
> # ipchains -L -n
> Chain input (policy ACCEPT):
> target prot opt source destination ports
> ACCEPT tcp ----l- 0.0.0.0/0 0.0.0.0/0 * -> 80
> ACCEPT tcp ----l- 0.0.0.0/0 0.0.0.0/0 80 -> *
> Chain forward (policy ACCEPT):
> target prot opt source destination ports
> MASQ all ------ 192.168.0.0/24 0.0.0.0/0 n/a
> Chain output (policy ACCEPT):
> target prot opt source destination ports
> ACCEPT tcp ----l- 0.0.0.0/0 0.0.0.0/0 * -> 80
> ACCEPT tcp ----l- 0.0.0.0/0 0.0.0.0/0 80 -> *
|