All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Linux as a multicast router
@ 2007-01-14 19:41 Emin Gencpinar
  2007-01-15 18:59 ` Paul Zirnik
  0 siblings, 1 reply; 2+ messages in thread
From: Emin Gencpinar @ 2007-01-14 19:41 UTC (permalink / raw)
  To: lartc


[-- Attachment #1.1: Type: text/plain, Size: 982 bytes --]

Hi all,

We want linux (ubuntu) with 2.6 kernel to act as multicast router and to
pass multicast packets between different subnets. And linux machine as
router has two network cards having two different subnets assigned onto. We
first worked
"sysctl -w net.ipv4.ip_forward=1"
line on linux shell that made linux to work as unicast router. (like host,
the multicast packets were discarded at NIC). Then at weekend we heard about

"sysctl -w net.ipv4.conf.all.mc_forward=1"
line that is said to satisfy multicast routing requirement, but we did not
try this yet. Is this last line enough to work linux as multicast router ?

There is also one alternative we found: XORP ( Open Source IP Router )
http://www.xorp.org/livecd.html#getting
But this works from live cd. We want to also use linux shell at the same
time. And also we did not try this tool yet.

It is enough to use the linux as router, we do not consider the router
algorithms or any other thing.

Thanks in advance...
Emin

[-- Attachment #1.2: Type: text/html, Size: 1385 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
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] Linux as a multicast router
  2007-01-14 19:41 [LARTC] Linux as a multicast router Emin Gencpinar
@ 2007-01-15 18:59 ` Paul Zirnik
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Zirnik @ 2007-01-15 18:59 UTC (permalink / raw)
  To: lartc

On Sunday 14 January 2007 20:41, Emin Gencpinar wrote:
> Hi all,
>
> We want linux (ubuntu) with 2.6 kernel to act as multicast router and to
> pass multicast packets between different subnets. And linux machine as
> router has two network cards having two different subnets assigned onto. We
> first worked
> "sysctl -w net.ipv4.ip_forward=1"
> line on linux shell that made linux to work as unicast router. (like host,
> the multicast packets were discarded at NIC). Then at weekend we heard
> about
>
> "sysctl -w net.ipv4.conf.all.mc_forward=1"
> line that is said to satisfy multicast routing requirement, but we did not
> try this yet. Is this last line enough to work linux as multicast router ?

No, you need some kind of routing daemon for multicast forwarding/routing.
Look for "mrouted" or "zebra".

There is a HowTo for multicast, but no big infos on multicast
forwarding/routing ....

http://www.linuxjunkies.org/html/Multicast-HOWTO.html

> There is also one alternative we found: XORP ( Open Source IP Router )
> http://www.xorp.org/livecd.html#getting
> But this works from live cd. We want to also use linux shell at the same
> time. And also we did not try this tool yet.

Sorry, no clue about this. But if it is a Linux based live cd i'm sure you,
can also install it on disk :)

> It is enough to use the linux as router, we do not consider the router
> algorithms or any other thing.

regards,
         Tami
_______________________________________________
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

end of thread, other threads:[~2007-01-15 18:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-14 19:41 [LARTC] Linux as a multicast router Emin Gencpinar
2007-01-15 18:59 ` Paul Zirnik

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.