AMT - connect outside the subnet

AMT - connect outside the subnet

Аватар пользователя MATEUSZ K.

Hi,

I am testing AMT for a while and everything works fine if two connecting machines are in same subnet. I can use both from Manageability Commander Tool and code (AMT SDK) to remotely manage machines. But when I change subnet with one machine I cannot make a connection (both methods). Those machines can ping each other, both firewalls are down. What can cause the issue?

My code to overview:

IAMTInstance amt;
ConectionInfoEX connInfo = new ConnectionInfoEX(machineIPAddress, "admin", "P@ssw0rd", false,
string.Empty, ConnectionInfoEX.AuthMethod.Digest, null, null, null);
amt = AMTInstanceFactory.CreateEX(connInfo);

Thank in advice for any help. 

MateuszK

2 posts / 0 новое
Последнее сообщение
Пожалуйста, обратитесь к странице Уведомление об оптимизации для более подробной информации относительно производительности и оптимизации в программных продуктах компании Intel.
Аватар пользователя Gael Hofemeier (Intel)

Hi - could you let me know what version of AMT you are working with? Also, what is your network configuration? And are your systems provisioned with TLS?

Follow me on Twitter: @GH_IntelBlogs Facebook: https://www.facebook.com/gh.intelblogs

Зарегистрируйтесь, чтобы оставить комментарий.