3
1
I have a decent background in linux, however, I severely misunderstand networking fundamentals. I am trying to set up a home environment where my Virtual Box RedHat box monitors all the traffic on my network via Snort.
On the left you can see my current setup, however, I was wondering specifically how I could achieve the setup on the right? That is, how can I set it up so that all traffic passed through my RedHat OS w/ Snort? RedHat OS is set to receive its IP address from the router (192.168.1.200) as set in the router DHCP settings.
Thank you for your help!
Ideally you would monitor your network with a network tap that has no IP address. It would go between your router and modem, more like this: https://clayshek.files.wordpress.com/2008/04/snort_diagram1.jpg
– Neil McGuigan – 2015-11-19T00:32:40.7301This is more of a network setup question than a security question. – schroeder – 2015-11-19T04:34:53.270
@Neil-McGuigan, Snort can be more than an NIDS; it can also be an IPS. He may be looking to use Snort to actively disrupt detected malicious traffic. A tap won't let Snort step in to prevent an attacker's packets from getting through. And a read-only tap (like the HakShop Throwing Star) wouldn't even let Snort send RST packets. – John Deters – 2015-11-19T15:32:42.037