From: Elitesyntax <elitesyntax@yahoo.com>
To: Alistair@nerdnet.ca, netfilter@lists.netfilter.org
Subject: Re: iptable question
Date: Wed, 18 Jun 2003 08:37:07 -0700 (PDT) [thread overview]
Message-ID: <20030618153707.72539.qmail@web14707.mail.yahoo.com> (raw)
In-Reply-To: <200306181120.35468.Alistair@nerdnet.ca>
#!/bin/sh
#
# The location of the IPTables binary file on your
system.
<<SNIPPED FOR BREVITY >>
$IPT -A INPUT -p icmp --icmp-type 11 -j ACCEPT
$IPT -A INPUT -p icmp --icmp-type 8 -m limit --limit
1/second -j ACCEPT
$IPT -A INPUT -p icmp -j DROP
Are you saying this where all my error are?This my
first iptables firewall script.So i maybe have some
question on iptables and i do have a red hat linux
firewall book that help me some.
Sorry for send this post out 2 time.
=====
EliteSyntax www.linuxnewbie.org
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
next prev parent reply other threads:[~2003-06-18 15:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-18 13:40 iptable question Craig
2003-06-18 15:20 ` Alistair Tonner
2003-06-18 15:37 ` Elitesyntax [this message]
2003-06-18 17:26 ` Geffrey Velasquez
2003-06-18 18:32 ` Pascal Italiaander
2003-06-19 3:42 ` Elitesyntax
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030618153707.72539.qmail@web14707.mail.yahoo.com \
--to=elitesyntax@yahoo.com \
--cc=Alistair@nerdnet.ca \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox