"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
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
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"
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,
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
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
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
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
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