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?
>>>
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
> >
> >
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
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
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
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
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202484
Andrey V. Elsukov changed:
What|Removed |Added
CC||a...@freebsd.org
--- Comment #
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
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
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
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
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
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
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
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
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
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.
>
>
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?
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
_
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):
> -
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
-->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"
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
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
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
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
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
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
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
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
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
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"
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
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
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
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
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
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
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
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
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
Копия:
Тема: 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
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,
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
. 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
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
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
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
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
63 matches
Mail list logo