Re: multiple interfaces

2005-08-19 Thread Donatas
hmm...our machine successfully works with 6 physical ethernet(2x-fxp 4x-em) adapters and 1 physical ATM(he155)... Hello, everybody Is there any limit as of how many interfaces can freebsd handle? Im trying to build a switch in a PC box, putting multiple NICs and some software... The issue

Re: multiple interfaces

2005-08-19 Thread Özkan KIRIK
You cannot define same network to more then one interface! As you post below; xl0: inet 10.0.1.1 netmask 0x broadcast 10.0.255.255 xl1: inet 10.0.1.2 netmask 0x broadcast 10.0.255.255 They are at the same network, so your freebsd searchs 10.0.1.2 at xl0. You should define your

Re: netgraph memory trouble

2005-08-19 Thread Roman Kurakin
It seems reasonable. If no one take care of it, let me know I'll commit it. rik David Vos wrote: I have been playing with the netgraph ng_split node. I discovered that if I sent packets to it, after a period of time, I could no longer use netgraph. If I tried to use ngctl, I got an error

Reading raw ethernet

2005-08-19 Thread Paul Khavkine
Hi guys. I'm writing a small program to read raw ethernet frames out of netgraph to capture Spannign Tree packets from the switch. Is it possible to pick up STP frames without putting the interface in promiscuous mode ? Thanx Paul Paul

Re: multiple interfaces

2005-08-19 Thread Daniel Valencia
Hi Yes, I tried that, and although I can ping the local interface (10.0.1.2), I cant reach the remote interface (10.0.0.2). Thanks, Daniel --- Özkan KIRIK [EMAIL PROTECTED] wrote: You cannot define same network to more then one interface! As you post below; xl0: inet 10.0.1.1 netmask

Re: multiple interfaces

2005-08-19 Thread Brooks Davis
[Please don't top post.] On Fri, Aug 19, 2005 at 12:25:55PM -0700, Daniel Valencia wrote: Hi Yes, I tried that, and although I can ping the local interface (10.0.1.2), I cant reach the remote interface (10.0.0.2). This is expected. Only one of those interfaces has a network route so it

Re: Reading raw ethernet

2005-08-19 Thread Paul Khavkine
On Fri, 19 Aug 2005, Julian Elischer wrote: Paul Khavkine wrote: Hi guys. I'm writing a small program to read raw ethernet frames out of netgraph to capture Spannign Tree packets from the switch. Is it possible to pick up STP frames without putting the interface in promiscuous mode ? If

Re: Reading raw ethernet

2005-08-19 Thread Julian Elischer
Paul Khavkine wrote: On Fri, 19 Aug 2005, Julian Elischer wrote: Paul Khavkine wrote: Hi guys. I'm writing a small program to read raw ethernet frames out of netgraph to capture Spannign Tree packets from the switch. Is it possible to pick up STP frames without putting the interface in