<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">I’ve run the startup with strace and there was nothing obvious there – output attached.  I’ve attached the suricata.log for a -T startup and a normal one, the start script, and the primary yaml – qm.yaml and the other two which it calls. 
 Those two were broken out so that the same primary yaml could be shared across hosts with the same hardware.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Sean<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><b>From:</b> Michał Purzyński <michalpurzynski1@gmail.com> <br>
<b>Sent:</b> Monday, November 18, 2019 8:11 PM<br>
<b>To:</b> Peter Manev <petermanev@gmail.com><br>
<b>Cc:</b> Cloherty, Sean E <scloherty@mitre.org>; oisf-users@lists.openinfosecfoundation.org<br>
<b>Subject:</b> Re: [Oisf-users] [EXT] Re: Packet Fanout on CentOS 7?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">Nah, any af_packet app will start even if the underlying hashing mechanism is not configured correctly. You will just have a hidden packet loss ;)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Can you attach your suricata.yaml and the exact command line you start Suricata with? It looks to me like problems with permissions.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">As a bonus can you try strace -o out <your suricata command goes here> and look for errors / access / permission messages in the resulting 'out' file?<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Mon, Nov 18, 2019 at 1:44 PM Peter Manev <<a href="mailto:petermanev@gmail.com">petermanev@gmail.com</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">On Mon, Nov 18, 2019 at 2:51 PM Cloherty, Sean E <<a href="mailto:scloherty@mitre.org" target="_blank">scloherty@mitre.org</a>> wrote:<br>
><br>
> The NIC is a 10G dual port Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01).  The driver is ixgbe 5.6.3.  I’ve attached the output in a text file.  The script used to start it includes the following from the class  –<br>
><br>
><br>
><br>
<br>
I've seen similar errs in a couple of situations:<br>
1 - when there is another Suricata running on the same interface<br>
2 - when using XDP (hw mode) with the wrong/not correct firmware<br>
version of the NIC<br>
<br>
From what I gather , it seems you don't have any the situation above<br>
(if I am not mistaken)<br>
Off note: For the cluster_qm part it is known that i40 can do the<br>
symmetric hashing with the specified low entropy key  for ixgbe i am<br>
not sure as i've seen both expected and unexpected results so ti is<br>
something that needs to be further checked.<br>
However there is  a bit more to that even if set up correct - it is<br>
traffic dependent in some cases as well - it's been tracked here<br>
<a href="https://redmine.openinfosecfoundation.org/issues/2725" target="_blank">https://redmine.openinfosecfoundation.org/issues/2725</a><br>
<br>
I dont have that much experience with CentOS but will be curious to<br>
see if you have similar issue with CentOS 8<br>
<br>
<br>
> ##### NIC #####<br>
><br>
><br>
><br>
> ### ens1f1<br>
><br>
><br>
><br>
> ifconfig ens1f1 down<br>
><br>
> ifconfig ens1f1 up<br>
><br>
><br>
><br>
> /usr/sbin/ethtool -L ens1f1 combined 16<br>
><br>
> /usr/sbin/ethtool -K ens1f1 rxhash on<br>
><br>
> /usr/sbin/ethtool -K ens1f1 ntuple on<br>
><br>
> /usr/sbin/ethtool -X ens1f1 hkey 6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A:6D:5A equal 16<br>
><br>
> /usr/sbin/ethtool -A ens1f1 rx off<br>
><br>
> /usr/sbin/ethtool -C ens1f1 adaptive-rx off adaptive-tx off rx-usecs 125<br>
><br>
> /usr/sbin/ethtool -G ens1f1 rx 1024<br>
><br>
><br>
><br>
> for proto in tcp4 udp4 tcp6 udp6 ; do /usr/local/sbin/ethtool -N ens1f1 rx-flow-hash $proto sdfn ; done<br>
><br>
><br>
><br>
> ##### START #####<br>
><br>
> LD_PRELOAD="/usr/lib64/libtcmalloc_minimal.so.4" /usr/bin/suricata -c /etc/suricata/qm.yaml --af-packet=ens1f1 -vvv -D<br>
><br>
><br>
><br>
><br>
><br>
> From: Peter Manev <<a href="mailto:petermanev@gmail.com" target="_blank">petermanev@gmail.com</a>><br>
> Sent: Sunday, November 17, 2019 1:59 AM<br>
> To: Cloherty, Sean E <<a href="mailto:scloherty@mitre.org" target="_blank">scloherty@mitre.org</a>><br>
> Cc: <a href="mailto:oisf-users@lists.openinfosecfoundation.org" target="_blank">
oisf-users@lists.openinfosecfoundation.org</a><br>
> Subject: [EXT] Re: [Oisf-users] Packet Fanout on CentOS 7?<br>
><br>
><br>
><br>
> On 17 Nov 2019, at 02:46, Cloherty, Sean E <<a href="mailto:scloherty@mitre.org" target="_blank">scloherty@mitre.org</a>> wrote:<br>
><br>
><br>
><br>
> <br>
><br>
> After taking the Advanced Deployment and Architecture class I was fired up with ideas for improvements in my own environment.  I want to use the cluster_qm mode and match worker/CPUs/RSS queues in CentOS 7.  Has anyone been able to get this working on CentOS
 7 or should I start migrating to CentOS 8?  The kernel is 3.10.0-1062.4.1.el7.x86_64, running Suricata 5.0.0 and I was able to set the hash key and the hash functions correctly (I think) -<br>
><br>
><br>
><br>
> RSS hash key:<br>
><br>
> 6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a:6d:5a<br>
><br>
> RSS hash function:<br>
><br>
>     toeplitz: on<br>
><br>
>     xor: off<br>
><br>
>     crc32: off<br>
><br>
><br>
><br>
><br>
><br>
> When I start Suricata all the messages look good until it gets to AFP when it gives me the message –<br>
><br>
><br>
><br>
> 7/11/2019 -- 14:10:43 - <Notice> - all 16 packet processing threads, 4 management threads initialized, engine started.<br>
><br>
> 7/11/2019 -- 14:10:43 - <Error> - [ERRCODE: SC_ERR_AFP_CREATE(190)] - Couldn't set fanout mode, error Invalid argument<br>
><br>
> 7/11/2019 -- 14:10:43 - <Error> - [ERRCODE: SC_ERR_AFP_CREATE(190)] - Couldn't init AF_PACKET socket, fatal error<br>
><br>
> 7/11/2019 -- 14:10:43 - <Error> - [ERRCODE: SC_ERR_FATAL(171)] - thread W#01-ens1f1 failed<br>
><br>
><br>
><br>
><br>
><br>
> I’ve never tried it CentOS 7 but would recommend trying  8.<br>
><br>
> What NIC is that ? (think you mentioned Intel but wasn’t sure what driver/model)<br>
><br>
><br>
><br>
> Just to be in the safe side - “-T” (test) run passes ok too? (And there are no other Suri running on the same interface ?)<br>
><br>
><br>
><br>
><br>
><br>
> I did take a look at the test script “can-i-use-afpacket-fanout” but my sensors have no internet connection so I am not able to use it via GO. Is there another way to run this if I downloading it manually ?<br>
><br>
><br>
><br>
><br>
><br>
> Thanks,<br>
><br>
><br>
><br>
> Sean<br>
><br>
> _______________________________________________<br>
> Suricata IDS Users mailing list: <a href="mailto:oisf-users@openinfosecfoundation.org" target="_blank">
oisf-users@openinfosecfoundation.org</a><br>
> Site: <a href="http://suricata-ids.org" target="_blank">http://suricata-ids.org</a> | Support:
<a href="http://suricata-ids.org/support/" target="_blank">http://suricata-ids.org/support/</a><br>
> List: <a href="https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users" target="_blank">
https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users</a><br>
><br>
> Conference: <a href="https://suricon.net" target="_blank">https://suricon.net</a><br>
> Trainings: <a href="https://suricata-ids.org/training/" target="_blank">https://suricata-ids.org/training/</a><br>
<br>
<br>
<br>
-- <br>
Regards,<br>
Peter Manev<br>
_______________________________________________<br>
Suricata IDS Users mailing list: <a href="mailto:oisf-users@openinfosecfoundation.org" target="_blank">
oisf-users@openinfosecfoundation.org</a><br>
Site: <a href="http://suricata-ids.org" target="_blank">http://suricata-ids.org</a> | Support:
<a href="http://suricata-ids.org/support/" target="_blank">http://suricata-ids.org/support/</a><br>
List: <a href="https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users" target="_blank">
https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users</a><br>
<br>
Conference: <a href="https://suricon.net" target="_blank">https://suricon.net</a><br>
Trainings: <a href="https://suricata-ids.org/training/" target="_blank">https://suricata-ids.org/training/</a><o:p></o:p></p>
</blockquote>
</div>
</div>
</body>
</html>