* [Bridge] UDP Framgment
@ 2007-04-16 23:54 Fernando Rodriguez
2007-04-17 2:41 ` Stephen Hemminger
2007-04-17 11:36 ` Patrick McHardy
0 siblings, 2 replies; 3+ messages in thread
From: Fernando Rodriguez @ 2007-04-16 23:54 UTC (permalink / raw)
To: bridge
[-- Attachment #1: Type: text/plain, Size: 604 bytes --]
Hello,
I currently run a bridge with mastershaper but I im having somme issues
regarding the udp packets that are fragmented is seems that they are unable
to cross the bridge as they should they reach the other side of the network
unusable, I have been trying to read regarding this issue on internet but
couldn't find any answers.
Those udp packets are sent via multicast on the network
Im currently running Kernel 2.6.18.3 and bridge utils bridge-utils-1.0.4-4.
Thanks
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
[-- Attachment #2: Type: text/html, Size: 2975 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bridge] UDP Framgment
2007-04-16 23:54 [Bridge] UDP Framgment Fernando Rodriguez
@ 2007-04-17 2:41 ` Stephen Hemminger
2007-04-17 11:36 ` Patrick McHardy
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2007-04-17 2:41 UTC (permalink / raw)
To: Fernando Rodriguez; +Cc: bridge
On Mon, 16 Apr 2007 18:54:04 -0500
"Fernando Rodriguez" <frod@aitelecom.net> wrote:
> Hello,
>
>
>
> I currently run a bridge with mastershaper but I im having somme issues
> regarding the udp packets that are fragmented is seems that they are unable
> to cross the bridge as they should they reach the other side of the network
> unusable, I have been trying to read regarding this issue on internet but
> couldn't find any answers.
>
Bridges don't fragment themselves. They drop packets if MTU is different.
That is part of the standard.
>
> Those udp packets are sent via multicast on the network
>
>
>
> Im currently running Kernel 2.6.18.3 and bridge utils bridge-utils-1.0.4-4.
There maybe issues with checksum offload with some drivers in that kernel
Try turning it off in the ethernet driver (see ethtool)
driver.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bridge] UDP Framgment
2007-04-16 23:54 [Bridge] UDP Framgment Fernando Rodriguez
2007-04-17 2:41 ` Stephen Hemminger
@ 2007-04-17 11:36 ` Patrick McHardy
1 sibling, 0 replies; 3+ messages in thread
From: Patrick McHardy @ 2007-04-17 11:36 UTC (permalink / raw)
To: Fernando Rodriguez; +Cc: bridge
Fernando Rodriguez wrote:
> I currently run a bridge with mastershaper but I im having somme issues
> regarding the udp packets that are fragmented is seems that they are unable
> to cross the bridge as they should they reach the other side of the network
> unusable, I have been trying to read regarding this issue on internet but
> couldn't find any answers.
Possibly related to connection tracking, it defragments packets.
Try "echo 0 > /proc/sys/net/bridge/bridge-nf-call-iptables".
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-17 11:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-16 23:54 [Bridge] UDP Framgment Fernando Rodriguez
2007-04-17 2:41 ` Stephen Hemminger
2007-04-17 11:36 ` Patrick McHardy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox