Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Can you open that link from a browser in a second VM on the same virtual network? If not, then check for firewall or binding issues. Can you access it from something on the same network as the host using the Host IP? like 192.168.x.x:9201
    – Cpt.Whale
    Commented Jul 11, 2023 at 21:42
  • Actually, I do not have any second VM installed yet, but I disabled the firewall, its still not working. Can you please let me know am i doing right? Even if its not working I am going in the right direction. I am new to this and did not know much. I want to ask is it can run on any device on the internet using the method I am following. Or I have to change the ip to public ip? or it can accessible through private ip too? btw thanks for replying. I am stuck on this problem from days. Commented Jul 11, 2023 at 23:41
  • Its not accessible from this link 192.168.1.1:9201 This site can’t be reached192.168.1.1 refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED ... Can you please guide me where is the problem? Commented Jul 11, 2023 at 23:51
  • Is elk listening on port 9201 or 80? Your nat rule is pointing 192.168.1.1:9201 to 192.168.110.129:80, but it sounds like you might want the opposite, like host:80 to vm:9201
    – Cpt.Whale
    Commented Jul 12, 2023 at 14:00