ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Simple firewall program - Firestarter
    Computer/linux 2008. 4. 26. 19:11
    Xterm or Gnome terminal

    1. apt-cache show firestarter


    2. apt-get install firestarter

    3. visudo

    Type i so as to input text .....(if you do not know about vi command)

    Change
    from Defaults       env_reset
    to      # Defaults       env_reset

    add the following line
    Defaults !lecture,tty_tickets,!fqdn,env_reset,env_keep+="DISPLAY HOME XAUTHORIZATION"

    Add the following line below the last line
    USERID  ALL=NOPASSWD: /usr/sbin/firestarter
    USERID must be your user id

    Type ESC twice.
    Shift+ :
    wq


    Gnome


    1. System -> Preference -> Sesseion -> Add
    Name : Firestarter
    Command : sudo /usr/sbin/firestarter --start-hidden
    comment : Desktop Firewall Tool

    2. Configure the firestarter according to http://www.debianadmin.com/secure-ubuntu-desktop-using-firestarter-firewall.html

    'Computer > linux' 카테고리의 다른 글

    Skype static  (0) 2008.05.23
    How to know the size of array [] in C  (0) 2008.04.23
    How to empty out the trash bin with the wrong permission.  (0) 2008.04.23

    댓글

Designed by Tistory.