Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mroute problem
new kernel compiled. mrouted runs:
gateway:~/mrouted # ./mrouted -c mrouted.conf -d 3
debug level 3
02:27:32.420 mrouted version 3.8
02:27:32.429 Getting vifs from kernel interfaces
02:27:32.430 installing eth0 (192.168.0.99 on subnet 192.168.0/24) as vif
#0 - rate=0
02:27:32.430 installing dvb0 (192.168.4.1 on subnet 192.168.4/24) as vif
#1 - rate=0
02:27:32.430 Getting vifs from mrouted.conf
02:27:32.432 warning - mrouted.conf: Extra subnet 125.0.0.0/1 has host bits
set near line 13
02:27:32.434 Installing vifs in mrouted...
02:27:32.434 vif #0, phyint 192.168.0.99
[...]
02:27:32.439 SENT membership query from 192.168.0.99 to 224.0.0.1
02:27:32.439 vif #1, phyint 192.168.4.1
[...]
02:27:32.443 SENT membership query from 192.168.4.1 to 224.0.0.1
pruning off
dvbauto on
02:27:32.444 Installing vifs in kernel...
02:27:32.445 vif #0, phyint 192.168.0.99
02:27:32.448 vif #1, phyint 192.168.4.1
vifs_with_neighbors = 0
Virtual Interface Table
Vif Name Local-Address M Thr Rate Flags
0 eth0 192.168.0.99 subnet: 192.168.0/24 1 1 0
querier
pkts in : 0
pkts out: 0
1 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 (4 entries)
Origin-Subnet From-Gateway Metric Tmr In-Vif Out-Vifs
192.168.4/24 1 0 1 0*
192.168.0/24 1 0 0 1*
128/1 1 0 1 0*
0/1 1 0 1 0*
02:27:32.457 RECV membership query from 192.168.0.99 to 224.0.0.1
02:27:32.478 RECV new member report from 192.168.0.99 to 224.0.0.4
02:27:32.478 group 224.0.0.4 joined on vif 0
02:27:33.026 RECV new member report from 192.168.0.99 to 224.0.0.2
02:27:33.027 group 224.0.0.2 joined on vif 0
02:27:34.026 RECV new member report from 192.168.0.1 to 224.224.4.17
02:27:34.026 group 224.224.4.17 joined on vif 0
02:27:37.456 ageing entries
02:27:37.457 SENT membership query from 192.168.0.99 to 224.0.0.1
02:27:37.458 SENT membership query from 192.168.4.1 to 224.0.0.1
02:27:37.458 RECV membership query from 192.168.0.99 to 224.0.0.1
02:27:39.026 RECV new member report from 192.168.0.1 to 224.224.4.17
02:27:42.456 ageing entries
02:27:43.836 RECV new member report from 192.168.0.99 to 224.0.0.2
02:27:45.526 RECV new member report from 192.168.0.99 to 224.0.0.4
[...]
192.168.0.99 is eth0 on the linux box and 192.168.0.1 is the ethernetcard on
the windows box
i get a 2mbit stream at dvb0 but it seems not to be routed to the winpc
my mroute.conf:
cache_lifetime 3600
pruning off
dvbauto on
phyint dvb0 altnet 128.0.0.0/1 altnet 125.0.0.0/1
phyint eth0
Michael
----- Original Message -----
From: "Dragisa Duric" <dragisha@frodo.ho.com>
To: "MichaelW" <MichaelW15@gmx.net>
Sent: Sunday, July 23, 2000 7:02 PM
Subject: Re: mroute problem
>
> You must recompile kernel, yes. With multicast routing turned on.
>
> Search for Kernel-HOWTO if you don't understand what I am talking about
> :).
>
> dd
>
> --
> dragisha@ho.com
>
> On Sun, 23 Jul 2000, MichaelW wrote:
>
> > thx for help guys
> > i didn't see the README in the root dir of dvbrouter.tar.gz :(. so i
> > compiled it without errors :) (after installing the packet yacc) and i
run
> > yor command line.
> > but i didn't see the prozess so i run:
> >
> > gateway:~/mrouted # ./mrouted -c mrouted.conf -d 1
> > debug level 1
> > 19:09:07.281 mrouted version 3.8
> > 19:09:07.290 can't enable Multicast routing in kernel: Protocol not
> > available
> > gateway:~/mrouted #
> >
> > and here my knowlede ends
> > btw i use SuSE Linux 6.4 (i386) - Kernel 2.2.14
> >
> > Michael
> >
> > ----- Original Message -----
> > From: "Dragisa Duric" <dragisha@frodo.ho.com>
> > To: "MichaelW" <MichaelW15@gmx.net>
> > Cc: <linux-dvb@linuxtv.org>
> > Sent: Sunday, July 23, 2000 10:02 AM
> > Subject: Re: mroute problem
> >
> >
> > >
> > > You can use default mrouted.conf and start with
> > >
> > > ./mrouted -c mrouted.conf
> > >
> > > from dvbrouter/mrouted directory. Then install Fazzt on Windows box
and
> > > set it to use "192.168.0.1" interface for incoming traffic. Do all
other
> > > steps for Fazzt install&configure.
> > >
> > > From time to time, you will have to restart mrotued to get traffic
> > > flowing.
> > >
> > > --
> > > dragisha@ho.com
> > >
> > > On Fri, 21 Jul 2000, MichaelW wrote:
> > >
> > > > I have a linux gateway and a winpc and i want recieve the 2mbit
stream
> > on the winpc. i d/l the dvbrouter (for mroute).
> > > > i run ./Install but i do not understand the config file.
> > > > i have:
> > > >
> > > > linux gateway:
> > > > dvb0 192.168.4.1 (tt satcard)
> > > > eth0 192.168.0.99 (10mbit ethernet)
> > > > ippp0 dynamic ip (isdn card)
> > > >
> > > > winpc:
> > > > 192.168.0.1 (ethernet)
> > > >
> > > > i run dvbd2
> > > >
> > > > bye Michael
> > > >
> > >
> >
>
Home |
Main Index |
Thread Index