Understanding Iptables and Docker #4750
Replies: 1 comment 1 reply
-
Read here: https://docs.securityonion.net/en/2.3/so-allow.html?highlight=so-allow#so-allow And here: https://docs.securityonion.net/en/2.3/firewall.html?highlight=firewall#firewall See if this helps |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am up and running on SO with moderate success (all of my issues are me...). One thing I would like to add to my sensor node is a container with Nessus network monitor running. i have this running in my test vm with iptables off... and it works of course.
But Im looking at the iptables for my prod sensor node.. and I dont really understand what im looking at. If I try to curl from my desktop the connection is refused. If i curl from the sensor node (localhost) it does return what i expect. So im back to Ip I thought adding this would allow communication on port 8835
iptables -A INPUT -p tcp --dport 8835 -j ACCEPT
So why wouldnt that allow communication on that port?
Beta Was this translation helpful? Give feedback.
All reactions