Re: Anyone working on RNDIS support?

2010-01-28 Thread Bernd Walter
On Sun, Jun 28, 2009 at 07:19:05PM +0300, Alexander Motin wrote: > Bruce Simpson wrote: > >Is anyone out there working on RNDIS driver support for FreeBSD? > > > >Just interested if anyone is doing it; the only RNDIS device I have is > >my cable modem (which already has an Ethernet port), however,

RE: ECMP support in FreeBSD 7.2 and 8.0 +

2010-01-28 Thread Li, Qing
ECMP support is only available in FreeBSD 8.0. I have not received any request to merge that feature back into 7.x branch. In FreeBSD 8.0, currently there is no association between interface link state and the route availability RTF_UP flag, so ECMP cannot be used as a failover mechanism effect

NFS mount properties

2010-01-28 Thread Alan Aldrich
I am trying to determine how to examine the actual properties of an nfs mount in FreeBSD In CentOS one can 'cat /proc/mounts' to determine all of the mount properties. Specifically I am trying to confirm whether the mount is using TCP or UDP as I want it to be TCP . Is there some similar way

Re: Ralink 28xx series drivers?

2010-01-28 Thread Brett Glass
Thank you! The adapter which I am trying to get running is mini-PCI, not USB. If there's code available, I'd be glad to test it. --Brett Glass At 11:08 PM 1/27/2010, Bruce Simpson wrote: On 01/28/10 01:26, Brett Glass wrote: I am trying to make FreeBSD 8.0 fully functional on an ASUS mini-wo

Packets disappear after ngtee rule

2010-01-28 Thread Vladimir Osipenko
Good day! I have a FreeBSD shaping bridge based on lagg+dummynet, this is a part from ruleset: 03001 20 7840 ngtee 10 ip from any to any out xmit lagg1 03003 0 0 allow log ip from any to any So, the problem is that packets after passing rule with ngtee dis

Re: Strange network issue in freebsd 8

2010-01-28 Thread Andriy Gapon
on 28/01/2010 05:03 sam said the following: > that s why I 've been so in doubt using freebsd AMD64 release. Why again? -- Andriy Gapon ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send

ECMP support in FreeBSD 7.2 and 8.0 +

2010-01-28 Thread Balaji G
Hi Everybody I would like to know whether ECMP feature is supported in FreeBSD 7.2. I was able to infer that ECMP is supported in FreeBSD 8.0 because i was able to look into the SVN checkin logs and also found out that in FreeBSD 8.0 the ECMP code was wrapped under RADIX_MPATH macro. I was not ab

Re: MROUTED: Problem with vif installation

2010-01-28 Thread Nazeem نجم لدين
Ok. Thanks. But I need to get tunnel working. Can you suggest some other way of getting a multicast tunnel work. The assumption is that there is a unicast cloud in between two mbone networks. So we need to forward the multicast traffic over the unicast tunnel. Application is for video transmission.

Re: MROUTED: Problem with vif installation

2010-01-28 Thread Bruce Simpson
Tunnel support for MROUTING was removed several FreeBSD releases ago. We followed OpenBSD with this change because DVMRP's older, naive IP-in-IP encapsulation mechanism doesn't offer any benefit, and can't be administered. Also, PIM doesn't use it, and PIM is now the industry standard. thank