I only have a couple of public IP's for the site so almost everything is using private IP's and anything that needs it is nat'd out to the internet via gateway devices that we use for all our sites. Everything with public IP's I am able to monitor fine. Anything with a private I am able to monitor through a VPN tunnel or directly from those internal subnets. I can't use the VPN tunnel solution any longer which is why I am doing the Nat/Pat. The 881 router is setup with a Public IP on the Wan. The LAN interface is setup as a trunk with multiple vlans each of which is a private IP subnet. To manage the devices I have Nat/Pat setup.
Example: Router Wan IP: 1.1.1.1, internal switch IP 10.10.10.10 that needed to be accessed via telnet, https and snmp would have three rules set up:
1) tcp 10.10.10.10 23 1.1.1.1 2301
2) udp 10.10.10.10 161 1.1.1.1 6161
3) tcp 10.10.10.10 443 1.1.1.1 6443
and I could telnet to the device with 1.1.1.1:2301 or secure browser using 1.1.1.1:6443 etc. I have not been able to get the prtg monitoring working though. I have setup the sensors with an IP address of 1.1.1.1:6161 (that produces the 11044 socket error), nor by setting the IP to 1.1.1.1 and setting the port in the credentials to 6161. If this is something that prtg is normally able to do (multiple sensors with the same IP and different ports set in the credentials) then the problem most likely is something I'm doing. The point of this all is really to confirm that prtg is able to monitor a device via this type of setup.
Add comment