-
Version2.4.30 Installation MethodSecurity Onion ISO image Descriptionconfiguration Installation TypeEval Locationairgap Hardware SpecsMeets minimum requirements CPU8 RAM16 Storage for /512 Storage for /nsm512 Network Traffic Collectiontap Network Traffic SpeedsLess than 1Gbps StatusYes, all services on all nodes are running OK Salt StatusYes, there are salt failures (please provide detail below) LogsNo, there are no additional clues DetailHello Security Onion expert, after opening 'Show all configurable settings, including advanced settings' and configuring PFSense according to the user manual, upon completing the setup and syncing, I'm unable to log in to the website. At the same time, all system containers seem to be working fine. How should I go about troubleshooting this? Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Next, we need to allow the traffic from the pfSense firewall to port 9001: Navigate to Administration –> Configuration. |
Beta Was this translation helpful? Give feedback.
-
───────────────────────────────────┼─────────┼─────────────────────── ✔ This onion is ready to make your adversaries cry! |
Beta Was this translation helpful? Give feedback.
-
I found the problem Chain FORWARD (policy ACCEPT) Chain OUTPUT (policy ACCEPT) Normal circumstances, it is Chain FORWARD (policy DROP) Chain OUTPUT (policy ACCEPT) Chain DOCKER (1 references) Chain DOCKER-ISOLATION-STAGE-1 (1 references) Chain DOCKER-ISOLATION-STAGE-2 (1 references) Chain DOCKER-USER (1 references) Chain LOGGING (2 references) ========================== |
Beta Was this translation helpful? Give feedback.
-
What does |
Beta Was this translation helpful? Give feedback.
Dear Security Onion Experts
Thank you for your reminder and reply. The answer to this question has been found. The reason is that I typed the wrong text in the settings and mistakenly typed customportgroup0 as customportguoupO. Currently, the port can be enabled in iptables -L, although I have not seen it in Integuetions. LOG, but this is already a big improvement. Thank you for your reply and wish you the best!
iptables -L
ACCEPT tcp -- 10.1.0.0/16 anywhere tcp dpt:9514
ACCEPT udp -- 10.1.0.0/16 anywhere udp dpt:9514
Another problem is that I cannot see and listen to the 9514port in ss -alent. I will continue to work hard to see if the setting is not completed there!