* [Bridge] new gretap, bridging and mtu
@ 2009-01-06 23:07 Jonathan Thibault
2009-01-07 1:04 ` Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Thibault @ 2009-01-06 23:07 UTC (permalink / raw)
To: bridge; +Cc: Herbert Xu
Greetings all,
I've setup a new gretap device as per Herbert Xu's new patches and it
works as expected for smaller MTU. I'm wondering if gretap tunnels
handle fragmentation at all or if this might be a bridge related issue.
The same setup works quite well if I use vtun with a tap device however,
so while this isn't entirely bridge-related, Maybe someone here might
have experienced the same problem or might have insight as to what's
causing the problem. I imagine this might be more of an inherent
limitation in gretap than a bug but as I am not to good with coding, I
figured I'd ask smarter people ;)
network1 box1 network2
box2 network1
801.2q (1504 bytes max) <-> (eth1-br0-gretap eth0) <-> (eth0
gretap-br0-eth1) <-> 801.2q (1504 bytes max)
Jonathan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bridge] new gretap, bridging and mtu
2009-01-06 23:07 [Bridge] new gretap, bridging and mtu Jonathan Thibault
@ 2009-01-07 1:04 ` Herbert Xu
0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2009-01-07 1:04 UTC (permalink / raw)
To: Jonathan Thibault; +Cc: bridge
On Tue, Jan 06, 2009 at 06:07:09PM -0500, Jonathan Thibault wrote:
>
> network1 box1 network2 box2
> network1
> 801.2q (1504 bytes max) <-> (eth1-br0-gretap eth0) <-> (eth0
> gretap-br0-eth1) <-> 801.2q (1504 bytes max)
gretap should handle fragmentation in the same way as IP over GRE.
The default for both is to disable fragmentation. You need to
configure your tunnel to enable fragmentation by disabling PMTU
if you want to use a larger MTU.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-07 1:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06 23:07 [Bridge] new gretap, bridging and mtu Jonathan Thibault
2009-01-07 1:04 ` Herbert Xu
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.