(SOLVED) GUI not reachable after install

chris_G

New Member
Sep 19, 2022
2
0
1
Hello All,

I installed promox on Dell poweredge r610 . All looks to work fine but i can t acces to the promox interface.

When i put https://192.168.1.68:8006 i have ERR_CONNECTION_REFUSED

If i write https://192.168.1.68 i can acces to the idrac server remote control with no issue.

I have been reading posts about this kind of problem for 2 days now but I have not been able to find a solution that works in my case.

- Ping test is ok

- netstat -l | grep 8006 doesn t work

- wget --no-check-certificate https://192.168.1.68:8006 doesn t work connection refused

- nmap -p 8006 192.168.1.68 looks ok port is open


If you have any leads I would appreciate it
 
Last edited:
Doesn't your idrac/IPMI come with a dedicated ethernet port for management? In that case you need to use a second ethernet port for PVE and use another IP for it.
 
  • Like
Reactions: Stoiko Ivanov
Thank you for your answer .

Problem has been solved . I disabled Idrac remote control and now it work perfectly