Re: Understanding multiple IPv6 interfaces under 8.0 (fwd)

2009-12-14 Thread JASSAL Aman
Hello Mr.Glatting, Not that I'm an IPv6 genius, but at first sight your problem seems to be a route-related. I've put comments in-line. Le Dim 13 décembre 2009 22:58, Dennis Glatting a écrit : > > > Elmer# netstat -rn > Routing tables > > > Internet6: > Destination Gateway

Re: patch: ndisusb: show device description on attach

2009-12-14 Thread Hans Petter Selasky
On Saturday 12 December 2009 13:18:53 Paul B Mahol wrote: > --- /sys/dev/if_ndis/if_ndis_usb.c 2009-11-25 21:49:03.0 + > +++ if_ndis_usb.c 2009-12-12 12:17:27.0 + > @@ -165,6 +165,7 @@ > driver_object *drv; > int devid

Current problem reports assigned to freebsd-net@FreeBSD.org

2009-12-14 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Re: kern/141376: [ndis] [patch] fix broken scan by passing ies and ies_len pointer to net80211

2009-12-14 Thread rpaulo
Synopsis: [ndis] [patch] fix broken scan by passing ies and ies_len pointer to net80211 State-Changed-From-To: open->closed State-Changed-By: rpaulo State-Changed-When: Mon Dec 14 18:43:44 UTC 2009 State-Changed-Why: fixed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=141376 __

Re: kern/141376: commit references a PR

2009-12-14 Thread dfilter service
The following reply was made to PR kern/141376; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: kern/141376: commit references a PR Date: Mon, 14 Dec 2009 18:43:47 + (UTC) Author: rpaulo Date: Mon Dec 14 18:43:27 2009

RE: Understanding multiple IPv6 interfaces under 8.0 (fwd)

2009-12-14 Thread Li, Qing
I will take a look at it later today. -- Qing > -Original Message- > From: owner-freebsd-...@freebsd.org [mailto:owner-freebsd- > n...@freebsd.org] On Behalf Of Dennis Glatting > Sent: Sunday, December 13, 2009 1:59 PM > To: freebsd-net@freebsd.org > Subject: Understanding multiple IPv6

Re: kern/139079: commit references a PR

2009-12-14 Thread dfilter service
The following reply was made to PR kern/139079; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: kern/139079: commit references a PR Date: Mon, 14 Dec 2009 19:18:15 + (UTC) Author: gavin Date: Mon Dec 14 19:18:02 2009 N

Not seeing data on an unnumbered interface...

2009-12-14 Thread Kurt Buff
All, I'm having a very strange problem. I'm running ntop - the unnumbered interface is not receiving any data. Running 'tcpdump -i em0' also gets no data. I am really baffled - I've tried it against a switch that I know has a correctly configured mirror port, as I have ntop running on another mac

Re: Not seeing data on an unnumbered interface...

2009-12-14 Thread Jack Vogel
Not familiar with ntop, but I notice below that the em interface is not UP, what if you `ifup em0` ? Jack On Mon, Dec 14, 2009 at 11:29 AM, Kurt Buff wrote: > All, > > I'm having a very strange problem. I'm running ntop - the unnumbered > interface is not receiving any data. > > Running 'tcpdu

Re: Not seeing data on an unnumbered interface...

2009-12-14 Thread Kurt Buff
Sigh. Yes, that works. So, to expose even more of my ignorance, any thoughts on why it isn't up at boot? Kurt On Mon, Dec 14, 2009 at 11:35, Jack Vogel wrote: > Not familiar with ntop, but I notice below that the em interface is not UP, > what > if you `ifup em0` ? > > Jack > > > On Mon, Dec 14

Re: Running rtadvd or DHCPv6 server via if_bridge interface

2009-12-14 Thread Benjamin Lee
On 12/10/2009 10:51 PM, Chris Cowart wrote: > Bruce Cran wrote: >> I have a router configured using if_bridge with a 4-port NIC that's >> serving addresses over DHCP. I'd like to add in either rtadvd or >> DHCPv6, but neither work because the bridge interface doesn't have an >> IPv6 link-local addr

Re: Not seeing data on an unnumbered interface...

2009-12-14 Thread Jack Vogel
Usually assigning an address will bring it up, but you arent doing that, I am pretty sure using a pseudo device will always necessitating explicitly bringing it up, at least i know that is the case for VLANs also. Jack On Mon, Dec 14, 2009 at 11:39 AM, Kurt Buff wrote: > Sigh. Yes, that works.

Re: Not seeing data on an unnumbered interface...

2009-12-14 Thread Kurt Buff
Interesting. I'm doing nothing really very different on my 7.1R box, but don't have this issue. Oh, well - just something to keep in mind, I suppose. Kurt On Mon, Dec 14, 2009 at 11:48, Jack Vogel wrote: > Usually assigning an address will bring it up, but you arent doing that, I > am > pretty

Re: Not seeing data on an unnumbered interface...

2009-12-14 Thread Jack Vogel
Hmmm, well there's a LOT of shared code changes between 7.1 and 8, and this sounds like something in the device init. I don't really have time to look into the difference right now, you'll just have to live with the difference, sorry :) Jack On Mon, Dec 14, 2009 at 11:52 AM, Kurt Buff wrote:

Re: Not seeing data on an unnumbered interface...

2009-12-14 Thread Kurt Buff
Heh. Not a problem. Kurt On Mon, Dec 14, 2009 at 11:57, Jack Vogel wrote: > Hmmm, well there's a LOT of shared code changes between 7.1 and 8, and this > sounds like something in the device init.  I don't really have time to look > into the > difference right now,  you'll just have to live with

Re: Not seeing data on an unnumbered interface...

2009-12-14 Thread Tom Judge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kurt Buff wrote: > Sigh. Yes, that works. > > So, to expose even more of my ignorance, any thoughts on why it isn't > up at boot? > /etc/rc.conf: ifconfig_em0="UP" > Kurt > > On Mon, Dec 14, 2009 at 11:35, Jack Vogel wrote: >> Not familiar wi

Re: Not seeing data on an unnumbered interface...

2009-12-14 Thread Kurt Buff
Oh, good grief. That's way too easy. How can I be l33t if it's that simple? Thanks. Kurt On Mon, Dec 14, 2009 at 12:16, Tom Judge wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kurt Buff wrote: >> Sigh. Yes, that works. >> >> So, to expose even more of my ignorance, any thoughts

Chelsio S310E-BT: cxgbc0: prep adapter faliled (FreeBSD 8.0)

2009-12-14 Thread Jack Goral
Any idea how to debug problem mentioned in the subject line? Command used to load stock driver: kldload if_cxgb.ko Thanks, Jack Goral CONFIDENTIALITY WARNING: This email including any attachments may contain privileged or confidential information a

RE: Understanding multiple IPv6 interfaces under 8.0 (fwd)

2009-12-14 Thread Li, Qing
Please try the temporary patch at: http://people.freebsd.org/~qingli/nd6-ns.diff and it should fix your problem. -- Qing > -Original Message- > From: owner-freebsd-...@freebsd.org [mailto:owner-freebsd- > n...@freebsd.org] On Behalf Of Li, Qing > Sent: Monday, December 14, 2009

RE: Understanding multiple IPv6 interfaces under 8.0 (fwd)

2009-12-14 Thread Li, Qing
> > Hmm, the entry for fd7c:3f2b:e791:1:0:1:ac13:a0a looks suspect. I was > expecting bce1 rather than lo0, I suppose you were as well :) > This loopback route is necessary for short circuiting traffic to local address within a node. -- Qing > > If I'm not mistaken, the

Re: Understanding multiple IPv6 interfaces under 8.0 (fwd)

2009-12-14 Thread Dennis Glatting
Thanks. Responses in-line. On Mon, 14 Dec 2009, JASSAL Aman wrote: Hello Mr.Glatting, Not that I'm an IPv6 genius, but at first sight your problem seems to be a route-related. I've put comments in-line. Le Dim 13 d?cembre 2009 22:58, Dennis Glatting a ?crit : Elmer# netstat -rn Routing

Re: Understanding multiple IPv6 interfaces under 8.0 (fwd)

2009-12-14 Thread Dennis Glatting
On Mon, 14 Dec 2009, Tom Pusateri wrote: Does netstat -s show any "bad neighbor solicitation messages" or any other ip6 or icmp6 errors? Yes: Elmer# netstat -s| grep "bad neighbor solicitation" 270 bad neighbor solicitation messages I'm seeing that and though my symptoms may be

Re: kern/141276: [vge] Strange behavior with vge gigabit ethernet adapter

2009-12-14 Thread yongari
Synopsis: [vge] Strange behavior with vge gigabit ethernet adapter State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Mon Dec 14 22:37:50 UTC 2009 State-Changed-Why: I think I fixed the issue in HEAD. Would you try vge(4) in HEAD? Responsible-Changed-From-To: f

Re: kern/141414: [vge] vge(4) problem on 8.0-RELEASE

2009-12-14 Thread yongari
Synopsis: [vge] vge(4) problem on 8.0-RELEASE State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Mon Dec 14 22:40:55 UTC 2009 State-Changed-Why: I think I fixed the issue in HEAD. Would you try vge(4) in HEAD? You can download the following latest vge(4) files fro

Re: Chelsio S310E-BT: cxgbc0: prep adapter faliled (FreeBSD 8.0)

2009-12-14 Thread Navdeep Parhar
On Mon, Dec 14, 2009 at 1:30 PM, Jack Goral wrote: > > Any idea how to debug problem mentioned in the subject line? This card is supported in 8-STABLE (r199206 or later). Looks like you're running 8.0 release. You can grab cxgb(4) code from stable and build + run it on your system. Regards, Na

RE: Understanding multiple IPv6 interfaces under 8.0 (fwd)

2009-12-14 Thread Li, Qing
You don't need to perform all that route-foo. I believe the root cause of this issue may be due to a bit of regression in the IPv6 prefix management code, and I am in the process of putting together a permanent fix. The issue as it stands today, is due to how the prefix was inserted in the first

Re: tcp keepalive after fin+ack from client and server

2009-12-14 Thread Felix J. Ogris
On 12/14/09 5:32 AM, "Julian Elischer" wrote: > Felix J. Ogris wrote: >> Hi, >> >> I am experiencing some strange problem where FreeBSD sometimes starts >> sending tcp keepalives after client and server have sent and ack'ed FINs. >> The server runs 7.1-RELEASE/amd64 with open-vm-tools-nox11-14884

RE: Understanding multiple IPv6 interfaces under 8.0 (fwd)

2009-12-14 Thread Dennis Glatting
The nd6.c patch is currently compiling. On Mon, 14 Dec 2009, Li, Qing wrote: You don't need to perform all that route-foo. I believe the root cause of this issue may be due to a bit of regression in the IPv6 prefix management code, and I am in the process of putting together a permanent fix

Re: kern/141276: [vge] Strange behavior with vge gigabit ethernet adapter

2009-12-14 Thread Carey Jones
Would I need to bring the whole system up to HEAD, or can I just add the relevant vge(4) file to my current RELENG_8 system? Thanks, -c On Mon, Dec 14, 2009 at 4:38 PM, wrote: > Synopsis: [vge] Strange behavior with vge gigabit ethernet adapter > > State-Changed-From-To: open->feedback > Sta

RE: Understanding multiple IPv6 interfaces under 8.0 (fwd)

2009-12-14 Thread Dennis Glatting
The patch works. Thanks. On Mon, 14 Dec 2009, Li, Qing wrote: You don't need to perform all that route-foo. I believe the root cause of this issue may be due to a bit of regression in the IPv6 prefix management code, and I am in the process of putting together a permanent fix. The issue as

Re: kern/141276: [vge] Strange behavior with vge gigabit ethernet adapter

2009-12-14 Thread Pyun YongHyeon
On Mon, Dec 14, 2009 at 05:36:19PM -0600, Carey Jones wrote: > Would I need to bring the whole system up to HEAD, or can I just add the > relevant vge(4) file to my current RELENG_8 system? > You can download the following latest vge(4) files from HEAD and it should build on 8.0-RELEASE. http://w

Re: kern/141276: [vge] Strange behavior with vge gigabit ethernet adapter

2009-12-14 Thread Carey Jones
Hello, The version from HEAD seems to work better than any of the previous patches I've tried, though it still doesn't seem to get quite the throughput that the adapter managed under RELENG_7. Unfortunately I don't have any quantitative data for you. However, the symptoms from my pr are definite

Re: kern/141276: [vge] Strange behavior with vge gigabit ethernet adapter

2009-12-14 Thread Pyun YongHyeon
On Mon, Dec 14, 2009 at 08:58:19PM -0600, Carey Jones wrote: > Hello, > > The version from HEAD seems to work better than any of the previous patches > I've tried, though it still doesn't seem to get quite the throughput that > the adapter managed under RELENG_7. Unfortunately I don't have any >

8.0R, AMD64 and wpi is giving me major grief

2009-12-14 Thread Kurt Buff
All, I've got a Lenovo t61 with 4gbytes RAM that is giving me fits. It's got a 3945abg chip in it, and it's getting really flaky. I can boot it up, and work at the console for a while, and that seems to work OK, usually. However, today, when I start up my gui (xfce4), wireless just dies on me. F

patch: bad ipv6 neighbor solicitation

2009-12-14 Thread Li, Qing
Please find the more proper fix at http://people.freebsd.org/~qingli/nd6-patch.diff I realized I was slightly off in my previous email after I spent a bit more time looking through the problem. Both prefixes are present but one was marked off-link due to the fact only a single prefix rou

Re: Racoon site-to site

2009-12-14 Thread Jon Otterholm
On 2009-12-11 20.23, "Mike Tancsa" wrote: > At 11:33 AM 12/11/2009, David DeSimone wrote: >> Jon Otterholm wrote: >>> >>> If I restart racoon or wait approximately 30 min the connection is >>> re-established. >> >> Since this is approximately ½of the phase 2 lifetime, you are probably >> run