-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 22.01.2015 08:11, Sushma Rao wrote: > how to execute snort(IDS-Intrusion detection system) upon the > paravirtualised linux layer ie.L4linux. please assist us by giving > steps for its building and execution.
Here are a couple of steps: 1. Get L4Re and Fiasco to run. (I guess, you already did that.) 2. Get L4Linux to run with a default configuration as documented at https://os.inf.tu-dresden.de/L4/LinuxOnL4/build.shtml and https://os.inf.tu-dresden.de/L4/LinuxOnL4/use.shtml (Use a default config as a starter and then adapt it to your needs. For the default config, use make O=<builddir> x86-ux_defconfig in the L4Linux build process. 3. Once you have L4Linux running, adapt it to contain the appropriate device drivers for your network interface(s). 4. With networking in L4Linux, build SNORT and add it to the ramdisk your are booting L4Linux from. Start SNORT. Enjoy. Hth, Bjoern -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlTCC4sACgkQP5ijxgQLUNl5HACfZOUB3fBZ6A+XEioyMG4KJM5Y UwQAnRzgizb9lkw00uAckblDD9EvjPL8 =vlKq -----END PGP SIGNATURE----- _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
