Re: Multicasting on OpenBSD

2008-05-18 Thread Stuart Henderson
On 2008-05-18, Insan Praja SW [EMAIL PROTECTED] wrote:
 Just wondering around, is there any multicasting technology (PIM-SM,  
 PIM-SSM etc) currently developed or implemented in OpenBSD?. Since working  
 with this unbelievable OS (especially with routing/filtering/forwarding) I  
 wish to know more about it.

You might be able to do PIM-SM using Xorp (in ports). In base we
have DVMRP support (look at dvmrpd not mrouted).

On the smaller end of the pipe, igmpproxy (in ports) works nicely
for me with the BBC's multicast feeds.



Re: Multicasting on OpenBSD

2008-05-18 Thread Clint Pachl

Insan Praja SW wrote:

Hi Misc@,
Just wondering around, is there any multicasting technology (PIM-SM, 
PIM-SSM etc) currently developed or implemented in OpenBSD?. Since 
working with this unbelievable OS (especially with 
routing/filtering/forwarding) I wish to know more about it.
Right now I managed to use OBSD4.3-current to BGP routing 
(redundant/loadbalance with carp), storing the prefix to pftable, set 
the rtlabel, labeling rules with pf, multiple routing table, tagging 
rules, just unbelievable awesome.

Best of luck to the guys working such a nice OS.
Thanks,


$ apropos multicast

(did people forget about the manpages?)



Re: Multicasting on OpenBSD

2008-05-18 Thread Insan Praja SW

On Mon, 19 May 2008 00:18:49 +0700, Clint Pachl [EMAIL PROTECTED] wrote:
Hi Misc@,
I did man-it, yes I already know that OBSD got mrouted, mroute dan DVRMPD.  
I'm just curious about it, cause I read Claudio Jeker's presentation on  
obsd as routing platform that says there will be:

- mpls
- l2tp
- mac-in-mac
- bgp/vpn/vrf
which is all breakthrough in free-functional-secure os but nobody touches  
PIM-SM/SSM. I'm not fussing about it, just curious.. Cause dvrmpd/mrouted  
kinda.. emm.. outdated?

just my Rp2.00
Thanks,


Insan

Insan Praja SW wrote:

Hi Misc@,
Just wondering around, is there any multicasting technology (PIM-SM,  
PIM-SSM etc) currently developed or implemented in OpenBSD?. Since  
working with this unbelievable OS (especially with  
routing/filtering/forwarding) I wish to know more about it.
Right now I managed to use OBSD4.3-current to BGP routing  
(redundant/loadbalance with carp), storing the prefix to pftable, set  
the rtlabel, labeling rules with pf, multiple routing table, tagging  
rules, just unbelievable awesome.

Best of luck to the guys working such a nice OS.
Thanks,


$ apropos multicast

(did people forget about the manpages?)




--
insandotpraja(at)gmaildotcom



Re: Multicasting on OpenBSD

2008-05-18 Thread Claudio Jeker
On Mon, May 19, 2008 at 12:36:25AM +0700, Insan Praja SW wrote:
 On Mon, 19 May 2008 00:18:49 +0700, Clint Pachl [EMAIL PROTECTED] wrote:
 Hi Misc@,
 I did man-it, yes I already know that OBSD got mrouted, mroute dan DVRMPD. 
 I'm just curious about it, cause I read Claudio Jeker's presentation on 
 obsd as routing platform that says there will be:
 - mpls
 - l2tp
 - mac-in-mac
 - bgp/vpn/vrf
 which is all breakthrough in free-functional-secure os but nobody touches 
 PIM-SM/SSM. I'm not fussing about it, just curious.. Cause dvrmpd/mrouted 
 kinda.. emm.. outdated?
 just my Rp2.00
 Thanks,


Maybe that's because working on mpls, ospf6d and vrf at the same time is
already way to much for a bit of sparetime hacking. PIM-SM/SSM are beyond
complex. It will not happen anytime soon unless some new developers are
interested in this and start working on multicast routing.

-- 
:wq Claudio



Re: Multicasting on OpenBSD

2008-05-18 Thread Insan Praja SW
On Mon, 19 May 2008 02:50:33 +0700, Claudio Jeker  
[EMAIL PROTECTED] wrote:



On Mon, May 19, 2008 at 12:36:25AM +0700, Insan Praja SW wrote:
On Mon, 19 May 2008 00:18:49 +0700, Clint Pachl [EMAIL PROTECTED]  
wrote:

Hi Misc@,
I did man-it, yes I already know that OBSD got mrouted, mroute dan  
DVRMPD.

I'm just curious about it, cause I read Claudio Jeker's presentation on
obsd as routing platform that says there will be:
- mpls
- l2tp
- mac-in-mac
- bgp/vpn/vrf
which is all breakthrough in free-functional-secure os but nobody  
touches
PIM-SM/SSM. I'm not fussing about it, just curious.. Cause  
dvrmpd/mrouted

kinda.. emm.. outdated?
just my Rp2.00
Thanks,



Maybe that's because working on mpls, ospf6d and vrf at the same time is
already way to much for a bit of sparetime hacking. PIM-SM/SSM are beyond
complex. It will not happen anytime soon unless some new developers are
interested in this and start working on multicast routing.

Yap, I truly understand. Made me wanna return to college and push more  
effort on C :D

Good Luck Claudio,
Best Regards,




--
insandotpraja(at)gmaildotcom



Multicasting on OpenBSD

2008-05-17 Thread Insan Praja SW

Hi Misc@,
Just wondering around, is there any multicasting technology (PIM-SM,  
PIM-SSM etc) currently developed or implemented in OpenBSD?. Since working  
with this unbelievable OS (especially with routing/filtering/forwarding) I  
wish to know more about it.
Right now I managed to use OBSD4.3-current to BGP routing  
(redundant/loadbalance with carp), storing the prefix to pftable, set the  
rtlabel, labeling rules with pf, multiple routing table, tagging rules,  
just unbelievable awesome.

Best of luck to the guys working such a nice OS.
Thanks,


--
insandotpraja(at)gmaildotcom



Re: Multicasting on OpenBSD

2008-05-17 Thread Matthew Dempsky
On Sat, May 17, 2008 at 6:27 PM, Insan Praja SW [EMAIL PROTECTED] wrote:
 Just wondering around, is there any multicasting technology (PIM-SM, PIM-SSM
 etc) currently developed or implemented in OpenBSD?

There's dvmrpd and mrouted.