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

Virtualmin installer doesn't present the correct IP address #103

Closed
Bt6K opened this issue Mar 21, 2024 · 3 comments
Closed

Virtualmin installer doesn't present the correct IP address #103

Bt6K opened this issue Mar 21, 2024 · 3 comments

Comments

@Bt6K
Copy link

Bt6K commented Mar 21, 2024

Hi,

I installed Virtualmin on an AlmaLinux 8 VPS, powered by OpenVZ 7.

It installed fine, but I noticed a small issue:

[SUCCESS] Installation Complete!
[SUCCESS] If there were no errors above, Virtualmin should be ready
[SUCCESS] to configure at https://test.test.com:10000 (or https://127.0.0.1:10000).
[SUCCESS] You may receive a security warning in your browser on your first visit.

Notice how the IP address is being reported as 127.0.0.1

Can this be fixed?

Here is the full install log: https://pastebin.com/raw/uuTgeM6G

Thanks

@iliajie
Copy link
Contributor

iliajie commented Mar 22, 2024

Hello,

Notice how the IP address is being reported as 127.0.0.1

Can this be fixed?

Check your /etc/hosts file.

@Bt6K
Copy link
Author

Bt6K commented Mar 22, 2024

root@test:~# cat /etc/hosts
127.0.0.1 test.test.com test
::1             localhost ip6-localhost ip6-loopback
ff02::1         ip6-allnodes
ff02::2         ip6-allrouters

# Auto-generated hostname. Please do not remove this comment.
192.168.1.1 test.test.com test
root@test:~#

@iliajie
Copy link
Contributor

iliajie commented Mar 23, 2024

Given the content of /etc/hosts file, Virtualmin does everything right — there is no bug for us to address.

@iliajie iliajie closed this as completed Mar 23, 2024
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