From: "Eric Poulin" <deejays@darkstorm.ca>
To: Stuart Clark <elmhurst@spacelink.com.au>
Cc: netfilter@lists.netfilter.org
Subject: Re: nat table not working with 'iptables -L nat'
Date: Fri, 25 Apr 2003 09:21:29 -0400 [thread overview]
Message-ID: <09f901c30b2d$9627f220$c565a8c0@lvl.digidyne.ca> (raw)
In-Reply-To: 002001c30923$1a65a440$0100a8c0@yogi
Try "iptables -t nat -L" or "iptables -t nat -nvL"
The default table is Filter, so when you do iptables -L, in reality, iptables
execute "iptables -t filter -L . The Prerouting/Postrouting rules of the nat
table must be accessed using iptables -t nat...
Eric
----- Original Message -----
From: "Stuart Clark" <elmhurst@spacelink.com.au>
To: <netfilter@lists.netfilter.org>
Sent: Tuesday, April 22, 2003 7:01 PM
Subject: nat table not working with 'iptables -L nat'
> Hi
>
> When I try and add a rule to the nat table it seems to work but when I
> do 'iptables -L nat' I get the error
>
> 'iptables: Table does not exist (do you need to insmod?)'
>
> All the other tables are there when I do 'iptables -L' but no nat table.
>
> How can I get this working?
>
> I don't want to recompile the kernel
>
> Machine Specifications
>
> Pentium2, 266Mhz
> 64meg Ram
> Redhat 7.3
> iptables-1.2.5-3.rpm
>
>
> Here is my module config
>
> #
> # 2.1 Required modules
> #
>
> /sbin/modprobe ip_tables
> /sbin/modprobe ip_conntrack
> /sbin/modprobe iptable_filter
> /sbin/modprobe iptable_mangle
> /sbin/modprobe iptable_nat
> /sbin/modprobe ipt_LOG
> /sbin/modprobe ipt_limit
> /sbin/modprobe ipt_state
> /sbin/modprobe ip_nat_ftp
>
> #
> # 2.2 Non-Required modules
> #
>
> #/sbin/modprobe ipt_owner
> #/sbin/modprobe ipt_REJECT
> /sbin/modprobe ipt_MASQUERADE
> /sbin/modprobe ip_conntrack_ftp
> #/sbin/modprobe ip_conntrack_irc
> #/sbin/modprobe ip_nat_irc
>
>
>
>
>
prev parent reply other threads:[~2003-04-25 13:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-22 23:01 nat table not working with 'iptables -L nat' Stuart Clark
2003-04-25 9:25 ` Michael J. Tubby B.Sc. (Hons) G8TIC
2003-04-25 13:21 ` Eric Poulin [this message]
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='09f901c30b2d$9627f220$c565a8c0@lvl.digidyne.ca' \
--to=deejays@darkstorm.ca \
--cc=elmhurst@spacelink.com.au \
--cc=epoulin@onepost.net \
--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