|
||||||||
|
|
#1
|
|
Hi,
When I issue the command iptables -L It shows only the INPUT, OUTPUT and FORWARD chains. PREROUTING and POSTROUTING are not shown. Why is that? Thanks in advance. S.F. Wu |
|
#2
|
|||
|
|||
|
On 2004-12-23, S.F. Wu <(E-Mail Removed)> wrote:
> It shows only the INPUT, OUTPUT and FORWARD chains. PREROUTING and > POSTROUTING are not shown. Why is that? Because you don't have the MASK module loaded? Davide -- Linux, DOS, Windows NT -- The Good, the Bad, and the Ugly |
|
#3
|
|||
|
|||
|
S.F. Wu wrote:
> Hi, > > When I issue the command > > iptables -L > > It shows only the INPUT, OUTPUT and FORWARD chains. PREROUTING and > POSTROUTING are not shown. Why is that? > > Thanks in advance. # iptables -t nat -L -- Even though I walk through the valley of the shadow of death, I will fear no evil, for you are with me; your rod and your staff, they comfort me. |
|
#4
|
|||
|
|||
|
S.F. Wu wrote:
> Hi, > > When I issue the command > > iptables -L > > It shows only the INPUT, OUTPUT and FORWARD chains. PREROUTING and > POSTROUTING are not shown. Why is that? > > Thanks in advance. # man iptables http://www.google.be/search?hl=fr&q=...es+howto&meta= -- Even though I walk through the valley of the shadow of death, I will fear no evil, for you are with me; your rod and your staff, they comfort me. |
|
#5
|
|||
|
|||
|
On Thu, 23 Dec 2004 00:27:54 -0800, S.F. Wu wrote:
> When I issue the command > > iptables -L > > It shows only the INPUT, OUTPUT and FORWARD chains. PREROUTING and > POSTROUTING are not shown. Why is that? I never did like the output from that command so I use this instead: iptables -L -v -n | less -SCi This doesn't word wrap the output and you can scroll through the output with the arrow keys including left and right to see the complete line. -- Regards Robert Smile... it increases your face value! |
![]() |
| Tags |
| iptables |
| Thread Tools | |
| Display Modes | |
|
|