Re: Multicast

2006-08-22 Thread Baldur Gislason
No, and I tried booting a GENERIC kernel also to rule out ipfw. Baldur On Tue, Aug 22, 2006 at 12:16:07PM -0700, Xander wrote: > On Mon, Aug 21, 2006 at 04:54:01PM +, Baldur Gislason wrote: > > > I'm having some problems receiving multicast traffic on my FreeBSD > > 6.1-STABLE workstation w

Re: dhclient and multiple addresses on single interface

2006-08-22 Thread Xander
On Fri, Aug 18, 2006 at 09:56:13PM -0500, Brooks Davis wrote: > > Not easily. If you could create some virtual ethernet interfaces, > bridge them to the real one and run dhclient on them I think that would > work, but I can't think of a suitable virtual interface at the moment. > I've actually

Re: Multicast

2006-08-22 Thread Xander
On Mon, Aug 21, 2006 at 04:54:01PM +, Baldur Gislason wrote: > I'm having some problems receiving multicast traffic on my FreeBSD > 6.1-STABLE workstation with VLC. I get the streams but I seem to get > plenty of packetloss on the freebsd box but on other boxes on the same > network I don't s

Re: Zeroconfig and Multicast DNS

2006-08-22 Thread Pat Lashley
My responder does one thing (ok it's many things but anyway), it responds to queries and it makes queries. A mDNS record is always a mDNS record (shared or unique), at this point SD records are treated as any other record. Long-term records can be configured with responderd.conf, it supports dyna

Re: Zeroconfig and Multicast DNS

2006-08-22 Thread Fredrik Lindberg
Pat Lashley wrote: Is your library API fairly close to the one in mDNSResponder or gmdns? If so, it should be fairly easy to make your apps work with whichever library is installed. (I'm just thinking ahead to the point where projects like Apache, Firefox, and various GNOME apps have added se