Re: route add - ??

2001-12-13 Thread Ruslan Ermilov
[Redirected to -net] On Wed, Dec 12, 2001 at 03:51:15PM -0800, [EMAIL PROTECTED] wrote: > > netstat -r > > Destination Gateway FlagsRefsUse Netif Expire > default gateway-38 UGSc 59 0ep0 > localhost localhost UH 1 713 lo0 > 147.1

Gigabit troubles

2001-12-13 Thread David Smithson
Hi all. I thought I'd share this with you quickly. I finally found a solution to my gigabit connectivity problems. I have a Netgear GA-622T connected to an Asante FriendlyNet switch. When I would bring the interface to and UP state, the port would shutdown on the switch. I tried everything

Solution for an IPFIREWALL_FORWARD panic?

2001-12-13 Thread Yar Tikhiy
Hello everybody, A kernel panic has been observed in both branches under the following conditions: o ipfw is configured with a "fwd" rule for outgoing packets that will match some RIP datagrams o GateD is started with RIP enabled and consequently sends a broadcast UDP datagram that matches th

Re: -current vs. -stable network performance

2001-12-13 Thread Garrett Wollman
< said: > 5-CURRENT (11/19):9244 pps, 35.6 Mbps > 4-STABLE (late November): 21827 pps, 84 Mbps Doesn't seem right to me. wollman@cheyenne-mountain(6)$ ttcp -t -s -v -f m -b 131072 -u mintaka ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5001, sockbufsize=131072 udp ->

Re: -current vs. -stable network performance

2001-12-13 Thread Luigi Rizzo
As i said in my original message, I can pump out and receive almost at full speed using CURRENT, but I can only forward 2/3 of the packets that STABLE does (~80Kpps vs 125Kpps). The TTCP test is not really significant, as 1.5K packet means that you are only dealing with less than 10,000 pps, we a

Re: Gigabit for FreeBSD

2001-12-13 Thread Charles Richmond
I am curious about your problems with the netgear card. We use netgear cards at Sitara and have solved a number of driver and firmware issues. If I know the specific problems then I might be able to make some suggestions. Charles Original Message- >From: "Martin Stiemerling" <

TCP snd_recover

2001-12-13 Thread mark tinguely
I am playing with RFC 3042 and notice some strange dupacks count sequences. One place I see a problem is with snd_recover and newreno: if (tcp_do_newreno && SEQ_LT(th->th_ack, tp->snd_recover)) { if th->th_ack > 0x7fff and snd_recover has not been initial

Re: 1 IP - 1 Firewall - 2 Webservers

2001-12-13 Thread Leif Neland
I've got a different solution: Use squid for logging and acl. The squid access.log contains the client adress and the requested url, just like the apache log. And squid can also grant and deny requests based on ip and url. You can also make access to certain urls passwordguarded from the outsi

Re: 1 IP - 1 Firewall - 2 Webservers

2001-12-13 Thread Leif Neland
> > At 08:13 12/12/2001 -0800, you wrote: > >I perhaps should have read all of the mail. Well, so should I have... Anyways: > >But another thing comes to mind, squid do produce quite nice logs > >as well? > > > It would, but I would prefer to save the gateways recourses (log files can > becom

net.inet.ip.fw.one_pass

2001-12-13 Thread Joao Pedras
Hi all. After some attempts with net.inet.ip.fw.one_pass in a recent 4.4-stable, it seems not be working, in my case. I need ipfw to continue do read the rules after a pipe. As stated in the manual this won't happen if net.inet.ip.fw.one_pass is set. I set net.inet.ip.fw.one_pass to 0 but the o

ALG modules using divert socket on FreeBSD??

2001-12-13 Thread ¼B¾JÂ×
Dear friends,     Are there any ALG (Application Layer Gateway) modules written by FreeBSD/Linux's divert socket interface? I found only natd.c used divert socket. As for ALGs for those protocols which embed connection socket pair information in control channels (eg. FTP, RealAudio, Quake I,