mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 17:43:15 +01:00
Added macro IPMI for Remote Console Protocl (RMCP)
Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
parent
0f55863076
commit
b6ea20e7df
19
Shorewall/Macros/macro.IPMI
Normal file
19
Shorewall/Macros/macro.IPMI
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#
|
||||||
|
# Shorewall version 4 - IPMI Macro
|
||||||
|
#
|
||||||
|
# /usr/share/shorewall/macro.IPMI
|
||||||
|
#
|
||||||
|
# This macro handles IPMI used by Asus, Dell, MSI, and Supermicro.
|
||||||
|
#
|
||||||
|
###############################################################################
|
||||||
|
?FORMAT 2
|
||||||
|
###############################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
||||||
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
||||||
|
PARAM - - tcp 623 # RMCP
|
||||||
|
PARAM - - tcp 5900,5901 # Remote Console
|
||||||
|
PARAM - - tcp 8889 # WS-MAN
|
||||||
|
PARAM - - udp 623 # RMCP
|
||||||
|
SSH
|
||||||
|
HTTP
|
||||||
|
HTTPS
|
Loading…
Reference in New Issue
Block a user