Pushkar Pradhan wrote: > > > ________________________________ > > From: [email protected] on behalf of mike > Sent: Fri 5/28/2010 12:08 PM > To: General Linux-HA mailing list > Subject: Re: [Linux-HA] odd issues with LinuxHA/ldirector > > > > Pushkar Pradhan wrote: > >> ________________________________ >> >> From: [email protected] on behalf of mike >> Sent: Fri 5/28/2010 10:01 AM >> To: General Linux-HA mailing list >> Subject: [Linux-HA] odd issues with LinuxHA/ldirector >> >> >> >> >> Anyone ever see an issue where ldirector would not pass requests to 2 >> backend real servers on a certain port (in my case 8080) but if you >> change that to port 22, it works flawlessly? >> >> Its really strange that it would work on one port but not another. Any >> hints? >> >> Mike, >> >> The port number must be a configuration parameter somewhere (some config >> file). >> >> pushkar >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Linux-HA mailing list >> [email protected] >> http://lists.linux-ha.org/mailman/listinfo/linux-ha >> See also: http://linux-ha.org/ReportingProblems >> > > Thanks Pushkar. I have the port number in ldirectord.cf, is that what > you mean? Here it is: > # Global Directives > checktimeout=2 > checkinterval=2 > logfile="/var/log/ldirectord" > > # heartbeat.example.com > virtual=172.28.185.49:389 > protocol=tcp > scheduler=lc > checktype=connect > checkport=389 > #negotiatetimeout=10 > real=172.28.185.37:389 ipip > real=172.28.185.38:389 ipip > service=ldap > protocol=tcp > checktimeout=10 > checkinterval=10 > > virtual=172.28.185.50:8080 > protocol=tcp > scheduler=lc > checktype=connect > checkport=8080 > real=172.28.185.12:8080 ipip > real=172.28.185.13:8080 ipip > checktimeout=10 > checkinterval=10 > > Mike, > > I misunderstood you earlier. I didn't know you had the port numbers in the > config file. Is your firewall on either machines blocking traffic on port > 8080? > > pushkar > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems Thanks again Pushkar,
All firewalls are off on LVS and the backend servers _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
