> http://www.linuxvirtualserver.org/Joseph.Mack/HOWTO/LVS-HOWTO.3-Tier.html
>
> client processes on the realserver
> need information from other boxes, eg connection to a database.
> The conf file for the script has options to allow connections
> from the RIP to outside IP:services.
>
Trying the script mentioned on the page.
Can't get it to work
The line:
iptables -t mangle -A OUTPUT -p tcp -s 192.168.5.66/32 -d 0.0.0.0/0
--dport telnet -j 3-Tier_rules
gives:
iptables: Invalid argument
iptables v1.2.9: Couldn't load target
`3-Tier_rules':/lib/iptables/libipt_3-Tier_rules.so: cannot open shared
object file: No such file or directory
The chain exists:
Chain 3-Tier_rules (0 references)
target prot opt source destination
Any idea? is there a more uptodate script?
|