nicocha30 / ligolo-ng

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

Access agent local ports (magic CIDR) not working #82

Closed MaccariTA closed 2 months ago

MaccariTA commented 2 months ago

Server version: 0.6 Client version: 0.6.1 image

nicocha30 commented 2 months ago

image

Everything is working fine for me. Did you start the tunnel?

MaccariTA commented 2 months ago

@nicocha30 the tunnel is started, you can see the ping works for 172.16.226.254

I am using self cert on server and ignore cert on client. Maybe that's related?

nicocha30 commented 2 months ago

Don't rely on ping, try accessing a local port

MaccariTA commented 2 months ago

I can confirm it's working properly. It's specifically ping not working for the magic 240.0.0.1 (not sure why though). curl and nmap are working.

nicocha30 commented 2 months ago

Hi @MaccariTA Thanks for this issue, it raised a problem in ping processing for magicIP. Now version 0.6.2 should fix the problem.