Advice for tcp implementation

2005-10-19 Thread shafi kamal
hello, At first thanks for responding to my mail. Now i can estimate the minimal implementation of tcp/ip stack for microcontrollers. I think uip is a good example of such an implementation. Is there any such suite like uip for i386 platform? Is there any minimal

ndiscvt not generating ndis_driver_data.h

2005-10-19 Thread Jayton Garnett
Hello, I have previously used ndiscvt one a 5.4 x86 installation of freebsd and it work fine and I am happy with it, however I have tried to get my wifi card working on 5.4 AMD64 and when doing: ndiscvt -i TNET1130.INF -s tnet1130.sys -f Fw1130.bin -o ndis_driver_data.h It does not give me a

Re: Trying to make a Host into a gigabit hub for testing

2005-10-19 Thread Chris Dionissopoulos
SS>I am setting up a test environment with multiple IDS's. ngctl looks like a solution but it is not broadcasting all packets to all interfaces as the documentation appears to state it should. I've probably made some error in configuration. SS> SS>My goal is to put em0 into a spanned port in

Re: probably a simpple answer..

2005-10-19 Thread Brooks Davis
On Wed, Oct 19, 2005 at 03:46:35PM -0700, Julian Elischer wrote: > A frienn asked me "how do I automatically sence what location my laptop > is at and > make it use teh right WEP key without manual intervention". > > I realised I didn't know.. > > is there a standard way to do this? > (I know m

probably a simpple answer..

2005-10-19 Thread Julian Elischer
A frienn asked me "how do I automatically sence what location my laptop is at and make it use teh right WEP key without manual intervention". I realised I didn't know.. is there a standard way to do this? (I know my MAC does it so I guess it's possible). example : laptop moved between home

PPPoE and Radius on 6.0RC1

2005-10-19 Thread Marcin Jessa
Hi guys. It seems like PPPoE stoped working with support for radius on 6.0 The log of pppoe and freeradius does not show pppoe attempting to even talk to the radius server. Additionally this message pops up when enabling pppoed: WARNING: attempt to net_add_domain(netgraph) after domainfinalize()

Re: Network performance 6.0 with netperf

2005-10-19 Thread Sten Daniel Sørsdal
Michael VInce wrote: > I reinstalled the netperf to make sure its the latest. > > I have also decided to upgrade Server-C (the i386 5.4 box) to 6.0RC1 and > noticed it gave a large improvement of network performance with a SMP > kernel. > > As with the network setup ( A --- B --- C ) with serve

Re: vlan patch

2005-10-19 Thread Andrew Thompson
On Wed, Oct 19, 2005 at 01:19:27PM +0200, Andre Oppermann wrote: > Andrew Thompson wrote: > > > > Hi, > > > > It has always bugged me how the vlan code traverses the linked-list for > > each incoming packet to find the right ifvlan, I have this patch which > > attempts to fix this. > > > > I li

urgent: RELENG_5 ipfw/nat/IPSEC Problem..

2005-10-19 Thread Holm Tiffe
Hi, I have a currently big problem with the following setup: A FreeBSD Box, running 5_STABLE is connected wirh one interface to the public, with the other to an nated' subnet with private address space. I need to allow at least one host from inside the private network access to an outside Cisco

Re: vlan patch

2005-10-19 Thread Brooks Davis
On Wed, Oct 19, 2005 at 11:25:59PM +1300, Andrew Thompson wrote: > Hi, > > It has always bugged me how the vlan code traverses the linked-list for > each incoming packet to find the right ifvlan, I have this patch which > attempts to fix this. > > What it does is replace the linear search fo

Trying to make a Host into a gigabit hub for testing

2005-10-19 Thread Shawn Saunders
I am setting up a test environment with multiple IDS's. ngctl looks like a solution but it is not broadcasting all packets to all interfaces as the documentation appears to state it should. I've probably made some error in configuration. My goal is to put em0 into a spanned port in promiscuo

Re: Bind 8

2005-10-19 Thread Brian Candler
On Tue, Oct 18, 2005 at 07:54:02PM +0200, Anton Bester wrote: > The following is a tcpdump from the secondary when bind is running: You really want to use tcpdump -n. Otherwise, every packet seen will trigger a new reverse DNS lookup, which in turn will trigger your nameserver to make further look

Re: Network performance 6.0 with netperf

2005-10-19 Thread Michael VInce
Robert Watson wrote: On Fri, 14 Oct 2005, Michael VInce wrote: I been doing some network benchmarking using netperf and just simple 'fetch' on a new network setup to make sure I am getting the most out of the router and servers, I thought I would post some results in case some one can help

vlan patch

2005-10-19 Thread Andrew Thompson
Hi, It has always bugged me how the vlan code traverses the linked-list for each incoming packet to find the right ifvlan, I have this patch which attempts to fix this. What it does is replace the linear search for the vlan with a constant time lookup. It does this by allocating an array for