Networking Forums

Networking Forums > Computer Networking > Linux Networking > RFE entries in IPTABLE

Reply
Thread Tools Display Modes

RFE entries in IPTABLE

 
 
Rob Simac
Guest
Posts: n/a

 
      09-24-2003, 04:34 PM
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
 
 
 
 
Horst Knobloch
Guest
Posts: n/a

 
      09-24-2003, 06:29 PM
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
--
»When pings go wrong (It hurts me too)« E.Clapton/E.James/P.Tscharn
 
Reply With Quote
 
Rob Simac
Guest
Posts: n/a

 
      09-25-2003, 04:27 PM
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

 
Reply With Quote
 
 
 
Reply

Thread Tools
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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
iptable rules not being hit R C V Linux Networking 4 04-15-2008 12:22 PM
iptable freezeup Sargon Linux Networking 1 12-15-2003 11:47 AM
iptable chewing up CPU Your name Linux Networking 0 10-17-2003 02:50 AM
Help on NetMeeting over iptable Eric Linux Networking 0 10-03-2003 10:51 AM
iptable question Rob Simac Linux Networking 1 09-11-2003 09:46 PM



1 2 3 4 5 6 7 8 9 10 11