Announcement

Collapse
No announcement yet.

Cannot connect to AsRock C2750D4I IPMI interface anymore

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cannot connect to AsRock C2750D4I IPMI interface anymore


  • #2
    Re: Cannot connect to AsRock C2750D4I IPMI interface anymore

    Most likely your IP was reset to 0.0.0.0. You have 2 options:
    1. Do it the old fashion way. Connect your server to a real monitor and keyboard and modify the BMC IP number in the bios.
    2. Since you got Ubuntu running, install OpenIPMI and OpenIPMI-tools. Use the ipmi commands to change the IP address from there. Example:
    Code:
    # ipmitool lan set 1 ipsrc [ static | dhcp ]
    # ipmitool lan set 1 ipaddr 10.10.10.100
    # ipmitool lan set 1 netmask 255.255.255.0
    # ipmitool lan set 1 defgw ipaddr 10.10.10.1

    Comment


    • #3
      Re: Cannot connect to AsRock C2750D4I IPMI interface anymore

      I've connected the monitor, went to the BIOS and changed the values there. They were set to 0.0.0.0.
      thanks.

      Comment


      • #4
        Re: Cannot connect to AsRock C2750D4I IPMI interface anymore

        It works now.
        Thanks.

        Comment

        Working...
        X