Connect to device Via agent Proxy

Started by richard21, April 12, 2024, 11:32:52 AM

Previous topic - Next topic

richard21

it would be good if you could connect to a device e.g. HTTPS or SSH through the agent proxy this would be really useful for remote networks where you have an agent polling devices and in the  client when you right click the device and click connect it would connect through the proxy of the agent

Filipp Sudanov

Its actually available, but not yet documented. In proxy agent config you need to enable

EnableTCPProxy=yes



URL and local command object tools have "Setup TCP tunnel to remote port" - set a checkbox there. When running such object tool, client will open a local port and establish tunnel via the server and the proxy. Your node should be in a zone and the proxy should be specified as zone proxy in proxy's properties.
Then there's a couple of macros that you can use in URL or local command:
${local-address}:${local-port}

More details can be found in recent webinar: https://www.youtube.com/watch?v=M4EgwnzGXVE

richard21