You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The username and password of the BMC can be changed using `--username` and `--password`.
43
+
The port can't be changed with `--port` as Foreman doesn't allow configuring any other port than `623/udp`
44
+
45
+
You might need to allow `623/udp` in your firewall: `sudo firewall-cmd --zone=libvirt --add-port=623/udp`.
46
+
47
+
If you're running `vbmcd` as an unprivileged user, you'll need to allow it to bind to 623: `sudo sysctl net.ipv4.ip_unprivileged_port_start=0`.
48
+
49
+
Once everything is configured, you can start the virtual BMC with `vbmc start libvirt_domain_name` and Foreman should be able to control the machine using IPMI.
0 commit comments