[Bro-Dev] [JIRA] (BIT-1515) Interface setup plug-in

Justin Azoff (JIRA) jira at bro-tracker.atlassian.net
Fri Jan 15 12:35:00 PST 2016


    [ https://bro-tracker.atlassian.net/browse/BIT-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=23831#comment-23831 ] 

Justin Azoff commented on BIT-1515:
-----------------------------------

Doug Burks commented on the interface setup gist:



Hi Justin,

Regarding the ethtool invocation, I seem to remember an issue with certain NICs where the command might fail when trying to set multiple options at one time.

http://blog.securityonion.net/2011/10/when-is-full-packet-capture-not-full.html

"You can set multiple options in one "ethtool" command, but this can be problematic if your card doesn't support all of the settings."

Here is what we do in Security Onion that has been working well for a few years now:

for i in rx tx sg tso ufo gso gro lro; do ethtool -K $IFACE $i off; done

Hope that helps!


> Interface setup plug-in
> -----------------------
>
>                 Key: BIT-1515
>                 URL: https://bro-tracker.atlassian.net/browse/BIT-1515
>             Project: Bro Issue Tracker
>          Issue Type: Task
>          Components: Bro
>            Reporter: Jeannette Dopheide
>            Assignee: Justin Azoff
>            Priority: Low
>
> Place holder ticket to remind Justin to finish the interface setup plug-in he has been working on.



--
This message was sent by Atlassian JIRA
(v7.1.0-OD-04-012#71001)


More information about the bro-dev mailing list