* Reserve tcp port for telemetry and gnmi * Use ip_local_port_range instead * Fix sysctl config Co-authored-by: ganglv <88995770+ganglyu@users.noreply.github.com>
This commit is contained in:
parent
388c3f5f90
commit
9f7166b5d2
@ -15,6 +15,7 @@ net.ipv4.conf.all.arp_announce=1
|
|||||||
net.ipv4.conf.all.arp_filter=0
|
net.ipv4.conf.all.arp_filter=0
|
||||||
net.ipv4.conf.all.arp_notify=1
|
net.ipv4.conf.all.arp_notify=1
|
||||||
net.ipv4.conf.all.arp_ignore=2
|
net.ipv4.conf.all.arp_ignore=2
|
||||||
|
net.ipv4.ip_local_port_range="32768 50001"
|
||||||
net.ipv4.neigh.default.base_reachable_time_ms=1800000
|
net.ipv4.neigh.default.base_reachable_time_ms=1800000
|
||||||
net.ipv6.neigh.default.base_reachable_time_ms=1800000
|
net.ipv6.neigh.default.base_reachable_time_ms=1800000
|
||||||
net.ipv4.neigh.default.gc_thresh1=1024
|
net.ipv4.neigh.default.gc_thresh1=1024
|
||||||
|
Reference in New Issue
Block a user