setsockopt with SO_REUSEADDR does not work

2010-05-07 Thread Brandon Falk
Whenever I use setsockopt with the SO_REUSEADDR param, I still will get the error that the address is already in use. When I'm on Linux, I don't have this problem, and I'm wondering if there is some way to somehow get this to work under FreeBSD. Thanks, Brandon Falk ___

Re: if_re regression on RELENG_8

2010-05-07 Thread Pyun YongHyeon
On Sat, May 08, 2010 at 01:53:34AM +0300, McLone wrote: > On Fri, May 7, 2010 at 11:53 PM, Pyun YongHyeon wrote: > >> So the thing is, re0 stops working after sending any packet > >> longer than 536 bytes. I tested via ping, -S (536-8) works, > >> but (537-8) leads to watchdog timeout. The host ca

Re: if_re regression on RELENG_8

2010-05-07 Thread McLone
On Fri, May 7, 2010 at 11:53 PM, Pyun YongHyeon wrote: >> So the thing is, re0 stops working after sending any packet >> longer than 536 bytes. I tested via ping, -S (536-8) works, >> but (537-8) leads to watchdog timeout. The host cannot be >> software rebooted in ~80% cases after it happened. >

Intel 10Gb

2010-05-07 Thread grarpamp
Just wondering in general these days how close FreeBSD is to full 10Gb rates at various packet sizes from minimum ethernet frame to max jumbo 65k++. For things like BPF, ipfw/pf, routing, switching, etc. http://www.ntop.org/blog/?p=86 ___ freebsd-net@free

Re: bin/146377: [ppp] [tun] Interface doesn't clear addresses when PPPoE connection closes

2010-05-07 Thread linimon
Synopsis: [ppp] [tun] Interface doesn't clear addresses when PPPoE connection closes Responsible-Changed-From-To: freebsd-fs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 7 21:40:04 UTC 2010 Responsible-Changed-Why: Assign to right mailing list. http://www.freeb

Re: kern/146358: [vlan] wrong destination MAC address

2010-05-07 Thread linimon
Old Synopsis: wrong destination MAC address New Synopsis: [vlan] wrong destination MAC address Responsible-Changed-From-To: freebsd-amd64->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 7 21:34:31 UTC 2010 Responsible-Changed-Why: This does not sound amd64-specific.

Re: [axe][ue0] Device send packets but any host in network can not receive any packet from it.

2010-05-07 Thread Pyun YongHyeon
On Fri, May 07, 2010 at 10:30:21PM +0500, Perevalov Sergey wrote: > Hi guys. I am beginner in FreeBSD. And I got problem with my Gigabit > usb to ethernet adapter with AX88178 chipset. It works in windows very > well but doesn't work in FreeBSD 8.0. tcpdump shows log with received > and sent pa

[axe][ue0] Device send packets but any host in network can not receive any packet from it.

2010-05-07 Thread Perevalov Sergey
Hi guys. I am beginner in FreeBSD. And I got problem with my Gigabit usb to ethernet adapter with AX88178 chipset. It works in windows very well but doesn't work in FreeBSD 8.0. tcpdump shows log with received and sent packets, but any host in network doesn't receive them from it. I checked i

Segment failed SYNCOOKIE authentication

2010-05-07 Thread Sergey Matveychuk
Hi. I have many messages on my box like this: tcpflags 0x10; syncache_expand: Segment failed SYNCOOKIE authentication, segment rejected (probably spoofed) Some connections dropped. But it's legal connections. Looks like something wrong with syncache. An examples: 20:31:08.464499 IP XXX.YYY

if_re regression on RELENG_8

2010-05-07 Thread McLone
Hell Low. When Vista finally died on my girl's notebook, she asked me to install FreeBSD on it, so no more viruses. I installed RELENG_8_0/i386, to compile fresh RELENG_8/amd64 in hopes SUJ will be availible (2gb RAM is kinda too small for ZFS). I've built custom kernel (GENERIC with unneeded thi

Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-07 Thread Roar Pettersen
Hello ! I am using xp3264-7.7.0.329-whql.zip file from Atheros. #cd /sys/modules/ndis #make install #cd /sys/modules/if_ndis #make install #ndiscvt -i netathwx.inf -s athwx.sys -o ndis_driver_data.h (syntax error) When trying to convert the

convert Windows NDIS drivers for use with FreeBSD

2010-05-07 Thread jiani1012
Hi all, I am using xp3264-7.7.0.329-whql.zip file from Atheros. #cd /sys/modules/ndis #make install #cd /sys/modules/if_ndis #make install #ndiscvt -i netathwx.inf -s athwx.sys -o ndis_driver_data.h (syntax error) When trying to conver