* [LARTC] transport multicast traffic through a gre tunnel.
@ 2001-03-15 9:27 Dror Goldstein
2001-03-15 11:35 ` bert hubert
0 siblings, 1 reply; 2+ messages in thread
From: Dror Goldstein @ 2001-03-15 9:27 UTC (permalink / raw)
To: lartc
Hi All,
As it is written in the "Linux 2.4 Advanced Routing HOWTO" GRE tunneling
has some benefits compare to IP-in-IP, on of it benefits is the ability to
transport multicast traffic through a GRE tunnel.
I used the mrouted daemon and I know that the daemon supports tunneling but
I don't want to use its tunneling method.
Assuming I have gre0 as my tunneling device I did the following:
1. declare the following rules:
Ip rul add iif eth0 table 100 prio 100
Ip rul add to 240.0.0.0/4 table 101 prio 101
2. declare the following routing table
ip route add default dev gre0 tab 100
ip route add 224.0.0.0/4 dev gre0 tab 101
The result was that all multicast traffic was routed via the gre tunnel, but
the multicast traffic was not.
Can someone help me with that problem?
Did I do any mistake?
Is it possible to do that using Linux OS? As I saw in the ipv4 code handling
the multicast traffic is done before looking and the routing tables and
rules is it true?
Is it possible to transport also broadcast traffic to the tunnel?
Actually what I really want is to forward all the traffic (unicast,
multicast, and broadcast) that came from eth0 to tunnel gre0, is it
possible? If yes then how?
Thanks
Dror G.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-03-15 11:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-15 9:27 [LARTC] transport multicast traffic through a gre tunnel Dror Goldstein
2001-03-15 11:35 ` bert hubert
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.