Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | RE: [Snort-users] HW Specs |
|---|---|
| Date: | Thu, 24 Nov 2005 11:24:59 +0000 |
I have gotten snort and base set up and running (I think properly) but I have not yet started to tweak the rules etc.
Right now, the sensor and the database are combined into one box set up as follows:
Pentium 4 HT box, 1gb Memory 40gb HDD - not scsi 2 interfaces: - One Intel Pro1000 on the board -- has an ip on it -- used for management - One Belkin 10/100 PCI card -- no IP used as the sniffing interface right now
Running MySQL and BASE -- Set up per Patrick Harpers instructions
The sensor is currently placed between the cable modem and the Firewall on a hub, to monitor the outside traffic
I would like to be able to use the second Interface as a second sniffer port, to take a look at internal traffic.
To create a bonded interface on RH-alike OSs, do the following:
# cat /etc/rc.modules #!/bin/sh
modprobe bonding
2) create /etc/sysconfig/network-scripts/ifcfg-bond0:
# cat /etc/sysconfig/network-scripts/ifcfg-bond0 DEVICE=bond0 USERCTL=no ONBOOT=yes BOOTPROTO=none
# cat /etc/sysconfig/network-scripts/ifcfg-eth2 DEVICE=eth2 BOOTPROTO=dhcp HWADDR=DE:AD:C0:ED:BA:BE ONBOOT=no TYPE=Ethernet MASTER=bond0 SLAVE=yes
4) Restart appropriate services, or reboot.
5) start snort with '-i bond0' instead of '-i eth2' or whatever.
Also, I would like to hear others recommendations about how to set up the logging etc. Some have recommended using a separate box for logging etc, I don't care on that issue, whatever works well is fine with me.
TIM
HTH, Alex. -- Alex Butcher: Security & Integrity, Personal Computer Systems Group Information Systems and Computing GPG Key ID: F9B27DC9 GPG Fingerprint: D62A DD83 A0B8 D174 49C4 2849 832D 6C72 F9B2 7DC9
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Snort-users] Re: Snort-users digest, Vol 1 #5395 - 2 msgs, sarma nmrk |
|---|---|
| Next by Date: | [Snort-users] send flex-resp through interface which has no ip-address!?, Elmar Bschorer |
| Previous by Thread: | RE: [Snort-users] HW Specs, Timothy A. Holmes |
| Next by Thread: | [Snort-users] snort version 2.4.3 not working properly?, Allan P. Magmanlac |
| Indexes: | [Date] [Thread] [Top] [All Lists] |