We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3980f5f + 39cd947 commit 2c6c186Copy full SHA for 2c6c186
files/common/usr/lib/sysctl.d/30-delphix-ports.conf
@@ -15,12 +15,17 @@
15
#
16
17
18
-# Local reserved ports for NFSv3
+# Local reserved ports
19
# The persistent setting to back /proc/sys/net/ipv4/ip_local_reserved_ports
20
21
+# iSCSI ports:
22
+# 53260 iSCSI listen for encrypted targets
23
+# 53261 srv side iSCSI stunnel listen
24
+#
25
+# NFS ports:
26
# 54043 RPC mountd listen
27
# 54044 RPC statd listen
28
# 54045 RPC lockd/nlockmgr
29
# 54046 srv side tunnel listen
30
-net.ipv4.ip_local_reserved_ports = 54043-54046
31
+net.ipv4.ip_local_reserved_ports = 53260-53261,54043-54046
0 commit comments