Anyone familiar with iptables?

Discussion in 'other firewalls' started by my2cents, Feb 21, 2005.

Thread Status:
Not open for further replies.
  1. my2cents

    my2cents Registered Member

    Joined:
    Feb 20, 2005
    Posts:
    45
    I Copied/Pasted this part of my script for you to see if its doing SPI or not?

    Take a look below:

    #DROP BAD PACKETS
    iptables -A INPUT -p tcp ! --syn -m state --state NEW -j DROP #DROP NEW NOT SYN

    iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
     
  2. hollywoodpc

    hollywoodpc Registered Member

    Joined:
    Feb 14, 2005
    Posts:
    1,325
    Hard to say with only that info . I would guesstimate that it is . Wish I could be of more help
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.