Ligolo-ng
Line of boxes
sudo ip tuntap add user $(whoami) mode tun ligolo && \
sudo ip link set ligolo up
# start your Ligolo-proxy
ligolo-proxy -selfcert# connect the agent
./agent --connect 10.10.14.62:11601 -ignore-cert
# select the session in Ligolo
session
# add the route to the first interface
sudo ip route add 172.16.5.0/24 dev ligolo
# start the tunnel via start in ligolo
startLast updated