Antsle Forum

Welcome to our Antsle community! This forum is to connect all Antsle users to post experiences, make user-generated content available for the entire community and more. 

Please note: This forum is about discussing one specific issue at a time. No generalizations. No judgments. Please check the Forum Rules before posting. If you have specific questions about your Antsle and expect a response from our team directly, please continue to use the appropriate channels (email: [email protected]) so every inquiry is tracked. 

Please or Register to create posts and topics.

setageing seetings on Antsle One

I am standing up an instance of Security Onion 2 on an Antsle One to provide detection capability and visibility on a customer's network. When I try to capture packets on my monitor interface from a span port om my Cisco switch all I see is layer 2/broadcast traffic. I found this post which references this issue:  https://antsle.com/forum/topic/capturing-traffic-to-br2-interface-in-promiscuous-mode/. However when I try to run the command "emerge bridge-utils" I get "zsh: command not found: emerge" so I am unable to adjust the setageing setting with the " brctl setageing br2 0" command which is the recommended fix for this this issue. Does anyone have any ideas or workarounds for this problem?

Thanks

Hi Wilk4013:

Here's a command that you can use:

    ip link set enp020f1 promisc on
This command will enable promiscuous mode on br1 but the changes won't persist on reboot.