Skip to content

Commit

Permalink
add mtu info
Browse files Browse the repository at this point in the history
  • Loading branch information
awick committed Nov 21, 2024
1 parent b487ba6 commit 6b536d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -2267,6 +2267,15 @@ <h4 id="network-card-config">
<code>/data/moloch/bin/moloch_config_interfaces.sh</code>
</p>

<h4 id="mtu-setting">
MTU Setting
</h4>
<p>
Many network cards will drop packets if the packet MTU is larger than the interface MTU.
It is common when sniffing network taffic to have encapsulated packets that are larger than the default MTU of 1500.
Make sure the MTU of the capture interface is set to at least 1600 or 9216 if you are using jumbo frames.
</p>

<h4 id="packetthreads-and-the-packet-q-is-overflowing-error">
packetThreads and the PacketQ is overflowing error
</h4>
Expand Down

0 comments on commit 6b536d9

Please sign in to comment.