RFQ

2010-02-12 Thread Barry McManus
Dear Sales Dept, We require a sale's quote and we would like to know if you carry any of the products below. If you do,email us a pricing,availability on; (1) InFocus IN3102 projector, DLP, XGA (1024 x 768) resolution, 3000 lumens (2) 160GB Ultra ATA 100 Barracuda 7200.10 Internal Hard Drive (3

re: problems using gif tunnels

2010-02-12 Thread gumbo
The following configuration should reproduce the problem. node01 ifconfig em1 alias 10.66.0.1/24 ifconfig gif0 create ifconfig gif0 tunnel 10.66.0.1 10.66.0.2 ifconfig gif0 10.7.223.1 10.7.223.2 netmask 255.255.255.255 ifconfig gif1 create ifconfig gif1 tunnel 10.66.0.1 10.66.0.3 ifconfig gif

Re: kern/141314: Network Performance has decreased by 30% [regression]

2010-02-12 Thread Eduardo Schoedler
The following reply was made to PR kern/141314; it has been noted by GNATS. From: "Eduardo Schoedler" To: , Cc: Subject: Re: kern/141314: Network Performance has decreased by 30% [regression] Date: Fri, 12 Feb 2010 17:14:54 -0200 Hello. First of all, sorry my bad english. I work

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Brett Glass
Qing: Last night, I updated an 8.0-RELEASE test machine to 8.0-RELENG using csup, and then rebuilt the world and the kernel. I then tested both ppp(8) (with PoPTop) and mpd 5.3 on the machine. (I did not recompile mpd, but ppp(8) was of course recompiled when I rebuilt the world.) Proxy ARP

Re: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread David Horn
On Fri, Feb 12, 2010 at 4:32 PM, Brett Glass wrote: > Qing: > > Last night, I updated an 8.0-RELEASE test machine to 8.0-RELENG using csup, If you have not already, make certain you use the appropriate tag of "RELENG_8", and not "RELENG_8_0" as per: http://www.freebsd.org/doc/handbook/cvs-tags.ht

Re: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Brett Glass
At 03:09 PM 2/12/2010, David Horn wrote: If you have not already, make certain you use the appropriate tag of "RELENG_8", and not "RELENG_8_0" Yup, that's what I did. I used /usr/share/examples/stable-supfile with only one mod: I explicitly inserted the name of the mirror into the file rathe

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Li, Qing
My merges from /base/head are in /stable/8 http://svn.freebsd.org/viewvc/base/stable/8/ Let's be sure you do have the right set of files. Can you verify your checked out version of "in.c" is similar to the version I last modified in revision 203401 ?? http://svn.freebsd.org/viewvc/base/stabl

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Brett Glass
Qing: On my test system, the file /usr/src/sys/netinet/in.c contains the following tag: __FBSDID("$FreeBSD: src/sys/netinet/in.c,v 1.143.2.13 2010/02/09 19:27:54 qingli Exp $"); The date above matches the date of revision 203718, which is 3 days old. --Brett At 04:26 PM 2/12/2010, Li, Qin

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Li, Qing
Okay. I will be on a business trip for a week staring tomorrow. I'd be more than happy to work with you offline right after I get back, that's if you can wait and no one else has picked this issue up. In the meantime, can you send me your PPP configuration information to qin...@freebsd.org

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Brett Glass
At 05:28 PM 2/12/2010, Li, Qing wrote: Okay. I will be on a business trip for a week staring tomorrow. I'd be more than happy to work with you offline right after I get back, that's if you can wait and no one else has picked this issue up. It'd be good to resolve this as soon as possible, b

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Li, Qing
> > It'd be good to resolve this as soon as possible, because I have > two clients who need servers installed this weekend. (They wanted > them last week, but I was trapped away from the office by a snowstorm.) > Luiz Otavio and I have been discussing offline about an issue with the file /usr.sb

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Brett Glass
At 07:03 PM 2/12/2010, Li, Qing wrote: Luiz Otavio and I have been discussing offline about an issue with the file /usr.sbin/ppp/arp.c in the past week or so. The ARP related code in arp.c was missing a flag bit called "RTF_LLDATA". What about mpd? --Brett ___

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Brett Glass
This patch seems to have had a positive effect on ppp(8)/PoPToP, though more testing is needed. However, It appears that mpd uses arp(8) rather than the socket interface to set up proxy ARP. Here's the code (from the file iface.c in mpd 5.3): if (Enabled(&iface->options, IFACE_CONF_PROXY))

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Brett Glass
P.S. -- It occurs to me that perhaps adding the word "only" at the end of the command string used by mpd 5.3 might help. Should I try this? ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, s

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Li, Qing
Read the manpage. "only" just require a host route to be present. I don't think it will make a difference here. -- Qing -Original Message- From: Brett Glass [mailto:br...@lariat.net] Sent: Fri 2/12/2010 6:30 PM To: Li, Qing Cc: n...@freebsd.org; Li, Qing; Luiz Otavio O Souza Subject: RE

RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Li, Qing
Okay, well, I need to pack. So will get back to it in a week. -- Qing -Original Message- From: Brett Glass [mailto:br...@lariat.net] Sent: Fri 2/12/2010 6:22 PM To: Li, Qing Cc: n...@freebsd.org; Li, Qing; Luiz Otavio O Souza Subject: RE: Routing problems on VPN servers running FreeBSD

Re: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Luiz Otavio O Souza
Brett, Change the "-S" to "-s" in the following line: if (ExecCmdNosh(LG_IFACE2, b->name, "%s -S %s %x:%x:%x:%x:%x:%x pub", PATH_ARP, u_addrtoa(&iface->peer_addr,hisaddr,sizeof(hisaddr)), The "-S" tries to remove the entry first, but it fails because it doe

Re: Routing problems on VPN servers running FreeBSD 8.0-RELEASE

2010-02-12 Thread Brett Glass
At 07:42 PM 2/12/2010, Luiz Otavio O Souza wrote: The "-S" tries to remove the entry first, but it fails because it doesn't exist. As far as I can tell, the -S option doesn't cause the command to fail if no routing table entry already exists. It just deletes any route that does exist. Also

Re: kern/143855: [bpf] [patch] non-blocking BPF reads return -1/EWOULDBLOCK until the store buffer fills up

2010-02-12 Thread linimon
Old Synopsis: non-blocking BPF reads return -1/EWOULDBLOCK until the store buffer fills up New Synopsis: [bpf] [patch] non-blocking BPF reads return -1/EWOULDBLOCK until the store buffer fills up Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-C

Re: kern/143846: [gif] bringing gif3 tunnel down causes gif0 tunnel to stop working

2010-02-12 Thread linimon
Old Synopsis: bringing gif3 tunnel down causes gif0 tunnel to stop working New Synopsis: [gif] bringing gif3 tunnel down causes gif0 tunnel to stop working Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 13 05:12:39 UTC 2010