I'm interested in whether the following could be acomplished:
there's KLD module, installing some new syscalls in the kernel, as well as
installing new ``struct ipprotosw'' for some protocol or another(let's
assume IPPROTO_UDP).
Could we just add some code in the begging of the new protocol handler
I'm interested in whether the following could be acomplished:
there's KLD module, installing some new syscalls in the kernel, as well as
installing new ``struct ipprotosw'' for some protocol or another(let's
assume IPPROTO_UDP).
Could we just add some code in the begging of the new protocol handler
unsuscribe freebsd-net
How in practise one can bridge two separate lans through netgraph/whatever
ehternet over IP) ?
- Original Message -
From: "Bernd Walter" <[EMAIL PROTECTED]>
To: "Peter J. Blok" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 2:44 AM
Subject
rtfm# more ngdisc.c #include
#include #include
#include #include
int
main(void){ int
d; int
ldisc; ldisc =
NETGRAPHDISC;
if ((d = open("/dev/ttyd1",
O_NONBLOCK)) == -1)
{
perror("open"); } else
{
printf("descrip
subscribe
[EMAIL PROTECTED]
Hello,
Recently I got the chance of playing with Cisco 2509 access server. The bad
thing is it has only 1 Ethernet port, so if I want to play with routing..etc
I need establishing connection through some other port, the AUX for example.
I was told I could try connecting AUX on cisco with null
Hello, I wonder is there a way to connect two
phisical networks on ethernel level in a situation like this:
I have two subnets(subnet1,2) connected through 2
aironet PCI4800 NICs(Cisco Aironet 340 Series) working on gateway1 and
2.(FreeBSD 3.3 and 4.3 machines)
---\