cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
280
Views
0
Helpful
1
Replies

CSS1500 - Problem with "none web application"

marcheppell
Level 1
Level 1

Hi,

I need help. I'm trying to configure css (content & service) to load-balance a standard tcp application who works on port 911 BUT it's not a web application. The VIP binded on content answers to ping but not to telnet on port 911 (I perform telnet just to test the application). If I configure an URL, the VIP address answers but, like it's not for web, I'm not suppose to have any URL to enter.

What's the problem?

** My service is alive.

service Alarmes-1

ip address 2.2.2.2

keepalive type tcp

protocol tcp

port 911

keepalive frequency 15

keepalive retryperiod 15

active

content ALARMES

vip address 1.1.1.1

add service Alarmes-1

protocol tcp

port 911

active

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

when you configure a url you just forces the css to spoof the connection and respond to client SYN on behalf of the server.

If you do not get a response with a layer 4 rule [the one you have configured without the url] it's only because the server does not respond, because the server response does not come back through the CSS.

Sniff the traffic on the server to see what is going on.

Gilles.