Add Support for IPMI access from outside.

This commit is contained in:
2025-09-23 16:46:05 +02:00
parent b547d5dc0e
commit 8b8060f0fa
5 changed files with 93 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ allow_silc_request_out=true
allow_irc_request_out=true
allow_mysql_request_out=true
allow_ipmi_request_out=true
allow_ipmi_request_in=false
allow_remote_console_request_out=true
allow_mumble_request_out=true
allow_outbound_streaming=true

View File

@@ -1420,6 +1420,18 @@ ipmi_server_ips=""
ipmi_udp_ports="161 623"
ipmi_tcp_ports="80 161 443 623 3520 5120 5123 5900 5901 5985"
# - Allow Access to IPMI Interfaces from outside
# -
# - Note:
# - In addition, ports
# -
# - TCP :443, 3520, 5900
# - UDP: 623
# -
# - must be forwarded to the IP address of the IPMI network interface in the router (e.g., Fritzbox).
# -
allow_ipmi_request_in=false
# =============
# - Rsync Out for given src ip-addresses

View File

@@ -1394,6 +1394,18 @@ ipmi_server_ips=""
ipmi_udp_ports="161 623"
ipmi_tcp_ports="80 161 443 623 3520 5120 5123 5900 5901 5985"
# - Allow Access to IPMI Interfaces from outside
# -
# - Note:
# - In addition, ports
# -
# - TCP :443, 3520, 5900
# - UDP: 623
# -
# - must be forwarded to the IP address of the IPMI network interface in the router (e.g., Fritzbox).
# -
allow_ipmi_request_in=false
# =============
# - Rsync Out for given src ip-addresses