Find the answer to your Linux question:
Results 1 to 9 of 9
i have firewall problem some time it block everything, even the ping and ssh after 2 minutes it reopen the ping and ssh and other like when the network card ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    4

    Cool firewall problem

    i have firewall problem


    some time it block everything, even the ping and ssh
    after 2 minutes it reopen the ping and ssh and other

    like when the network card goes to off when it is idle for sometime, and when activity start, it take about 1-2 minutes to wake up.

    i have linux debian

    is there anyone can help

  2. #2
    Linux Newbie ursusca's Avatar
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    112
    Quote Originally Posted by eddy_2 View Post
    i have firewall problem


    ...
    Hi,

    What are you talking about, ipchains, iptables, shorewall, etc?

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    4
    i am new in linux debian.
    if you tell where to search, i will be able to answer you

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    how did you configure your firewall? did you even install one or set up rules for one?

  5. #5
    Just Joined!
    Join Date
    Jan 2010
    Posts
    4
    the problem that this server was already install by another person, and he left.

    so now i didn't configure one and i didn't setup the rules

  6. #6
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    login as root and post output of
    Code:
    /sbin/iptables -L

  7. #7
    Just Joined!
    Join Date
    Jan 2010
    Posts
    4
    i have these lines
    Chain INPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

  8. #8
    Linux Newbie ursusca's Avatar
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    112
    Quote Originally Posted by eddy_2 View Post
    i have these lines
    Chain INPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination
    It means you didn't configure iptables.
    Check out packages:
    Code:
    dpkg --get-selections | grep ipchains
    dpkg --get-selections | grep iptables
    dpkg --get-selections | grep  shorewall

  9. #9
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you have no firewall running on this box, so the problem you are having is something else

Posting Permissions

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