From 2affc448c28ff8f96152e418f1e5b8829fb4f13d Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 2 Jun 2018 22:31:04 +0200 Subject: [PATCH] main_ipv4.conf.sample: complete IPMI Ports. --- conf/main_ipv4.conf.sample | 20 +++++++++++++++----- conf/main_ipv6.conf.sample | 20 +++++++++++++++----- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/conf/main_ipv4.conf.sample b/conf/main_ipv4.conf.sample index ea990d3..4d2c303 100644 --- a/conf/main_ipv4.conf.sample +++ b/conf/main_ipv4.conf.sample @@ -883,12 +883,22 @@ ipmi_server_ips="" # - IPMI Tools Port # - -# - UDP 623: Access IPMI Programms (as IPMIView or FreeIPMI) -# - 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." +# - UDP 161: SNMP +# - UDP 623: Access IPMI Programms (as IPMIView or FreeIPMI) +# - +# - TCP 80: Webinterface. +# - 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="623 5900" -ipmi_tcp_ports="80 443 623 3520" +ipmi_udp_ports="161 623" +ipmi_tcp_ports="80 161 443 623 3520 5120 5123 5900 5901 5985" # ============= diff --git a/conf/main_ipv6.conf.sample b/conf/main_ipv6.conf.sample index 0179e2b..701bfb8 100644 --- a/conf/main_ipv6.conf.sample +++ b/conf/main_ipv6.conf.sample @@ -851,12 +851,22 @@ ipmi_server_ips="" # - IPMI Tools Port # - -# - UDP 623: Access IPMI Programms (as IPMIView or FreeIPMI) -# - 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." +# - UDP 161: SNMP +# - UDP 623: Access IPMI Programms (as IPMIView or FreeIPMI) +# - +# - TCP 80: Webinterface. +# - 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="623 5900" -ipmi_tcp_ports="80 443 623 3520" +ipmi_udp_ports="161 623" +ipmi_tcp_ports="80 161 443 623 3520 5120 5123 5900 5901 5985" # =============