I have a cluster of linux servers and a single (gateway) linux server that can access the machines in the cluster by hostname or ip. From outside of the cluster the machines are not accessible by hostname or ip
I would like to issue SNMP get requests for OIDs on a server inside the cluster and pass the request through the gateway server.
In order to do this, the gateway would need to somehow forward the SNMP get requests it receives for other machines in the cluster and also forward the replies to the original requester.
Does any one know of any existing solutions for this?
Thanks!