* [LARTC] multicast over GRE tunnel
@ 2005-12-07 17:55 Steve Eckmann
2005-12-07 18:27 ` comp.techs
0 siblings, 1 reply; 2+ messages in thread
From: Steve Eckmann @ 2005-12-07 17:55 UTC (permalink / raw)
To: lartc
I need to send multicast traffic through a GRE tunnel between two Linux
routers. The tunnel works for normal IP packets, but I can't see how to
make it work for multicast. Here's the setup:
10.10.10.0/24
LAN-B--------------RtrB-------------RtrC--------------LAN-C
192.168.2.0/24 192.168.1.0/24
RtrB interfaces:
eth0 192.168.2.1
eth1 10.10.10.11
RtrC interfaces:
eth0 192.168.1.1
eth1 10.10.10.201
Tunnel setup on RtrB:
ip tunnel add netC mode gre remote 10.10.10.201 local 10.10.10.11
ip link set netC up
ip addr add 10.10.10.11 dev netC
ip route add 192.168.1.0/24 dev netC
Tunnel setup on RtrC:
ip tunnel add netB mode gre remote 10.10.10.11 local 10.10.10.201
ip link set netB up
ip addr add 10.10.10.201 dev netB
ip route add 192.168.2.0/24 dev netB
I'm stuck here. I tried adding routes for 224.0.0.0/4 and for a specific
multicast group (say 239.16.2.2) to the netB and netC "devices", but the
multicast traffic isn't getting out of its source LAN. Are there ip
commands that will do it? Do I need additional software running for
multicast? I couldn't get mrouted or pimd to compile on Fedora Core 4. I
installed xorp but haven't tried running it yet because I'm very
confused about what is needed, besides the basic kernel and iproute2,
for a multicast-capable Linux router.
Thanks.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [LARTC] multicast over GRE tunnel
2005-12-07 17:55 [LARTC] multicast over GRE tunnel Steve Eckmann
@ 2005-12-07 18:27 ` comp.techs
0 siblings, 0 replies; 2+ messages in thread
From: comp.techs @ 2005-12-07 18:27 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 206 bytes --]
--===============1432966727==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
boundary="----_=_NextPart_001_01C5FB5C.1E327FCF"
This is a multi-part message in MIME format.
[-- Attachment #2: Type: text/plain, Size: 1983 bytes --]
Hi, if this is for the purpose of using OSPF. You must setup Point-to-Point interfaces. That is when giving your local gre tunnel ip address you must also specify a peer address.
jason
________________________________
From: lartc-bounces@mailman.ds9a.nl on behalf of Steve Eckmann
Sent: Wed 12/7/2005 10:55 AM
To: lartc@mailman.ds9a.nl
Subject: [LARTC] multicast over GRE tunnel
I need to send multicast traffic through a GRE tunnel between two Linux
routers. The tunnel works for normal IP packets, but I can't see how to
make it work for multicast. Here's the setup:
10.10.10.0/24
LAN-B--------------RtrB-------------RtrC--------------LAN-C
192.168.2.0/24 192.168.1.0/24
RtrB interfaces:
eth0 192.168.2.1
eth1 10.10.10.11
RtrC interfaces:
eth0 192.168.1.1
eth1 10.10.10.201
Tunnel setup on RtrB:
ip tunnel add netC mode gre remote 10.10.10.201 local 10.10.10.11
ip link set netC up
ip addr add 10.10.10.11 dev netC
ip route add 192.168.1.0/24 dev netC
Tunnel setup on RtrC:
ip tunnel add netB mode gre remote 10.10.10.11 local 10.10.10.201
ip link set netB up
ip addr add 10.10.10.201 dev netB
ip route add 192.168.2.0/24 dev netB
I'm stuck here. I tried adding routes for 224.0.0.0/4 and for a specific
multicast group (say 239.16.2.2) to the netB and netC "devices", but the
multicast traffic isn't getting out of its source LAN. Are there ip
commands that will do it? Do I need additional software running for
multicast? I couldn't get mrouted or pimd to compile on Fedora Core 4. I
installed xorp but haven't tried running it yet because I'm very
confused about what is needed, besides the basic kernel and iproute2,
for a multicast-capable Linux router.
Thanks.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
[-- Attachment #3: Type: text/html, Size: 3268 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-07 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-07 17:55 [LARTC] multicast over GRE tunnel Steve Eckmann
2005-12-07 18:27 ` comp.techs
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.