main_ipv4.conf.sample: complete IPMI Ports.

This commit is contained in:
Christoph 2018-06-02 22:31:04 +02:00
parent de0ebb6162
commit 2affc448c2
2 changed files with 30 additions and 10 deletions

View File

@ -883,12 +883,22 @@ ipmi_server_ips=""
# - IPMI Tools Port # - IPMI Tools Port
# - # -
# - UDP 623: Access IPMI Programms (as IPMIView or FreeIPMI) # - UDP 161: SNMP
# - TCP 623: Virtual Media for Remote Console # - UDP 623: Access IPMI Programms (as IPMIView or FreeIPMI)
# - TCP 3520: "This is TCP Port 3520 which is also needed in addition to TCP port 5900 to be able to use iKVM."
# - # -
ipmi_udp_ports="623 5900" # - TCP 80: Webinterface.
ipmi_tcp_ports="80 443 623 3520" # - TCP 161: SNMP
# - TCP 443: Webinterface (SSL)
# - TCP 623: Virtual Media for Remote Console
# - TCP 3520: "This is TCP Port 3520 which is also needed in addition to TCP port 5900 to be able to use iKVM."
# - TCP 5120: CD/USB
# - TCP 5123: Floppy
# - TCP 5900: KVM over IP
# - TCP 5901: Video for remote console
# - TCP 5985: Wsman
# -
ipmi_udp_ports="161 623"
ipmi_tcp_ports="80 161 443 623 3520 5120 5123 5900 5901 5985"
# ============= # =============

View File

@ -851,12 +851,22 @@ ipmi_server_ips=""
# - IPMI Tools Port # - IPMI Tools Port
# - # -
# - UDP 623: Access IPMI Programms (as IPMIView or FreeIPMI) # - UDP 161: SNMP
# - TCP 623: Virtual Media for Remote Console # - UDP 623: Access IPMI Programms (as IPMIView or FreeIPMI)
# - TCP 3520: "This is TCP Port 3520 which is also needed in addition to TCP port 5900 to be able to use iKVM."
# - # -
ipmi_udp_ports="623 5900" # - TCP 80: Webinterface.
ipmi_tcp_ports="80 443 623 3520" # - TCP 161: SNMP
# - TCP 443: Webinterface (SSL)
# - TCP 623: Virtual Media for Remote Console
# - TCP 3520: "This is TCP Port 3520 which is also needed in addition to TCP port 5900 to be able to use iKVM."
# - TCP 5120: CD/USB
# - TCP 5123: Floppy
# - TCP 5900: KVM over IP
# - TCP 5901: Video for remote console
# - TCP 5985: Wsman
# -
ipmi_udp_ports="161 623"
ipmi_tcp_ports="80 161 443 623 3520 5120 5123 5900 5901 5985"
# ============= # =============