* problem
@ 2003-01-26 0:07 Mark Ryan
2003-01-26 1:41 ` problem Arnt Karlsen
0 siblings, 1 reply; 5+ messages in thread
From: Mark Ryan @ 2003-01-26 0:07 UTC (permalink / raw)
To: iptables
I am having a problem with my firewall/router. I am using a P166 with
32MB ram running Red hat 7.2 and an iptables firewall script. It has 2
nics and it routes to a hub and then to 2 computers. The firewall
script is a normal type NAT script.
My problem is not the script but the speed of the internet connection.
I have noticed that after a day or 2 my internet speed gets slower. I
do a speed test and its about 1/4 of what it should be. When i reboot
the router, it's instantly back to 100%.
Does anyone have any ideas on what is happening?
Mark
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem
2003-01-26 0:07 problem Mark Ryan
@ 2003-01-26 1:41 ` Arnt Karlsen
2003-01-26 11:26 ` NAT of TFTP sessions Michael J. Tubby B.Sc. (Hons) G8TIC
0 siblings, 1 reply; 5+ messages in thread
From: Arnt Karlsen @ 2003-01-26 1:41 UTC (permalink / raw)
To: netfilter
On 25 Jan 2003 19:07:55 -0500,
Mark Ryan <markryan@cfl.rr.com> wrote in message
<1043539676.5018.19.camel@underworld>:
> I am having a problem with my firewall/router. I am using a P166 with
> 32MB ram running Red hat 7.2 and an iptables firewall script. It has
> 2 nics and it routes to a hub and then to 2 computers. The firewall
> script is a normal type NAT script.
>
> My problem is not the script but the speed of the internet connection.
> I have noticed that after a day or 2 my internet speed gets slower. I
> do a speed test and its about 1/4 of what it should be. When i reboot
> the router, it's instantly back to 100%.
>
> Does anyone have any ideas on what is happening?
>
> Mark
..pass. You don't mention RH-7.2 updates. Check
out 'http://rhn.redhat.com/errata/rh72-errata.html',
may be something useful for you in there.
..myself, I only use RH-7.3 and -8.0 in production,
http://rhn.redhat.com/errata/rh73-errata.html and
http://rhn.redhat.com/errata/rh8-errata.html
--
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
Scenarios always come in sets of three:
best case, worst case, and just in case.
^ permalink raw reply [flat|nested] 5+ messages in thread
* NAT of TFTP sessions
2003-01-26 1:41 ` problem Arnt Karlsen
@ 2003-01-26 11:26 ` Michael J. Tubby B.Sc. (Hons) G8TIC
2003-01-26 20:31 ` Magnus Boden
0 siblings, 1 reply; 5+ messages in thread
From: Michael J. Tubby B.Sc. (Hons) G8TIC @ 2003-01-26 11:26 UTC (permalink / raw)
To: netfilter, mb
Magnus et al,
I have several Linux firewall/gateway machines dotted around the
UK and Europe which are basically RedHat 7.3 + Kernet 2.4.20
+ iptables 1.2.7a.
We have things on the inside like Cisco VoIP phones, print servers,
etc. that need to be able to TFTP code or configs in from a
server on the outside (public internet).
TFTP appears not to work and when I search google I find
information which refers to patches to "oldnat" but not to "newnat".
Is there something that I am missing? Is there a configuiration
module, helper, patch or something for iptables 1.2.7a which will
fix this?
Mike
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: NAT of TFTP sessions
2003-01-26 11:26 ` NAT of TFTP sessions Michael J. Tubby B.Sc. (Hons) G8TIC
@ 2003-01-26 20:31 ` Magnus Boden
2003-01-26 22:07 ` Michael J. Tubby B.Sc. (Hons) G8TIC
0 siblings, 1 reply; 5+ messages in thread
From: Magnus Boden @ 2003-01-26 20:31 UTC (permalink / raw)
To: Michael J. Tubby B.Sc. (Hons) G8TIC; +Cc: netfilter
Hello,
It is in the patch-o-matic which has been split from
iptables-x.x.x.tar.bz2 file. Download
http://www.netfilter.org/files/patch-o-matic-20020825.tar.bz2
and it is in there.
Regards
Magnus
Michael J. Tubby B.Sc. (Hons) G8TIC wrote:
> Magnus et al,
>
> I have several Linux firewall/gateway machines dotted around the
> UK and Europe which are basically RedHat 7.3 + Kernet 2.4.20
> + iptables 1.2.7a.
>
> We have things on the inside like Cisco VoIP phones, print servers,
> etc. that need to be able to TFTP code or configs in from a
> server on the outside (public internet).
>
> TFTP appears not to work and when I search google I find
> information which refers to patches to "oldnat" but not to "newnat".
>
> Is there something that I am missing? Is there a configuiration
> module, helper, patch or something for iptables 1.2.7a which will
> fix this?
>
> Mike
>
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: NAT of TFTP sessions
2003-01-26 20:31 ` Magnus Boden
@ 2003-01-26 22:07 ` Michael J. Tubby B.Sc. (Hons) G8TIC
0 siblings, 0 replies; 5+ messages in thread
From: Michael J. Tubby B.Sc. (Hons) G8TIC @ 2003-01-26 22:07 UTC (permalink / raw)
To: Magnus Boden; +Cc: netfilter
Magnus,
Thanks - found in patch-o-matic on my RH7.3 system after
some grief... when you do a:
./runme extra KERNEL_DIR=/usr/src/linux -2.4.20
it barfs with an error saying "ERROR: invalid arg KERNEL_DIR"
and when you don't supply a KERNEL_DIR it barfs with "missing
KERNEL_DIR", so I hacked the 'runme' bash script adding:
KERNEL_DIR="/usr/src/linux-2.4.20"
near the top and then did:
./runme extra
and found it okay... patch applied cleanly to 2.4.20 and is
currently compiling... will test TFTP NAT shortly...
Thanks the for the prompt reply :-)
Mike
----- Original Message -----
From: "Magnus Boden" <sarek@ozaba.cx>
To: "Michael J. Tubby B.Sc. (Hons) G8TIC" <mike@thorcom.com>
Cc: <netfilter@lists.netfilter.org>
Sent: Sunday, January 26, 2003 8:31 PM
Subject: Re: NAT of TFTP sessions
> Hello,
>
> It is in the patch-o-matic which has been split from
> iptables-x.x.x.tar.bz2 file. Download
> http://www.netfilter.org/files/patch-o-matic-20020825.tar.bz2
> and it is in there.
>
> Regards
> Magnus
>
> Michael J. Tubby B.Sc. (Hons) G8TIC wrote:
> > Magnus et al,
> >
> > I have several Linux firewall/gateway machines dotted around the
> > UK and Europe which are basically RedHat 7.3 + Kernet 2.4.20
> > + iptables 1.2.7a.
> >
> > We have things on the inside like Cisco VoIP phones, print servers,
> > etc. that need to be able to TFTP code or configs in from a
> > server on the outside (public internet).
> >
> > TFTP appears not to work and when I search google I find
> > information which refers to patches to "oldnat" but not to "newnat".
> >
> > Is there something that I am missing? Is there a configuiration
> > module, helper, patch or something for iptables 1.2.7a which will
> > fix this?
> >
> > Mike
> >
> >
> >
> >
> >
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-01-26 22:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-26 0:07 problem Mark Ryan
2003-01-26 1:41 ` problem Arnt Karlsen
2003-01-26 11:26 ` NAT of TFTP sessions Michael J. Tubby B.Sc. (Hons) G8TIC
2003-01-26 20:31 ` Magnus Boden
2003-01-26 22:07 ` Michael J. Tubby B.Sc. (Hons) G8TIC
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.