Page 6 of 31 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 309

Thread: Intrusion Detection

  1. #51
    Join Date
    Apr 2007
    Location
    Morrisville, NY
    Beans
    2,153

    Re: Intrusion Detection

    Quote Originally Posted by newbux View Post
    hello could you supply me with the all the terminal commands you use to install base and apache and also the pear modules
    This guide is the one I used to install snort - it's not much different than the OP. The comment on the bottom by Angry shows which perl commands to execute in order for BASE to work properly.

  2. #52
    Join Date
    Jan 2009
    Beans
    32

    Re: Intrusion Detection

    thanks for the link i tried but i guess it didnt work because i have intrepid or something. so i went and tried to do the OP again but got an error when i tried to compile snort i think i did everything as described in the post i don't know why i received the error message can you help me out.

    terminal code in OP:

    cd /usr/src/snort-2.8.3
    ./configure -enable-dynamicplugin --with-mysql
    make
    make install

    error:

    In function ‘open’,
    inlined from ‘server_stats_save’ at server_stats.c:349:
    /usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments
    make[4]: *** [server_stats.o] Error 1
    make[4]: Leaving directory `/usr/src/snort-2.8.3.1/src/preprocessors/flow/portscan'
    make[3]: *** [install-recursive] Error 1
    make[3]: Leaving directory `/usr/src/snort-2.8.3.1/src/preprocessors/flow'
    make[2]: *** [install-recursive] Error 1
    make[2]: Leaving directory `/usr/src/snort-2.8.3.1/src/preprocessors'
    make[1]: *** [install-recursive] Error 1
    make[1]: Leaving directory `/usr/src/snort-2.8.3.1/src'
    make: *** [install-recursive] Error 1

  3. #53
    Join Date
    Apr 2007
    Location
    Morrisville, NY
    Beans
    2,153

    Re: Intrusion Detection

    Anything dealing with libraries or source code is a little over my head. I know how to use Ubuntu, but I don't know anything about development. Try dev section or devs on irc?

  4. #54
    Join Date
    Jan 2009
    Beans
    11

    Re: Intrusion Detection

    is it possible to deploy snort as distributed IDS ?

  5. #55
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Intrusion Detection

    Quote Originally Posted by topimiring View Post
    is it possible to deploy snort as distributed IDS ?
    Yes.

    http://www.securityfocus.com/infocus/1640

    http://www.securityfocus.com/infocus/1643
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  6. #56
    Join Date
    Jan 2009
    Beans
    11

    Re: Intrusion Detection

    @bodhi.zazen : THANKS bro ..

  7. #57
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Intrusion Detection

    Quote Originally Posted by topimiring View Post
    @bodhi.zazen : THANKS bro ..
    You are most welcome.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  8. #58
    Join Date
    Jan 2009
    Beans
    32

    Re: Intrusion Detection

    i decided to try and finish the tutorial even though i received a error when compiling snort and when i was editing /etc/snort/snort.conf i couldnt save the changes because i didnt have the permissions. im logged in as administrator do you know why maybe thats why the errors are thier when i try to compile it thanks

  9. #59
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Intrusion Detection

    Quote Originally Posted by newbux View Post
    i decided to try and finish the tutorial even though i received a error when compiling snort and when i was editing /etc/snort/snort.conf i couldnt save the changes because i didnt have the permissions. im logged in as administrator do you know why maybe thats why the errors are thier when i try to compile it thanks
    You have to run the commands in this tutorial as root.

    Either prefix every command with sudo

    sudo command

    or obtain a root shell with

    Code:
    sudo -i
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  10. #60
    Join Date
    Jan 2009
    Beans
    32

    Re: Intrusion Detection

    the directions in the tutorial i was working on were

    Open /etc/snort/snort.conf with your favorite text editor (nano, vi, vim, etc.).

    when i made the changes i tried to save them and close the document but a pop box said that i did not have the correct permissions.

    so i did not use the terminal to edit it how come i dont have permissions even if im logged in as administrator.thanks

Page 6 of 31 FirstFirst ... 4567816 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •