I have a scenario with 3 servers: A, B and C. The server A contains a C# Windows Service that regularly pings servers B and C. The problem is that server A doesn't reach server C (firewall issues). Server B reaches server C with no problem.
Is it possible, programmatically in C#, from the Windows Service on server A, to log on in server B and ping server C?