Thanks, Horst... You're the Best. That answered my question perfectly.
Ciao,
Rob.
Horst Knobloch <(E-Mail Removed)> wrote in message news:<bksnqu$1ukt$(E-Mail Removed)>...
> Rob Simac <(E-Mail Removed)> wrote:
>
> > If I examine my iptables (iptables -vL) entries, I see the following:
> >
> > 0 0 ACCEPT tcp -- any any anywhere
> > anywhere tcp dpts:5000:rfe
> > 0 0 ACCEPT tcp -- any any anywhere
> > anywhere tcp spts:5000:rfe
> >
> > If I vi the iptables (/etc/sysconfig/iptables), I see the following:
> >
> > -A INPUT -p tcp -m tcp --dport 5000:5002 -j ACCEPT
> > -A INPUT -p tcp -m tcp --sport 5000:5002 -j ACCEPT
>
> Hint: invoke "iptables -nvL" and the rfe is gone again. :-)
> man iptables, lookup "-n" option, grep 5002 /etc/services
>
> HTH
>
> Ciao, Horst
|