Here is my problem....
I built a new kernel last week a .10 with the patch applied.
I put in my routing according to the NAT documentation. All The commands
were accepted and I can see the routes in the table. No matter how much or
what I try it is not forwarding anything.
my setup
Virtual IP 127.1.175.12 Machine Name Hacker
Real Server 127.1.175.2 Machine Name Bravo
my setup follows
echo "1" > /proc/sys/net/ipv4/ip_forward <---- what this does
I have no idea
ipchains -A forward -j MASQ -s 127.1.175.0/24 -d 0.0.0.0/0 <---I do
not know if this is correct
Add virtual service and link a scheduler to it
ipvsadm -A -t127.1.175.12:80 -s wlc (Weight least connections
scheduling)
Add real server and select forwarding method
ipvsadm -a -t 127.1.175.12:80 -R 127.1.175.2:80 -m
I have no web server running on the "director" node Hacker just on the real
server bravo.
I try to connect from a client browser and get no response whatsoever.
How can I troubleshoot this problem.... I am totally at a loss here.
Cliff
- "If you kiss me, I'll turn into a beautiful princess."
- "Look, I'm a computer programmer. I don't have time for girls,
but a talking frog is very very cool."
|