Add Support for IPMI access from outside.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user