[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to debug VMware console connection block




On Sat, 2010-04-10 at 20:35 -0400, Nathaniel R. Reindl wrote:
On Sat, Apr 10, 2010 at 8:28 PM, Robert G. (Doc) Savage
<dsavage@peaknet.net> wrote:
> # iptables -S
> iptables v1.3.5: Unknown arg `-S'
> Try `iptables -h' or 'iptables --help' for more information.

... oh, you might have an older version that probably doesn't have
that option.  `iptables-save` will suffice, I suppose.

(IIRC, RHEL5 has some 1.3 point-release of iptables; all of my
machines here report 1.4.2 when I invoke `iptables --version` at the
shell.)

Nate,

Yes, it's v1.3.5.

# iptables-save
# Generated by iptables-save v1.3.5 on Sat Apr 10 19:43:36 2010
*filter
:INPUT ACCEPT [128199095:42261376795]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [75079630:221063924030]
:fail2ban-SSH - [0:0]
-A INPUT -p tcp -m tcp --dport 22 -j fail2ban-SSH
-A fail2ban-SSH -j RETURN
COMMIT
# Completed on Sat Apr 10 19:43:36 2010

Looks rather like the outut of 'iptables -L -v', doesn't it?

--Doc