Skip to content

Commit 2c6c186

Browse files
authored
Merge pull request #472 from delphix/dlpx/pr/dbshah12/acdec8ee-f597-451f-bf30-f6ad642718ee
DLPX-89345 reserving ports for the iSCSI encryption
2 parents 3980f5f + 39cd947 commit 2c6c186

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)