mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 11:44:01 +01:00
30682e63d8
Signed-off-by: Tuomo Soini <tis@foobar.fi>
25 lines
750 B
Plaintext
25 lines
750 B
Plaintext
#
|
|
# Shorewall - IPMI Macro
|
|
#
|
|
# /usr/share/shorewall/macro.IPMI
|
|
#
|
|
# This macro handles IPMI console redirection with Asus (AMI),
|
|
# Dell DRAC5+ (Avocent), and Supermicro (Aten or AMI).
|
|
# Use this macro to open access to your IPMI interface from management
|
|
# workstations.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
PARAM - - tcp 623 # RMCP
|
|
PARAM - - tcp 3668,3669 # Virtual Media, Secure (Dell)
|
|
PARAM - - tcp 5120,5123 # CD, floppy (Asus, Aten)
|
|
PARAM - - tcp 5900,5901 # Remote Console (Aten, Dell)
|
|
PARAM - - tcp 7578 # Remote Console (AMI)
|
|
PARAM - - udp 623 # RMCP
|
|
HTTP
|
|
HTTPS
|
|
SNMP
|
|
SSH # Serial over Lan
|
|
Telnet
|