Hi...
I'm trying to setup LVS over ADSL following the instructions on the HOWTO and
the mini-HOWTO, but it doesnt work. I have the following configuration:
ADSL-MODEM(some valid ip)
|
Director LinuxBox eth1(192.168.157.1)
LinuxBox eth0(192.168.1.1)
|
RealServer eth0(192.168.1.10)
using the following commands
ipvsadm -A -t somevalidip:60543 -s wrr
ipvsadm -a -t somevalidip:60543 -R 192.168.1.10:60543 -m
also, ipchains has the following rules:
ipchains -A forward -j MASQ
ipchains -A input -p tcp -s 0/0 -d 192.168.1.0/32 --dport 60543 -j ACCEPT
When I try to connect from the realserver to the valid ip ipvsadm shows me that
have 1 inactive connection, but when I try to connect from somewhere else I
receive the message "Connection Refused". I configured the port on
/etc/services, but I think that there's no need for this...
All help is welcome!:))
____________________________________________________________________
diniz.com.br
Vontade de fazer alguma coisa na Internet?<br>
http://vontade.de
|