tags:

views:

68

answers:

1

I have a client server environment and would like to secure the network traffic using IPsec. What is involved to get this implemented? The application is working fine, I just need to secure the traffic between computers.

What do I need - certificates on each computer for example? Do I need to make changes to the socket read/write code?

+2  A: 

Since IPSec is implemented at the IP level, your application does not need to be changed for IPSec (and it will not notice anything about it).

What exactly is needed for IPSec depends - but you'd be better off asking this question on serverfault.

Lucero
Thanks. Will repost at serverfault.
ritu