Networking Forums

Networking Forums > Computer Networking > Linux Networking > Ultra Monkey "Page not displayed"

Reply
Thread Tools Display Modes

Ultra Monkey "Page not displayed"

 
 
Mark
Guest
Posts: n/a

 
      03-23-2007, 10:12 AM
Hi all,

We recently set up an Ultra Monkey load balancer with 2 real servers
and 95% of the time it seems to be working perfectly, but every now
and then our customers are getting "Page cannot be displayed" errors.
It happens at different stages on our websites and we can't seem to
reproduce the problem here. Out customers are very large Fortune 500
companies so we assume that their networking etc is top of the line,
and the fact that it is occurring with multiple customers we assume it
is our architecture. Our LB environment is as follows :

Ultra monkey box :
CentOS 4.4
ldirectord.cf :

# Global Directives
checktimeout=5
checkinterval=5
#fallback=127.0.0.1:80
autoreload=yes
#logfile="/var/log/ldirectord.log"
logfile="local0"
quiescent=no

# Virtual Server for HTTP
virtual=xxx.xxx.xxx.252:80
fallback=127.0.0.1:80
real=xxx.xxx.xxx.248:80 masq
real=xxx.xxx.xxx.249:80 masq
service=http
request="microsites/admin/UMPingServlet"
receive="Greetings"
scheduler=lc
persistent=2100
protocol=tcp
checktype=negotiate

# Virtual Service for HTTPS
virtual=xxx.xxx.xxx.252:443
fallback=127.0.0.1:443
real=xxx.xxx.xxx.248:443 masq
real=xxx.xxx.xxx.249:443 masq
service=https
request="microsites/admin/UMPingServlet"
receive="Greetings"
scheduler=lc
persistent=2100
protocol=tcp
checktype=negotiate

/etc/sysctl.conf :

# Controls IP packet forwarding
net.ipv4.ip_forward = 1
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core
filename.
# Useful for debugging multi-threaded applications.
kernel.core_uses_pid = 1


Real servers :
SuSE 10.1
Gateway set to Ultra Monkey eth0 address
Apache 2.0.x


Questions :

1: I assume that because we are using masq(NAT) that we don't need to
worry about the noarp problem with DR or TUN?
2: Is there any ip tuning that we should do on the Ultra Monkey box as
not only is it acting as the load balancer but it is also a router
too?
3: Has anybody else seen this intermittent "Page cannot be displayed"
error with UM?

Thank you very much for your help in advance,

Mark.

 
Reply With Quote
 
 
 
 
David M
Guest
Posts: n/a

 
      03-23-2007, 11:27 AM
On Fri, 23 Mar 2007 04:12:58 -0700, Mark rearranged some electrons to
form:

> Our customers are very large Fortune 500
> companies so we assume that their networking etc is top of the line,


I wouldn't necessarily make that assumption. I work for a Fortune 500
company and our internal network is awful.

--
David M
 
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
Wifi clients "the page cannot be displayed" but good on wired PCs developmental2@walla.com Wireless Internet 4 03-02-2006 10:53 AM
Intermittent "The page cannot be displayed" from IE but OE can still send/receive emails Martin Underwood Home Networking 4 10-23-2005 10:24 PM
Netgear WPN824 router admin via IE6: "The page cannot be displayed" Thomas G. Marshall Wireless Internet 1 08-23-2005 02:43 PM
Netgear wireless WPN824 router admin via IE6: "The page cannot be displayed" Thomas G. Marshall Wireless Networks 4 08-03-2005 08:41 PM
the infamous "This page can not be displayed ..." greg Windows Networking 4 01-05-2004 09:31 PM



1 2 3 4 5 6 7 8 9 10 11