Skip to content

Commit 7365dc7

Browse files
committed
DLPX-89345 reserving ports for the iSCSI encryption
PR URL: https://www.github.com/delphix/delphix-platform/pull/472
1 parent cea781e commit 7365dc7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

files/common/usr/lib/sysctl.d/30-delphix-ports.conf

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@
1515
#
1616

1717
#
18-
# Local reserved ports for NFSv3
18+
# Local reserved ports
1919
# The persistent setting to back /proc/sys/net/ipv4/ip_local_reserved_ports
2020
#
21+
# iSCSI ports:
22+
# 53260 iSCSI listen for encrypted targets
23+
# 53261 srv side iSCSI stunnel listen
24+
#
25+
# NFS ports:
2126
# 54043 RPC mountd listen
2227
# 54044 RPC statd listen
2328
# 54045 RPC lockd/nlockmgr
2429
# 54046 srv side tunnel listen
2530
#
26-
net.ipv4.ip_local_reserved_ports = 54043-54046
31+
net.ipv4.ip_local_reserved_ports = 53260-53261,54043-54046

0 commit comments

Comments
 (0)