Linux Netfilter discussions
 help / color / mirror / Atom feed
From: felix@crowfix.com
To: netfilter@lists.netfilter.org
Subject: Re: Newbie question about NAT and forwarding
Date: Wed, 6 Sep 2006 19:43:31 -0700	[thread overview]
Message-ID: <20060907024331.GA2591@crowfix.com> (raw)
In-Reply-To: <44FF77DD.9030005@plouf.fr.eu.org>

On Thu, Sep 07, 2006 at 03:37:33AM +0200, Pascal Hambourg wrote:
> felix@crowfix.com a ?crit :
> >
> >I've used table names with iptables commands in my shell scripts, but
> >I didn't know this /etc/iproute2 directory existed.
> 
> Huh ? AFAIK, iptables commands do not use routing tables. Can you give 
> an example ?

I am showing my newbie status.  Maybe I meant chain names?  Here is a
snippet I use to enable and disable ssh, with SSH being a table?chain?
name I can use in another script:

iptables -N SSH
iptables -A SSH -j LOG --log-prefix 'IPT: SSH: '
iptables -A SSH -j ACCEPT
iptables -A INPUT-TCP -p TCP -m multiport --dports ssh -j SSH

I knew I didn't know a lot about iptables -- it looks like I knew even
less than I thought!

-- 
            ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
     Felix Finch: scarecrow repairman & rocket surgeon / felix@crowfix.com
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o


  reply	other threads:[~2006-09-07  2:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-06 20:52 Newbie question about NAT and forwarding felix
2006-09-06 22:24 ` Danny Rathjens
2006-09-06 22:59   ` felix
2006-09-06 23:52   ` Pascal Hambourg
2006-09-07  0:24     ` felix
2006-09-07  1:37       ` Pascal Hambourg
2006-09-07  2:43         ` felix [this message]
2006-09-07  9:20           ` Pascal Hambourg
2006-09-07 14:12             ` felix
2006-09-07 16:27     ` Danny Rathjens

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=20060907024331.GA2591@crowfix.com \
    --to=felix@crowfix.com \
    --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