Hi, I want an opinion about an ideas about possible new func module. A limitation of actual design is when you have an host that is impossible to reach directly. This situation is frequent especially in enterprise networks. A sample network can be: * server1 can access to client1, client2, client3 * client1 can access to sub_client1, sub_client2 server1 can't access directly to sub_client1 and sub_client2; An idea can be launched on server1: fc.proxy("client1").client("sub_client1").command() fc.proxy("client1").client("*").command() which execute command() on sub_client1 starting from server1. This is only a proposal and is possible to build multihop, but I don't have idea if is possible to implement...I think yes :-) for example something like fc.proxy("client1").proxy("client2").client("*").command() but ATM only a hop is enought :-) any suggestion? ;-) bye Luca -- Today is Setting Orange, the 17th day of Discord in the YOLD 3174 _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list