I am really confused about why the firewall keeps resetting #14371
-
Version2.4.120 Installation MethodSecurity Onion ISO image Descriptionconfiguration Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU10 RAM20 Storage for /200 Storage for /nsm16 Network Traffic Collectiontap Network Traffic Speedsmore than 10Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsYes, there are additional clues in /opt/so/log/ (please provide detail below) DetailI am having issues with sending logs to SO. I modified the firewall to allow ports 8220 so my machine can connect to fleetserver to install elastic agent, however after 1 minute the firewall resets. I've added the subnet in the firewall (192.160.0.0/24) but it doesn't seem to stick. Is there something I'm doing wrong? I've read I should make hostgroups, but should this not just work out of the box? I must be missing someone. Thanks in advance! sudo iptables -A INPUT -p tcp --dport 8220 -j ACCEPT Edit: I think I broke something, was saying no SSL cert. ugh. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
turns out I had an issue with my SSL cert, somehow i must have misconfigured it. I ended up recreating the entire elastic fleet container and then I think this did the trick, sudo so-firewall includehost Fleet 192.168.x.x i think i've literally spend almost 24 hours in total on this. Still learning but I'm glad I finally knocked this out. |
Beta Was this translation helpful? Give feedback.
turns out I had an issue with my SSL cert, somehow i must have misconfigured it. I ended up recreating the entire elastic fleet container and then I think this did the trick,
sudo so-firewall includehost Fleet 192.168.x.x
sudo so-firewall apply
i think i've literally spend almost 24 hours in total on this. Still learning but I'm glad I finally knocked this out.