lee_connell wrote: > as for port forwarding through ssh tunnels, i don't think that would work > either because you would be connecting to the same ip which would be the > zenoss server, even though your accessing it via different ports which in > turn is sending it through the tunnel to the other side. Confusing? > > Tunnel1: 127.0.0.100:9000 -> 192.168.0.1:161 > Tunnel2: 127.0.0.100:9001 -> 192.168.0.2:161 > > This would be ideal, but zenoss complains if you assign more than one device > to a single ip, as you see here i would need two devices but only have one ip > (127.0.0.100). > > Am I misunderstanding here?
More like this: ssh [EMAIL PROTECTED] -L 127.0.0.1:161:10.0.0.1:161 -L 127.0.0.2:161:10.0.0.2:161 -L 127.0.0.3:161:10.0.0.3:161 etc... -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=15685#15685 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
