Re: fastforwarding?

2001-07-05 Thread Wes Peters
"Louis A. Mamakos" wrote: > > Most router benchmarks and testing processes these days test forwarding > capacity in the face of routing table churn, which is closer to the > real-world experience. Personally, I don't buy forwarding cache-based > routers because this is a sign that the underlying

checksum offloading

2001-07-05 Thread Alfred Perlstein
How does one specify that an mbuf/mbuf-chain needs or doesn't need to have its IP/TCP checksum calculated? -- -Alfred Perlstein [[EMAIL PROTECTED]] Ok, who wrote this damn function called '??'? And why do my programs keep crashing in it? To Unsubscribe: send mail to [EMAIL PROTECTED] with "uns

simple mpd-netgraph quesiton

2001-07-05 Thread Peter Brezny
I've got mpd-netgraph configured to load multiple pptp configurations on startup default: load pptp1 load pptp2 load pptp3 load pptp4 load pptp5 load pptp6 I just noticed today, however, this error message Jul 5 17:59:23 slgw mpd: mpd: bundle "pptp"

Re: multiple bridged networks on one box

2001-07-05 Thread Julian Elischer
you can do this using netgraph bridging.. start with the example in /usr/share/examples/netgraph. julian On Thu, 5 Jul 2001, Frans ter Borg wrote: > hi, > > I have a box with 6 ethernetports. I would like two of the ports to bridge > between eachother and use the other ports as router ports,

multiple bridged networks on one box

2001-07-05 Thread Frans ter Borg
hi, I have a box with 6 ethernetports. I would like two of the ports to bridge between eachother and use the other ports as router ports, without bridge processing or otherwise in separate L2 VLANs. I've seen the net.link.ether.bridge_cfg sysctl variable and I was thinking that using that I coul

Re: IP layer API

2001-07-05 Thread matt
Refer to kernel code of icmp. there're examples regarding how to send packet with ip_output(). == WWW.XGFORCE.COM The Next Generation Load Balance and Fail Safe Server Clustering Software for the Internet. == - Original M

samba question

2001-07-05 Thread Marcel Dijk
Hello, If I try to access my Samba server (FreeBSD 4.2) from my Win2k machine I get this error: The account is not authorized to log in from this station. What could it be? Thanks, Marcel To Unsubscrib

Re: IP layer API

2001-07-05 Thread Iasen Kostoff
On Thu, 5 Jul 2001, Yonatan Bokovza wrote: > Hi, > How can I send/receive packets at the IP layer? > I read many sockets tutorials, including the > one at the dev-handbook, but they only deal > with higher level of protocols (TCP/UDP). I > need to send out packet where I can control > it's ip_c

IP layer API

2001-07-05 Thread Yonatan Bokovza
Hi, How can I send/receive packets at the IP layer? I read many sockets tutorials, including the one at the dev-handbook, but they only deal with higher level of protocols (TCP/UDP). I need to send out packet where I can control it's ip_checksum, ip_frag etc, and read back the reply. I prefer not