c# - How to make a Clustered Service send traffic on the Virtual IP -


i have windows service written in c# communicates ftp server. have added service "generic service" on failover cluster running on windows 2008 r2. "generic service" has own virtual ip address.

when ftp connection initiated, source ip address of node hosting service , not virtual ip. been suggested if service "cluster aware", source ip virtualip.

we trying avoid adding ip address of every node in cluster acl of ftp server. looking programmatic solution cause service use virtual ip outbound traffic in clustered environment.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -