Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mrouted




    [ Part 1, Text/PLAIN  158 lines. ]
    [ Unable to print this part. ]

Hi everybody,
 
How can I check wheter I'm receiving multicasts? I have recompiled the
kernel and I'm running mrouted but I can't get fazzt to work.
This is the mrouted.conf I use:
----/etc/mrouted.conf ---
cache_lifetime 3600             # seconds
pruning off
dvbauto on
#
phyint dvb0 altnet 128.0.0.0/1 altnet 125.0.0.0/1
phyint eth0
phyint eth1
 
---end of /etc/mrouted.conf--- 
This is the layout of my network:
 
-------------            ppp0  -----------------------------  eth0
|internet|---------------------|  Linux Box           |-------------no
multicast clients
------------                     |  running dvbd &    |
                                 |  mrouted              |
-------                  dvb0 |                            | eth1
|eon|--------------------------|                           
|------------- multicast clients
-------                          -----------------------------
 
Where ppp0 is a cable modem with a dynamic ip adress
dvb0 is 192.168.4.1
eth0 is 192.168.2.1
eth1 is 192.168.3.1
Client are in the same range, the one I'm trying fazzt on is 192.168.3.2.
 
I think mrouted is working because when I start I get the following out
put:
 
---Output----
mrouted -c /etc/mrouted.conf -d 3
debug level 3
22:21:16.083 mrouted version 3.8
22:21:16.090 Getting vifs from kernel interfaces
22:21:16.091 installing eth0 (192.168.2.1 on subnet 192.168.2/24) as vif
#0 - rate=0
22:21:16.091 installing eth1 (192.168.3.1 on subnet 192.168.3/24) as vif
#1 - rate=0
22:21:16.091 warning - ignoring ppp0, has invalid address (213.17.17.36)
and/or mask (255.255.255.255)
22:21:16.094 installing dvb0 (192.168.4.1 on subnet 192.168.4/24) as vif
#2 - rate=0
22:21:16.094 Getting vifs from /etc/mrouted.conf
22:21:16.095 warning - /etc/mrouted.conf: Extra subnet 125.0.0.0/1 has
host bits set near line 13
22:21:16.098 Installing vifs in mrouted...
22:21:16.098 vif #0, phyint 192.168.2.1
22:21:16.099 CLR0 */0 c0a80200
 
22:21:16.100 SET 1/0 c0a80200
 
22:21:16.100 SET 2/0 c0a80200
 
22:21:16.101 SENT membership query   from 192.168.2.1     to 224.0.0.1
22:21:16.101 vif #1, phyint 192.168.3.1
22:21:16.102 CLR0 */1 c0a80300
 
22:21:16.102 SET 0/1 c0a80300
 
22:21:16.102 SET 2/1 c0a80300
 
22:21:16.103 SENT membership query   from 192.168.3.1     to 224.0.0.1
22:21:16.103 vif #2, phyint 192.168.4.1
22:21:16.104 CLR0 */2 c0a80400
 
22:21:16.104 SET 0/2 c0a80400
 
22:21:16.104 SET 1/2 c0a80400
 
22:21:16.105 CLR0 */2 00000000
 
22:21:16.105 SET 0/2 00000000
 
22:21:16.105 SET 1/2 00000000
 
22:21:16.106 CLR0 */2 80000000
 
22:21:16.106 SET 0/2 80000000
 
22:21:16.106 SET 1/2 80000000
 
22:21:16.107 SENT membership query   from 192.168.4.1     to 224.0.0.1
pruning off
dvbauto on
22:21:16.108 Installing vifs in kernel...
22:21:16.108 vif #0, phyint 192.168.2.1
22:21:16.109 vif #1, phyint 192.168.3.1
22:21:16.109 vif #2, phyint 192.168.4.1
vifs_with_neighbors = 0
 
Virtual Interface Table
Vif  Name  Local-Address                               M  Thr  Rate  
Flags
 0   eth0  192.168.2.1     subnet: 192.168.2/24        1   1      0  
querier
                         pkts in : 0
                         pkts out: 0
 
 1   eth1  192.168.3.1     subnet: 192.168.3/24        1   1      0  
querier
                         pkts in : 0
                         pkts out: 0
 
 2   dvb0  192.168.4.1     subnet: 192.168.4/24        1   1      0  
querier
                alternate subnets: 0/1
                                   128/1
                         pkts in : 0
                         pkts out: 0
 

Multicast Routing Table (5 entries)
 Origin-Subnet      From-Gateway    Metric Tmr In-Vif  Out-Vifs
 192.168.4/24                          1     0   2    0* 1*
 192.168.3/24                          1     0   1    0* 2*
 192.168.2/24                          1     0   0    1* 2*
 128/1                                 1     0   2    0* 1*
 0/1                                   1     0   2    0* 1*
 
22:21:16.114 RECV membership query   from 192.168.2.1     to 224.0.0.1
22:21:16.114 RECV membership query   from 192.168.3.1     to 224.0.0.1
22:21:16.115 RECV membership query   from 192.168.4.1     to 224.0.0.1
22:21:16.260 RECV new member report  from 192.168.4.1     to 224.0.0.4
22:21:16.260 group 224.0.0.4 joined on vif 2
22:21:16.380 RECV new member report  from 192.168.4.1     to 224.0.0.2
22:21:16.380 group 224.0.0.2 joined on vif 2
22:21:16.640 RECV new member report  from 192.168.3.1     to 224.0.0.2
22:21:16.640 group 224.0.0.2 joined on vif 1
22:21:16.720 RECV new member report  from 192.168.2.1     to 224.0.0.2
22:21:16.720 group 224.0.0.2 joined on vif 0
22:21:16.910 RECV new member report  from 192.168.2.1     to 224.0.0.4
22:21:16.910 group 224.0.0.4 joined on vif 0
22:21:17.090 RECV new member report  from 192.168.3.1     to 224.0.0.4
22:21:17.090 group 224.0.0.4 joined on vif 1
22:21:17.714 RECV new member report  from 192.168.3.2     to 224.224.4.17
22:21:17.714 group 224.224.4.17 joined on vif 1
22:21:17.802 rt parent vif: 2 rtr: 0.0.0.0 metric: 1
22:21:17.803 rt origin 128/1
22:21:17.803 vifi=0 children=1 leav=1 grp=0
22:21:17.803 vifi=1 children=2 leav=2 grp=1
22:21:17.803 vifi=2 children=0 leav=0 grp=0
22:21:17.804 add cache entry (194.177.32.25 224.224.4.17) gm:2,
parent-vif:2 
---End output---
 
What am I doing wrong?
 
 
Martijn van Heezik



Home | Main Index | Thread Index