Networking Forums

Networking Forums > Computer Networking > Linux Networking > multicast routing woith linux.

Reply
Thread Tools Display Modes

multicast routing woith linux.

 
 
padam.singh@gmail.com
Guest
Posts: n/a

 
      01-08-2005, 02:47 PM
Hi!

Has anyone had success running linux as a multicast router?

I am using Linux kernel 2.4.26 with multicast and multicast routing
enabled in the kernel. Additionally I have PIMSM v1 and v2 enabled as
well.

I am using the pimd daemon from usc. I am able to configure it and
start it.
I am also using iperf to do multicast testing where I run the following
two commands to send and recive multicast packets:

To send: iperf -c 224.0.55.55 -u -t 100 -i 1 -T 254
To receive: ./iperf -s -u -B 224.0.55.55 -i 1

The packet do not flow through the router... I do not have iptables
loaded, and ip_forwarding is 1, rp_filter is 0.

whenever I cat /proc/net/ip_mr_cache, it shows me no entries at all!
Once in a while it does show me these entries:

-bash-2.05b# cat ip_mr_cache
Group Origin Iif Pkts Bytes Wrong Oifs
FAFFFFEF 010010AC -1 4 0 0
373700E0 0200000A -1 4 0 0


I tried with another igmp routing daemon smcroute, which statically
enters igmp routes into the kernel. Once I do that, I get proper
entries with postive iif values for both the client and the server.
Then I am able to get igmp forwarded across the router.

It looks like pimd gets create new group request but fails to install
the route.

Can anyone help what may be the issue here, as managing each igmp route
statically is major pain!

TIA,
Padam JS.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multicast Routing help Andrew Bruce Linux Networking 1 06-15-2011 11:05 PM
Multicast routing KR Linux Networking 1 08-23-2007 01:54 AM
Multicast routing / forwarding Passie Windows Networking 0 10-19-2005 11:02 AM
Need help with multicast routing padam.singh@gmail.com Linux Networking 0 01-13-2005 05:05 AM
multicast routing with linux. padam.singh@gmail.com Linux Networking 0 01-08-2005 02:47 PM



1 2 3 4 5 6 7 8 9 10 11