nicocha30 / ligolo-ng

An advanced, yet simple, tunneling/pivoting tool that uses a TUN interface.
GNU General Public License v3.0
2.78k stars 280 forks source link

Multiple routes to agent's network #31

Closed virusvfv closed 10 months ago

virusvfv commented 1 year ago

What if we have multiple agents from different client networks. (Ex: agentA from 192.168.5.0/24 and agentB from 172.16.88.0/24) and want to work with this nets...? Now we must choose in what session start tunnel. Other session will be usefulness. Lets make agents and its routes work simultaneously !

I think that easy way to do this - creating separate tap interface for separate agent when U type start in agent session. So on proxy there will be many ligolo interfaces, each for specific agent. When agent falls interface is deleted by proxy.

nicocha30 commented 10 months ago

Implemented in Ligolo-ng v0.5 :wink:

KNulL0 commented 10 months ago

I have the same question. May I ask how should I proceed?

nicocha30 commented 9 months ago

I have the same question. May I ask how should I proceed?

@KNulL0

Create another tuntap interface, and specify the new interface by using the --tun ligolo2 parameter of the start command.

KNulL0 commented 9 months ago

我也有同样的问题。请问我应该如何进行?

@KNulL0

创建另一个_tuntap_接口,并通过命令--tun ligolo2的参数指定新接口start

Thanks