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
Post a Comment