algo icon indicating copy to clipboard operation
algo copied to clipboard

I can't connect to computers in my network. even after enableing connectect client's to reach each other.

Open pentest01 opened this issue 2 years ago • 3 comments

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

image

Expected behavior I should be able to access my local web server, but i can't access it.

A clear and concise description of what you expected to happen. I should be able to access my local web server, but i can't access it.

pentest01 avatar May 17 '23 07:05 pentest01

Ohh, sorry my bad, the vm can access the host, but the host can't access the vm.

troubleshooting gave me this result

image

pentest01 avatar May 17 '23 08:05 pentest01

Algo clients effectively sit behind NAT and a firewall, so they can access upstream resources and each other but those upstream resources don't have a default route to clients behind NAT. To achieve what you're asking, you'd need to set up rules using iptables on the algo instance, routing traffic from external addresses to clients on the algo network. This isn't supported out of the box.

ddxor avatar Jul 02 '24 09:07 ddxor

Algo clients effectively sit behind NAT

But what if I have public static ip?

Can you please elaborate - how to setup it?

vitaly-zdanevich avatar Jul 30 '24 13:07 vitaly-zdanevich