IDH - Interface configuration? #11903
-
Hello! We are deploying a new SO 2.4 grid. So far things are going pretty well. Our deployment is a total of 15 nodes including an IDH node. We just need a little help sorting out some of the finer details where I assume 2.4 is still working out some kinks and/or needs more documentation. Keep up the great work! When I read the documentation for the IDH, I'm operating on the impression that the additional non-management interfaces are supposed to "auto configure" themselves with open ports, etc. We have DCHP reservations for all 5 of the additional interfaces on the IDH node and those interfaces are attached to the networks we want to deploy honeypots to, but none of the interfaces are coming online, pulling a lease, or opening the honey ports. The documentation does not explain how to assign IP's or configure DHCP for the additional interfaces. I'm not sure if this should be done according to rocky linux standards, or if there's a salt/yaml/config thing that needs to be done using an SO command or special file that needs editing. I don't want to break something by poking around too much as this is a purpose built system. Any help greatly appreciated, also, great job on 2.4! We're super excited to deploy agents and start hunting! Already have 4 forward nodes successfully monitoring 4 gateways in the environment with 2.4, and in this deployment we scaled out to 6 Search nodes to allow better load balancing across our server cluster. Fantastic! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
IDH services will run on all IP-configured NICs. There is no auto-configure in place for NICs other than the NIC that is selected as the Management NIC during setup. You should be able to set up the others manually without issue. |
Beta Was this translation helpful? Give feedback.
-
Nice! Getting closer... I enabled the IDH playbooks and we started hammering the various honeypot services and not seeing any alerts... I suspect it has something to do with this... I just don't know what "word" it wants... "false" seems to be the default, but true is not an option. FYI I love the GUI configuration tools on the new SO web interface. This is so much better for guys like me who can't handle yamls very well ;) |
Beta Was this translation helpful? Give feedback.
Thanks Defensivedepth!
The "nmtui" tool included in Rocky 9 makes it easy to activate and configure interfaces (and enable autoconnect). Might be worth mentioning this in the SO Docs.
Indeed the interfaces are honeypotting now! Thanks!