public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* (Addendum) Translating IP tables
       [not found] <200502011045.42191.eric@cisu.net>
@ 2005-02-01 17:10 ` Eve Atley
  0 siblings, 0 replies; only message in thread
From: Eve Atley @ 2005-02-01 17:10 UTC (permalink / raw)
  To: 'Linux Newbie'


Based on someone's advice, I wanted to indicate I used the following command
to get the iptables info:
/sbin/iptables -L

The command 'iptables -n -L' gives me the following:

Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0          
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          tcp dpt:23 

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0          

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain RH-Firewall-1-INPUT (2 references)
target     prot opt source               destination         
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0          
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0          icmp type 255 
ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0          
ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0          
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0          state
RELATED,ESTABLISHED 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp
dpt:25 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp
dpt:80 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp
dpt:21 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp
dpt:22 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp
dpt:7886 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp
dpt:8080 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp
dpt:2401 
REJECT     all  --  0.0.0.0/0            0.0.0.0/0          reject-with
icmp-host-prohibited 


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-01 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200502011045.42191.eric@cisu.net>
2005-02-01 17:10 ` (Addendum) Translating IP tables Eve Atley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox