Networking Forums

Networking Forums > Computer Networking > Linux Networking > piranha load balancing and real server self routing

Reply
Thread Tools Display Modes

piranha load balancing and real server self routing

 
 
writeson@charter.net
Guest
Posts: n/a

 
      02-24-2006, 02:50 AM
Hi all,

I've got a situation I need help with. We've got a RedHat Piranha load
balanced system that's up and working. My problem is this; the real
servers now have a PHP script on them that is attempting to build and
modify a page on itself to email to a user. So what happens is the real
server is attemping to HTTP browse to a page using the VIP of the
public IP. This request never comes back to the real server (either
one) and the page fails. What I need to do is have the real server
catch the VIP request it generates, and redirect it to itself. I'm
guessing I would use iptables for this, but I don't know much about
iptables. I did find this on the net:

iptables -t nat -A PREROUTING -p <tcp|udp> -d <vip> --dport <port> -j
REDIRECT

which looks like it should work, but in fact doesn't. Can anyone out
there help me with this problem?

Thanks in advance,
Doug

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
hardware load balancing with dual nics - routing issue? christopher@dailycrossword.com Linux Networking 0 08-15-2007 10:05 PM
Load Balancing Router on Server 2003 / Isa 2000 Windows Networking 1 09-20-2006 07:24 AM
Server upload - load balancing Divya Windows Networking 1 01-22-2005 03:52 AM
Redhat Piranha load balancing and accessing the backend 'real' servers Doug Farrell Linux Networking 0 05-06-2004 12:54 PM
Which is the best server load balancing option ? Linux_Newbie Linux Networking 1 10-20-2003 07:53 PM



1 2 3 4 5 6 7 8 9 10 11