cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
403
Views
0
Helpful
2
Replies

FTPS w/ CSS 11501

yycsandman007
Level 1
Level 1

Hi there...we have an ftp service that uses the ftps protocol (port 990 I believe) and I can't seem to get it to work behind the CSS....I get to the authentication but the data channel is not making it through...

I also think that port redirection may be causing some issues as well..

My content rule is listening on port 990, and the service rule is using port 6855 (see below for config snippets)

service blahblah:6855

ip address 161.19.6.133

protocol tcp

port 6855

keepalive port 6855

active

content webmthd_b2b_ftps_dev

vip address 161.19.6.28

port 990

protocol tcp

add service blahblah:6855

active

Any thoughts, suggestions, or advice would be greatly appreciated.

Thanks in advance!

These forums are the most useful learning and troubleshooting tool I have ever used! Keep up the good work...

2 Replies 2

Try the following

Group ftp

VIP address 161.19.6.28

Add service blahblah:6855

Active

content webmthd_b2b_ftps_dev

vip address 161.19.6.28

Application ftp-control

port 990

protocol tcp

add service blahblah:6855

active

Syed Iftekhar Ahmed

Thanks man....I will try it this evening...I have a change ticket scheduled for then....will post results here tomorrow.

Thanks again!

Sandman