Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu does not bind to ip adress - only localhost #11

Open
s1232 opened this issue Sep 8, 2024 · 3 comments
Open

Ubuntu does not bind to ip adress - only localhost #11

s1232 opened this issue Sep 8, 2024 · 3 comments

Comments

@s1232
Copy link

s1232 commented Sep 8, 2024

Thanks for your efforts here!

This is probably more of a question than an actual issue: I tried running minirps on my Ubuntu box. It is accessible over http://localhost but not over host ip. Other services running on the same host does not have this issue. Any hints?

@marcodpt
Copy link
Owner

marcodpt commented Sep 8, 2024

Normally when it works on localhost but not via IP it may be related to the firewall.

This is very common for me on AWS and other providers.

Normally what I do is:

  • Check the firewall of the machine in question.
  • Check the router or, in the case of AWS, the access rules.

It is important at each stage to try to create the simplest examples you can to isolate the problem in question.

@marcodpt
Copy link
Owner

marcodpt commented Sep 8, 2024

In the case of Ubuntu Box I never messed with it.

I believe it is a virtual machine.

I don't know how to use any operating system other than Linux.

You have to see how the host OS communicates with the Ubuntu box.

@marcodpt
Copy link
Owner

marcodpt commented Sep 8, 2024

My suggestion is to use well-established commands like:

python3 -m http.server

which only serves static directories and is available on all Linux.

If it fails, it is certain that the problem is the Ubuntu firewall or the host OS.

Otherwise, the problem is very likely to be the minirps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants