RFE entries in IPTABLE

This is a discussion on RFE entries in IPTABLE within the Linux Networking forums, part of the Linux Forums category; If I examine my iptables (iptables -vL) entries, I see the following: 0 0 ACCEPT tcp -- any any anywhere anywhere ...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-24-2003
Rob Simac
 
Posts: n/a
Default RFE entries in IPTABLE

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

If I add a new entry into the iptables like:

-A INPUT -p tcp -m tcp --dport 2000:2002 -j ACCEPT

the LIST of the iptables shows:

0 0 ACCEPT tcp -- any any anywhere
anywhere tcp dpts:2000:2002

How did the RFE get into the orginal iptables?
Reply With Quote
  #2 (permalink)  
Old 09-24-2003
Horst Knobloch
 
Posts: n/a
Default Re: RFE entries in IPTABLE

Rob Simac <rsimac@yahoo.com> 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
--
»When pings go wrong (It hurts me too)« E.Clapton/E.James/P.Tscharn
Reply With Quote
  #3 (permalink)  
Old 09-25-2003
Rob Simac
 
Posts: n/a
Default Re: RFE entries in IPTABLE

Thanks, Horst... You're the Best. That answered my question perfectly.

Ciao,
Rob.

Horst Knobloch <horschti2@gmx.de> wrote in message news:<bksnqu$1ukt$1@ulysses.news.tiscali.de>...
> Rob Simac <rsimac@yahoo.com> 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

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:59 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0