Proxmox not reaching the Idrac R750 to get to the web GUI

cboyles

New Member
Sep 3, 2025
5
0
1
The iDrac ip subnet is different then my Pormox that I installed on the iDrac. I have tried all different kinds of interface configurations from bonds to Vlans. I can't seem to get it to connect. My Proxmox is on a Vlan and I have don vmbr0v5 pointing to vmbr0 with the iface eno8303 having both IP subnets. didn't work the bond0 with the bond0v5 and vmbr0v5 the interfaces came up but no connection. I need help. This is the one that seemed to have the interfaces up.
 

Attachments

  • vlan with bond0 in cli.png
    vlan with bond0 in cli.png
    74.5 KB · Views: 6
Generally speaking, your idrac interface (physical or shared) will NOT be visible to the host operating system. Treat it like a separate computer.

Now that we got that out of the way, what are you actually trying to do?
 
well I put the config back to the bond0 and now I can ping everything but I still can not bring up the Proxmox web GUI
 
try that i think you havent specity vlans in your config.
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2 >>> change to your nic
bond-miimon 100
bond-mode balance-alb >>> change that to your hash policy.


auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids (specify your vlans here or a range.) e.g vlan is 50.


auto vmbr0.50
iface vmbr0.50 inet manual
address >>ip. address
gateway >> gateway address.


this has always been working for me .
 
well I was able to reach the dns, but I still can not open up the web GUI with ip address:8006. The idrac and the proxmox ip are different subnets and I have the proxmox on a vlan. I don't know what else to do.
 
well I was able to reach the dns, but I still can not open up the web GUI with ip address:8006. The idrac and the proxmox ip are different subnets and I have the proxmox on a vlan. I don't know what else to do.
why you keep bringing idrac idrac got nothing to do with your proxmox web ui . in order to get to proxmox web ui you gotta make sure specify vlan correctly any proxies you use make sure your proxy has route to outside world via your gateway and dns server entries are correct in your etc/resolve.conf file. and you should be able to connect to web ui . send me full out put of your /etc/network/interfaces file after those changes and double check your dns entries.
 
No proxy's and the DNS is pointing to the DC in vCenter and the gateway. (Trying to move from vCenter to Proxmox VE). restarted services, checked to make sure it was listening on 8006.
 

Attachments

  • interfaces with bond0.png
    interfaces with bond0.png
    44.5 KB · Views: 1
  • ip a interfaces.png
    ip a interfaces.png
    145.5 KB · Views: 1
I think it is the Paloalto not allowing me to open up the GUI. The TCP port 8006 is not in the security policies.