Any Foundry ServerIron guru's here?
Have one that's flat kicking my behind.Real servers set up, virtual servers set up and real servers bound to it. Can ping the VIP just fine but HTTP traffic just dies. Config....
Startup configuration:
!
ver 07.3.06T12
server real Revolution_cyc-web01 69.25.26.38
port http
port http url "HEAD /"
!
server real Revolution_cyc-web02 69.25.26.39
port http
port http url "HEAD /"
!
!
server virtual cyc_vip 69.25.26.36
predictor least-conn
port http
bind http Revolution_cyc-web01 http Revolution_cyc-web02 http
!
!
!
vlan 1 name DEFAULT-VLAN by port
!
vlan 2 name Revolution1 by port
untagged ethe 1 to 12
!
vlan 3 name Revolution2 by port
untagged ethe 13 to 24
!
aaa authentication web-server default local
aaa authentication login default local
enable super-user-password .....
hostname ash-lb008
ip address 69.25.26.35 255.255.255.128
ip default-gateway 69.25.26.1
ip dns domain-name globalofficeconnect.com
ip dns server-address 216.52.122.6
logging 216.52.122.11
no logging buffered informational
interface e 1
port-name Internet Uplink for CYC vlan
speed-duplex 100-full
!
interface e 2
port-name cyc-web01 Front End
speed-duplex 100-full
!
interface e 3
port-name cyc-web02 Front End
speed-duplex 100-full
!
interface e 4
speed-duplex 100-full
!
I'm going blind trying this one. Uplink from the SI is to a Cisco port behind a Netscreen 204 in transparent mode, the gateway is valid and pingable from the webs and the VIP is pingable.
show serv gives me:
Server Load Balancing - global parameters
Predictor = least-conn
Force-deletion = 0
Reassign-threshold = 20
Reassign-limit = 3
Ping-interval = 2
Ping-retries = 4
HTTP-keepalive-interval = 5
HTTP-keepalive-retries = 2
Session ID age = 30
TCP-age = 30
UDP-age = 5
Sticky-age = 5
TCP-syn-limit = 65535
TCP-total conn = 52
Unsuccessful conn = 36
ICMP-message = Disabled
RESET-message = Disabled
Virtual Server Name: cyc_vip, IP: 69.25.26.36
http -------> Revolution_cyc-web01: 69.25.26.38, http (Active)
Revolution_cyc-web02: 69.25.26.39, http (Active)
Client->Server = 79 Server->Client = 0
Drops = 36 Aged = 49
Fw_drops = 0 Rev_drops = 0
FIN_or_RST = 0 old-conn = 0
Disable_drop = 0 Exceed_drop = 0
Stale_drop = 0 Unsuccessful = 36
TCP SYN-DEF RST = 0 Server Resets = 0
Out of Memory = 0 Out of Memory = 0
Avail. Sessions = 524271 Total Sessions = 524288
Total C->S Conn = 52 Total S->C Conn = 0
Total Reassign = 22 Unsuccessful Conn = 36
Server State - 1:enabled, 2:failed, 3:test, 4

Real Server State CurrConn TotConn TotRevConn CurrSess PeakConn
Revolution_cyc- 6 2 28 0 6 4
Revolution_cyc- 6 2 24 0 5 3
Web servers based on logs never see the inbound request..
Any help appreciated!
-Roger