> On Sat, 15 Feb 2003, Ian Millsom wrote:
> > Basics of rules are:
> >
> > iptables -L -n
> > Chain INPUT (policy ACCEPT)
> > target prot opt source destination
> >
> > Chain FORWARD (policy ACCEPT)
> > target prot opt source destination
> >
> > Chain OUTPUT (policy ACCEPT)
> > target prot opt source destination
> >
> > None :)
>
> That's just showing the 'filter' rules - are you sure you don't have any
> NAT rules? Run 'iptables -t nat -L' to find out.
Sorry should have stated. There were no NAT rules at all.
Of course to get net you would need MASQ :) which at this time, was not
enabled
>
> I've got the same basic configuration (2.4.20 kernel, with NAT Local
> Connections enabled), but it's not working for me. :(
LVS works without any rules, so try and remove them and try again.
FYI I am using 2.4.20 and IPVS v1.0.5 with this working.
I really cant think of any other information to hand over
Regards
Ian Millsom
>
>
|