kld && inetsw.pr_protocol overriding + old reuse

2003-01-13 Thread Radoslav Vasilev
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

kld && inetsw.pr_protocol overriding + old reuse

2003-01-13 Thread Radoslav Vasilev
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

[no subject]

2002-04-28 Thread Radoslav Vasilev
unsuscribe freebsd-net

Re: vlan traffic over ipsec tunnel

2002-04-18 Thread Radoslav Vasilev
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

Re Netgraph

2002-01-25 Thread Radoslav Vasilev
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

2002-01-24 Thread Radoslav Vasilev
subscribe [EMAIL PROTECTED]

cisco 2509 to FreeBSD PPP

2001-10-10 Thread Radoslav Vasilev
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

broadcast and aironet PCI4800

2001-05-07 Thread Radoslav Vasilev
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) ---\