Find the answer to your Linux question:
Results 1 to 3 of 3
I am newbie to linux and last night i installed APF firewall in my server. Actually i dont know whether it is working or not. how to find out generally ...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    8

    Exclamation How to find out firewall working or not?



    I am newbie to linux and last night i installed APF firewall in my server. Actually i dont know whether it is working or not. how to find out generally firewall is working or not?

    Thanks

  2. #2
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,420
    Well this is one of the oldest Questions in the book.
    First portscan it.
    Then you can test it with hping.

    Portscan will show what is open and what closed.
    And with hping you can check more advanced stuff like only SYN packages are allowed or not.

    Hope that helped.
    Cheers,
    Robin
    New Users, please read this..
    Google first, then ask..

  3. #3
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Key Stone State
    Posts
    2,045
    You could also look at them with this:

    Code:
    iptables -L -v -n | less -SCi

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

Posting Permissions

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