Open pentest01 opened 1 year ago
Ohh, sorry my bad, the vm can access the host, but the host can't access the vm.
troubleshooting gave me this result
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.
Algo clients effectively sit behind NAT
But what if I have public static ip?
Can you please elaborate - how to setup it?
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
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.