Änderungen

Zur Navigation springen Zur Suche springen

Server:Fehlermeldung "kernel: Neighbour table overflow"

670 Bytes hinzugefügt, 03:43, 30. Mär. 2012
= Beheben (ARP-Cache / neighbour table vergrößern) =
 
Die Größe des ARP-Caches wird über drei ''sysctl''-Variablen gesteuert:
 
* bei IPv4
<pre>net.ipv4.neigh.default.gc_thresh1</pre>
<pre>net.ipv4.neigh.default.gc_thresh2</pre>
<pre>net.ipv4.neigh.default.gc_thresh3</pre>
* bei IPv6
<pre>net.ipv6.neigh.default.gc_thresh1</pre>
<pre>net.ipv6.neigh.default.gc_thresh2</pre>
<pre>net.ipv6.neigh.default.gc_thresh3</pre>
 
sysctl -w net.ipv4.neigh.default.gc_thresh1=8192
sysctl -w net.ipv4.neigh.default.gc_thresh2=16384
sysctl -w net.ipv4.neigh.default.gc_thresh3=32768
 
sysctl -w net.ipv6.neigh.default.gc_thresh1=8192
sysctl -w net.ipv6.neigh.default.gc_thresh2=16384
sysctl -w net.ipv6.neigh.default.gc_thresh3=32768
 
[[Kategorie:Root-Server]][[Kategorie:Netzwerk (Server)]][[Kategorie:Linux (Server)]]
1.533

Bearbeitungen

Navigationsmenü