Re: Multicast routing on FreeBSD 11 current

2016-01-24 Thread Ben Woods
On 24 January 2016 at 11:36, Otacílio wrote: > Em 24/01/2016 07:24, Olivier Cochard-Labbé escreveu: > >> On Sun, Jan 24, 2016 at 9:41 AM, Ben Woods wrote: >> >> Hi everyone, >>> >>> Could someone running FreeBSD current on a test machine try loading the >>> ip_mroute driver on their machine? >>>

Re: Multicast routing on FreeBSD 11 current

2016-01-24 Thread Marko Zec
On Sun, 24 Jan 2016 13:17:45 +0300 "Andrey V. Elsukov" wrote: > On 24.01.16 01:14, Ben Woods wrote: > > % sudo kldload -v ip_mroute > > kldload: an error occurred while loading the module. Please check > > dmesg(8) for more details. > > % dmesg > > linker_load_file: Unsupported file type > > > >

Re: Multicast routing on FreeBSD 11 current

2016-01-24 Thread Olivier Cochard-Labbé
On Sun, Jan 24, 2016 at 9:41 AM, Ben Woods wrote: > > Hi everyone, > > Could someone running FreeBSD current on a test machine try loading the > ip_mroute driver on their machine? > ​Hi, no problem here: root@lame5 # uname -a FreeBSD lame5.bsdrp.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r294522

Re: Multicast routing on FreeBSD 11 current

2016-01-24 Thread Andrey V. Elsukov
On 24.01.16 01:14, Ben Woods wrote: > % sudo kldload -v ip_mroute > kldload: an error occurred while loading the module. Please check dmesg(8) > for more details. > % dmesg > linker_load_file: Unsupported file type > > Any ideas what could be causing this error? Usually this means that your runni

Re: Multicast routing on FreeBSD 11 current

2016-01-24 Thread Ben Woods
yone, Could someone running FreeBSD current on a test machine try loading the ip_mroute driver on their machine? This is to enable multicast routing, but I am wondering if it fails to load for everyone, or it is specific to my build some how. I am running r294463, please let me know which

Multicast routing on FreeBSD 11 current

2016-01-23 Thread Ben Woods
Hey everyone, I am trying to set up multicast routing on FreeBSD 11 current, so I can pass IPTV from my ISP to my set top box via my FreeBSD router. I intend to use net/igmpproxy as per this forum post: https://lafibre.info/remplacer-livebox/remplacer-sa-livebox-par-un-routeur-pfsense/ I am

[Bug 202484] vtnet drivers didn't support being use for multicast routing (MRT_ADD_VIF)

2015-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202484 --- Comment #3 from oliv...@cochard.me --- I beleive I've found the source of the problem in this message: https://lists.freebsd.org/pipermail/svn-src-head/2014-January/055007.html "It also does not handle multicast filter configuration wh

[Bug 202484] vtnet drivers didn't support being use for multicast routing (MRT_ADD_VIF)

2015-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202484 Andrey V. Elsukov changed: What|Removed |Added CC||a...@freebsd.org --- Comment #

[Bug 202484] vtnet drivers didn't support being use for multicast routing (MRT_ADD_VIF)

2015-12-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202484 --- Comment #1 from oliv...@cochard.me --- errno(2) translate error number 45 by a EOPNOTSUPP. And code in netinet/ip_mroute.c can return EOPNOTSUPP in 2 cases: if ((vifcp->vifc_flags & VIFF_TUNNEL) != 0) { CTR1(KTR_IPMF, "%s: tunnels

[Bug 202484] vtnet drivers didn't support being use for multicast routing (MRT_ADD_VIF)

2015-08-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202484 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org -- You are

Re: Multicast routing questions

2015-06-25 Thread Andrey V. Elsukov
On 25.06.2015 19:18, Emeric POUPON wrote: > Ok thanks, I understand this case. > But the problem is that we perform a lot of unnecessary mforward calls from > ip_input. > > The mrt route cache lookup is performed thanks to the src/dst addresse couple. > The interface of the cached route does not

Re: Multicast routing questions

2015-06-25 Thread Emeric POUPON
prevents "infinite" loops. Is that really how it is meant to be done? Emeric - Mail original - De: "Andrey V. Elsukov" À: "Emeric POUPON" , freebsd-net@freebsd.org Envoyé: Jeudi 25 Juin 2015 07:48:44 Objet: Re: Multicast routing questions On 24.06.2015 18

Re: Multicast routing questions

2015-06-25 Thread Andrey V. Elsukov
On 24.06.2015 18:13, Emeric POUPON wrote: > Hi, > > Actually, I don't really understand why imo.imo_multicast_loop is set > to 1 in send_packet, ip_mroute.c > > It seems we don't need to loop the packet once it is mrouted? I think this can be used for the case, when on the router some app has b

Re: Multicast routing questions

2015-06-24 Thread Emeric POUPON
necessary. Emeric - Mail original - De: "Emeric POUPON" À: freebsd-net@freebsd.org Envoyé: Mercredi 24 Juin 2015 10:22:45 Objet: Multicast routing questions Hello, I'm testing multicast routing on FreeBSD 9.3 and I have a question: In packet reception, it seems the pack

Multicast routing questions

2015-06-24 Thread Emeric POUPON
Hello, I'm testing multicast routing on FreeBSD 9.3 and I have a question: In packet reception, it seems the packet is received locally as many times the packet is rerouted + 1: ip_input -> ip_mforward -> ip_output (as many times there are dst interfaces in the route

No multicast routing support on Virtio vtnet(4) drivers ?

2015-05-06 Thread Olivier Cochard-Labbé
I'm trying to set-up a multicast network lab using bhyve (then the vtnet interfaces). But when starting a PIM multicast routing daemon, I've got this error message: [root@router]~# service pimd start Starting pimd. pimd: 17:22:59.119 Failed adding VIF 0 (MRT_ADD_VIF) for iface vtnet0

IPv6 multicast routing

2014-12-18 Thread John Nielsen
Hi all- Does anyone do IPv6 multicast routing on FreeBSD? If so, what software do you use? Any caveats or other things to be aware of? The only options I have seen are all in net/mcast-tools and I'm having some trouble with each of them. I do have "options MROUTING" in my

RE: Multicast routing, IGMP, IPTV doubts..

2014-11-02 Thread rozhuk . im
d.org] On Behalf Of Marek Salwerowicz > Sent: Wednesday, October 15, 2014 1:57 AM > To: freebsd-net@freebsd.org > Subject: Multicast routing, IGMP, IPTV doubts.. > > Hi all, > > My home router is small FreeBSD 10 box, with 3 ethernet ports, I use pf > as a firewall. > >

Re: Multicast routing, IGMP, IPTV doubts..

2014-11-01 Thread Marek Salwerowicz
nt or DO I need really recompile kernel with option MROUTING? 2- does igmpproxy work with if_bridge(4) interfaces (it bridges WiFi with cable LAN) 3- is there any other software I could try? 4- how could I debug the process of multicast routing between upstream and downstream interface?

Re: Multicast routing, IGMP, IPTV doubts..

2014-10-15 Thread Marek Salwerowicz
W dniu 2014-10-15 o 11:20, Olivier Cochard-Labbé pisze: Oops... this ports wasn't adapted to SOCK_RAW changes brings in FreeBSD 10. I will try to fix it. I would be grateful ;-) Let me know if I can help in any way in debugging ? Cheers Marek -- Marek Salwerowicz _

Re: Multicast routing, IGMP, IPTV doubts..

2014-10-15 Thread Olivier Cochard-Labbé
On Tue, Oct 14, 2014 at 11:57 PM, Marek Salwerowicz wrote: > > Unfortunately after starting igmpproxy: > > # igmpproxy -d -vv igmpproxy.conf > > the igmpproxy starts but can't build routing table: > Current routing table (Age active routes): > -

Multicast routing, IGMP, IPTV doubts..

2014-10-14 Thread Marek Salwerowicz
Hi all, My home router is small FreeBSD 10 box, with 3 ethernet ports, I use pf as a firewall. My ISP provides FTTH, that ends at my home with a small box called CPE. The CPE contains 4 ethernet ports. On one port I have Internet access, on the other there is IPTV (that's based on udp/multic

IPv6 Multicast Routing problem

2013-07-01 Thread Reza Abraham
-->XP2 this is my step to make the multicast routing: 1. i had re-compile my kernel with optionsMROUTING. 2. i install the mcast-toolpackage. 3. i configure IPv6 static routing in rc.conf 4. i also configure this in rc.conf * mroute6d_enable="YES"

VNET and IPv6 multicast routing

2012-07-11 Thread Hartmut Brandt
Is $subj supposed to work in -current? When I set MFC entries in a second jails the ones installed from the first jail get destroyed or mixed up. harti ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To

Re: State of multicast routing in 8-STABLE?

2011-05-16 Thread Lev Serebryakov
Hello, Ivor. You wrote 16 мая 2011 г., 12:59:14: > While I worked on virtualization (vimage/jail) of PIM-SM/PIM-DM, I used > XORP. > It ain't perfect, but served me well. Maybe I can even find confs. It seems, that PIM-SM requires that my ISP allows join of my router to routing domain, it is not

Re: State of multicast routing in 8-STABLE?

2011-05-16 Thread Ivor Prebeg
While I worked on virtualization (vimage/jail) of PIM-SM/PIM-DM, I used XORP. It ain't perfect, but served me well. Maybe I can even find confs. On 05/15/2011 07:57 PM, Lev Serebryakov wrote: Hello, Freebsd-net. Is here any solutions for routing multicast for 8-STABLE gateway with NAT? mrou

State of multicast routing in 8-STABLE?

2011-05-15 Thread Lev Serebryakov
Hello, Freebsd-net. Is here any solutions for routing multicast for 8-STABLE gateway with NAT? mrouted is know as very buggy (and doesn't support PIM), igmpproxy is very unstable too... Anything else? Is it possible to use IPTV, which is multicasted by my ISP, when FreeBSD is gateway + NAT, on

Re: kern/122839: [em] FreeBSD 7 multicast routing problem

2010-04-10 Thread bms
Synopsis: [em] FreeBSD 7 multicast routing problem State-Changed-From-To: feedback->closed State-Changed-By: bms State-Changed-When: Sat 10 Apr 2010 12:07:35 UTC State-Changed-Why: Timeout on feedback. I believe yongari has merged driver fixes where relevant to this issue. Responsible-Chan

Re: freeBSD8.0 multicast routing problem

2010-01-26 Thread iprebeg
castsend & mcastrecv). On Tue, Jan 26, 2010 at 10:51:10AM +0800, yanqing you wrote: > Thank you all that give me help,I configure mrouted with the handbook and > update to 8.0 stable ,but it cannot multicast routing yet. please give me > more advice.This is the steps of my configuration fol

Re: freeBSD8.0 multicast routing problem

2010-01-25 Thread yanqing you
Thank you all that give me help,I configure mrouted with the handbook and update to 8.0 stable ,but it cannot multicast routing yet. please give me more advice.This is the steps of my configuration following: 1.configure the kernel options,add the following options MROUTING 2.build and install

Re: freeBSD8.0 multicast routing problem

2010-01-21 Thread iprebeg
wrote: > how to enable multicast routing in freeBSD8.0,please give the steps of > configuration. > ___ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail t

Re: freeBSD8.0 multicast routing problem

2010-01-21 Thread JASSAL Aman
Hi, Try recompiling your kernel with MROUTING. Have a look in the Handbook for details. Le Jeu 21 janvier 2010 02:52, yanqing you a écrit : > how to enable multicast routing in freeBSD8.0,please give the steps of > configuration. ___ > fr

freeBSD8.0 multicast routing problem

2010-01-20 Thread yanqing you
how to enable multicast routing in freeBSD8.0,please give the steps of configuration. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Multicast routing

2009-04-05 Thread Bruce Simpson
Upakul Barkakaty wrote: Hi all, I was trying to setup a multicast tunneling setup with freebsd, with the mrouted utility. However, my multicast router doesnt seem to be forwarding those multicast packets. It would really be helpful if someone could help me with the setup or the mrouted.conf fil

Multicast routing

2009-04-02 Thread Upakul Barkakaty
Hi all, I was trying to setup a multicast tunneling setup with freebsd, with the mrouted utility. However, my multicast router doesnt seem to be forwarding those multicast packets. It would really be helpful if someone could help me with the setup or the mrouted.conf file contents. Thanks in ant

kern/122839: [multicast] FreeBSD 7 multicast routing problem

2009-03-20 Thread 4pr
The following reply was made to PR kern/122839; it has been noted by GNATS. From: 4...@legis.krsn.ru To: pyu...@gmail.com Cc: bug-follo...@freebsd.org, b...@freebsd.org, freebsd-net@freebsd.org, j...@freebsd.org Subject: kern/122839: [multicast] FreeBSD 7 multicast routing problem Date

kern/122839: [multicast] FreeBSD 7 multicast routing problem

2009-03-20 Thread 4pr
Hi, Thank you for your response. Sorry, but i'm unable to test your patch for if_msk.c wich you suggested, becouse our production core router need to be up and ready 24 hours a day, and our quick fix for if_msk.c also helped us with multicast routing problem. Right now i don't have

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2009-03-20 Thread Pyun YongHyeon
The following reply was made to PR kern/122839; it has been noted by GNATS. From: Pyun YongHyeon To: 4...@legis.krsn.ru Cc: bug-follo...@freebsd.org, b...@freebsd.org, freebsd-net@freebsd.org, j...@freebsd.org Subject: Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem Date

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2009-03-20 Thread Pyun YongHyeon
On Fri, Mar 20, 2009 at 05:56:11PM +0700, 4...@legis.krsn.ru wrote: > Hi, > > As i wrote before, based on the patch, suggested by Tomas Svensson, we > have made our version of that patch. And about > a year already we using it on a production inside core router without any > problems. Also we p

kern/122839: [multicast] FreeBSD 7 multicast routing problem

2009-03-20 Thread 4pr
The following reply was made to PR kern/122839; it has been noted by GNATS. From: 4...@legis.krsn.ru To: bug-follo...@freebsd.org, b...@freebsd.org, freebsd-net@FreeBSD.org Cc: Subject: kern/122839: [multicast] FreeBSD 7 multicast routing problem Date: Fri, 20 Mar 2009 17:56:11 +0700 Hi

kern/122839: [multicast] FreeBSD 7 multicast routing problem

2009-03-20 Thread 4pr
Hi, As i wrote before, based on the patch, suggested by Tomas Svensson, we have made our version of that patch. And about a year already we using it on a production inside core router without any problems. Also we patched if_msk.c, and it also working just fine same amount of time on the same

kern/122839: [multicast] FreeBSD 7 multicast routing problem

2009-03-19 Thread 4pr
The following reply was made to PR kern/122839; it has been noted by GNATS. From: 4...@legis.krsn.ru To: bug-follo...@freebsd.org, b...@freebsd.org, freebsd-net@FreeBSD.org Cc: Subject: kern/122839: [multicast] FreeBSD 7 multicast routing problem Date: Fri, 20 Mar 2009 12:54:41 +0700

kern/122839: [multicast] FreeBSD 7 multicast routing problem

2009-03-19 Thread 4pr
Копия: Тема: Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem Hi, Have you managed to chase the em(4) patch upstream? It would be great if you could let me know so this PR can either be closed, or assigned to the em(4) driver maintainer. thank

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2009-03-19 Thread Bruce Simpson
The following reply was made to PR kern/122839; it has been noted by GNATS. From: Bruce Simpson To: Eugene <4...@legis.krsn.ru>, freebsd-gnats-sub...@freebsd.org Cc: Subject: Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem Date: Thu, 19 Mar 2009 17:47:38 + Hi,

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2008-06-18 Thread 4pr
The following reply was made to PR kern/122839; it has been noted by GNATS. From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem Date: Wed, 18 Jun 2008 22:47

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2008-04-23 Thread Tomas Svensson
The following reply was made to PR kern/122839; it has been noted by GNATS. From: Tomas Svensson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem Date: Wed, 23 Apr 2008 15:16:56 +0200 There is an o

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2008-04-22 Thread Bruce M. Simpson
The following reply was made to PR kern/122839; it has been noted by GNATS. From: "Bruce M. Simpson" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem Date: Tue, 22 Apr 200

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2008-04-22 Thread petunin1
The following reply was made to PR kern/122839; it has been noted by GNATS. From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem Date: Tue, 22 Apr 2008 22:52:53 +0800 Hi. I cold&#

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2008-04-18 Thread 4pr
The following reply was made to PR kern/122839; it has been noted by GNATS. From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem Date: Fri, 18 Apr 2008 15:50:02 +0800 Thank you very mach for your

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2008-04-17 Thread 4pr
Thank you very mach for your response! Yes, as i wrote before, if mrouted daemon, or pimdd daemon is running, then ALLMULTI flag appears on all interfaces (i can see it from ifconfig output). But multicast routing do not work. I have a machine with an old FreeBSD4.9 running, wich working as a

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2008-04-17 Thread bms
Synopsis: [multicast] FreeBSD 7 multicast routing problem State-Changed-From-To: open->feedback State-Changed-By: bms State-Changed-When: Thu 17 Apr 2008 08:49:01 UTC State-Changed-Why: The symptoms you describe do not sound like a multicast routing issue. Given your description it sounds l

Re: kern/122839: [multicast] FreeBSD 7 multicast routing problem

2008-04-16 Thread linimon
Old Synopsis: FreeBSD 7 multicast routing problem New Synopsis: [multicast] FreeBSD 7 multicast routing problem Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Thu Apr 17 05:45:46 UTC 2008 Responsible-Changed-Why: Over

Conflict between CARP and multicast routing on FreeBSD 6.1

2006-07-11 Thread Bohuslav Plucinsky
t.carp.allow: 1 net.inet.carp.preempt: 1 net.inet.carp.log: 1 net.inet.carp.arpbalance: 0 net.inet.carp.suppress_preempt: 0 After multicast routing is started (setsockopt(socket, IPPROTO_IP, MRT_INIT, ...) and vif is added to the vif table (setsockopt(socket, IPPROTO_IP, MRT_ADD_VIF,

Re: Multicast routing with VLANs

2005-04-25 Thread Bruce M Simpson
Hi, On Mon, Apr 25, 2005 at 07:21:22PM +0200, Eivind Hestnes wrote: > I'm trying to get mrouted to route multicast traffic between multiple > VLANs on a FreeBSD 5.4-RC3 machine. Mrouted starts as expected, and > according to /var/log/messages it's running - but the multicas

Multicast routing with VLANs

2005-04-25 Thread Eivind Hestnes
Hi, I'm trying to get mrouted to route multicast traffic between multiple VLANs on a FreeBSD 5.4-RC3 machine. Mrouted starts as expected, and according to /var/log/messages it's running - but the multicast routing itself don't work. While Googling, I noticed in ke

Re: Multicast Routing

2003-06-18 Thread Tom Daly
Thanks to everyone, esp. Bill, I was able to finally get things working the way they should. A combination of complicating the mrouted.conf with more tunnels than needed and a firewall in the way was preventing things from fully working. Thanks to everyone for thier input. Tom On Tue, 17 Jun 20

Re: Multicast Routing

2003-06-17 Thread Bill Fenner
Tom, >Currently, we use a PPP tunnel to put the PBX and Phone on subnets that >can talk to each other. The two FBSD boxen run as the endpoints of the >tunnel. We need to be able to seamlessly forward multicast traffic between >the remote network and the office network. > >Any ideas? mrouted shou

Re: Sorry if duplicate...Multicast Routing

2003-06-17 Thread Tom Daly
ic 1threshold 1 > tunnel 10.33.1.16 192.168.10.251metric 1threshold 1 > ... > > In this case, 10.33.1.16 is the local IP, and 192.168.49.50 are remote IPs > of other multicast tunnel endpoints with similar configurations. The > remote boxes are general

Re: Sorry if duplicate...Multicast Routing

2003-06-17 Thread Robert Watson
. The remote boxes are generally on the other side of wide area networks without multicast routing in between. This "just works". > > Tom > > On Tue, 17 Jun 2003, Robert Watson wrote: > > > > > On Tue, 17 Jun 2003, Tom Daly wrote: > > > > > Ha

Re: Sorry if duplicate...Multicast Routing

2003-06-17 Thread Tom Daly
Robert, Could you clarify a bit? Are you able to move the multicast traffic between each side of the IP-IP tunnel? Tom On Tue, 17 Jun 2003, Robert Watson wrote: > > On Tue, 17 Jun 2003, Tom Daly wrote: > > > Has anyone been able to create a unified multicast broadcast domain > > using FreeBSD ro

Re: Sorry if duplicate...Multicast Routing

2003-06-17 Thread Robert Watson
On Tue, 17 Jun 2003, Tom Daly wrote: > Has anyone been able to create a unified multicast broadcast domain > using FreeBSD routers and tunnels? Our internal telephone system VOIP > system that uses multicast to handle things like conference calling and > paging. Many of our employess are off sit

Sorry if duplicate...Multicast Routing

2003-06-16 Thread Tom Daly
Hello, Has anyone been able to create a unified multicast broadcast domain using FreeBSD routers and tunnels? Our internal telephone system VOIP system that uses multicast to handle things like conference calling and paging. Many of our employess are off site, which DSL lines. A FreeBSD box creates

Multicast Routing

2003-06-16 Thread Tom Daly
Hello, Has anyone been able to create a unified multicast broadcast domain using FreeBSD routers and tunnels? Our internal telephone system VOIP system that uses multicast to handle things like conference calling and paging. Many of our employess are off site, which DSL lines. A FreeBSD box creates