Re: Gigabit ethernet questions?

2006-09-08 Thread Dinesh Nair
On 08/09/06 20:12 Dima Roshin said the following: Thanks Jon, I did it on both sides, thats much better now: gate1# sysctl kern.polling.idle_poll=1 this however does max out your CPU, even if there're no packets on the queue. -- Regards, /\_/\ "All dogs go to hea

Re: Request status on sk(4) for 88E8053 Yukon PCI-E GbE

2006-09-06 Thread Dinesh Nair
On 09/05/06 17:19 Bjoern A. Zeeb said the following: On Tue, 5 Sep 2006, Andrew Sinclair wrote: $ pciconf -lv ... [EMAIL PROTECTED]:0:0:class=0x02 card=0x00011179 chip=0x436211ab rev=0x15 hdr=0x00 vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' device = '88E80

Re: alternative routing - deadlock?

2006-02-03 Thread Dinesh Nair
On 02/03/06 21:32 D said the following: on freebsd box such a simple situation(see below) seems to be pretty complicated: ISP1[10.10.10.1][1Mbps]<>[ME-em0][10.10.10.10] ISP2[11.11.11.1][8Mbps]-->[ME-em1][11.11.11.11] default route 10.10.10.1 any traff

Re: SS7 stack/implementation on FreeBSD

2005-11-02 Thread Dinesh Nair
On 11/02/05 18:21 Vlad GALU said the following: I see that the openss7 project uses SCTP sockets, which I've used before in FreeBSD. I'm just looking for some code to look at and play with as I go. the two open source ss7 projects that i know of are openss7.org and openpbx.org which intends

Re: Broadcom NetXtreme BCM5751M Gigabit Ethernet PCI Express and FreeBSD 4.10 [SOLVED]

2005-10-15 Thread Dinesh Nair
On 10/14/05 01:20 Dinesh Nair said the following: has anyone got the above gigabit ethernet working with freebsd 4.10 ? upgrading to 4.11-RELEASE solved the problem. there were more special code handling functions to be added, other than just adding in the PCI IDs into if_bge.c and

Broadcom NetXtreme BCM5751M Gigabit Ethernet PCI Express and FreeBSD 4.10

2005-10-13 Thread Dinesh Nair
has anyone got the above gigabit ethernet working with freebsd 4.10 ? patching sys/dev/bge/if_bge.c and sys/dev/bge/if_bgereg.h with the device and vendor IDs in the proper places doesnt seem to work, though the entries exist in the same files in the 4.11 sources. a mailing list search shows it

Re: packet order, ipf or ipfw

2004-07-30 Thread Dinesh Nair
On Thu, 29 Jul 2004, Jeremie Le Hen wrote: > Hello Charlie, > > > I'm running ipf because I like it ...but now I need to use ipfw's pipe > > feature. I was thinking that I could just run both, and keep all my > > rules in ipf, then in ipfw: limit bandwidth for a few vlans, then allow all. > > > >

Re: FreeBSD and Hotspots

2004-07-16 Thread Dinesh Nair
On Thu, 15 Jul 2004, staticblackz wrote: > I would have no problem using m0n0wall but I need to be able to have ssh > access to compile othe rprograms needed I am using it on a comouter...is > there any way to port the captive portal to another freebsd box or to > rebuild m0n0wall to be just like

Re: FreeBSD and Hotspots

2004-07-14 Thread Dinesh Nair
On Wed, 14 Jul 2004, Bruce A. Mah wrote: > If memory serves me right, staticblackz wrote: > > > I am trying to build a hotspot for freebsd I was wondering how > > something like this would be made, is there already one out there I > > can use. I would need it to redirect users to some web page ra

PR kern/61300 and PR docs/61301

2004-05-30 Thread Dinesh Nair
folks, sometime back i submitted the PRs above with patches to the aue(4) driver to support homePNA functionality. is this being taken into the 4-STABLE codebase, as the state is still marked open on them ? Regards, /\_/\ "All dogs go to heaven." [EMAIL PROTECTED]

Re: Setting-Up my PC to a Printer in our LAN - FX DocuColor 1250 CP

2004-01-27 Thread Dinesh Nair
On Mon, 26 Jan 2004, Rommel B. Ikeda wrote: > hints, help or advice on how to set up my FreeBSD Box so that I can > finally Print from my PC instead of asking my officemates who are using > Windows to Print for me... take a look at /usr/ports/print/apsfilter. it's pretty handy for freebsd printi

Re: Multihomed UDP server

2004-01-23 Thread Dinesh Nair
On Mon, 19 Jan 2004, Randall R. Stewart (home) wrote: > One of the problems I think that is fundamental to BSD and multi-homing > is the lack of supports for multiple-default routes. And even in O/S's there's a patch to FreeBSD 4.8 which adds multipath support at http://www.dsm.fordham.edu/~tanz

Re[2]: netgraph questions on ng_tee, ng_iface, ng_socket

2004-01-21 Thread Dinesh Nair
On Wed, 21 Jan 2004, Andrew Riabtsev wrote: > And now befor send out packet throw one of "many" hook just overwrite > ip-src address with address given in > node->private->enabledLinks[hook->private->numb] or whatever it is > called in ng_one2many.c you'd also need to overwrite the destination e

Re[2]: netgraph questions on ng_tee, ng_iface, ng_socket

2004-01-21 Thread Dinesh Nair
On Wed, 21 Jan 2004, Andrew Riabtsev wrote: > 1 let default route be to fxp0 > 2 conncet fxp0's upper hook to "one" hook of ng_one2many > 3 connect lower hooks of fxp0 and aue0 to "many" hooks of ng_one2many > 4 u have what u r accept for the overwriting src ip > 5 time for uber hack ng_one2many:

Re: Two ISP lines

2004-01-21 Thread Dinesh Nair
On Wed, 21 Jan 2004, Adrian Pavlykevych wrote: > Hmm, have you accounted for the fact, that if packets of same connection > will be distributed in round-robin fashion between several outgoing > interfaces and get their src IP "fixed", destination host won't see that > as single connection and dro

Re: Two ISP lines

2004-01-21 Thread Dinesh Nair
On Wed, 21 Jan 2004, Dinesh Nair wrote: > will do. i'm on 4.9-STABLE. will try the following in this order: > > 1. the multipath patches > 2. security/pf port > 3. rewriting ng_ether to plonk in the new ip address directly into the >mbuf. along with ng_one2many, this

Re: Two ISP lines

2004-01-20 Thread Dinesh Nair
On Mon, 19 Jan 2004, Max Laier wrote: > On Monday 19 January 2004 18:50, Dinesh Nair wrote: > > however, there was a multipath patch for 4-STABLE some months back, > > though for the life of me, i don't know where it's archived anymore. > > > > check -questio

Re: netgraph questions on ng_tee, ng_iface, ng_socket

2004-01-20 Thread Dinesh Nair
On Tue, 20 Jan 2004, Gleb Smirnoff wrote: > Isn't ng_etf(4) the one you need? ng_etf does filtering, i'm planning on doing round robin IP tranmission, with source IP address set accordingly. see ng_one2many which gives an example for ethernet frames. i want to do the same thing in ng_one2many's

Re: Two ISP lines

2004-01-20 Thread Dinesh Nair
On Mon, 19 Jan 2004, Craig Rodrigues wrote: > On Tue, Jan 20, 2004 at 01:50:57AM +0800, Dinesh Nair wrote: > > there was a multipath patch for 4-STABLE some months back, though for the > > life of me, i don't know where it's archived anymore. > > Are you refer

Re: netgraph questions on ng_tee, ng_iface, ng_socket

2004-01-19 Thread Dinesh Nair
On Mon, 19 Jan 2004, Andrew Riabtsev wrote: > DN> connecting the ng_iface hook inet to ng_ether's upper or lower doesnt make > DN> any sense because ng_ether itself does not do an encasulation of the IP > DN> packet into an ethernet frame. or am i wrong here, and just configuring it > DN> wrongly

Re: Two ISP lines

2004-01-19 Thread Dinesh Nair
On Mon, 19 Jan 2004, Andrea Venturoli wrote: > lines to the Internet: how would I use both? Could I just provide two > default routes? How? What algorithm would be used to choose among the > two? What if one failed? seems to be the topic of the week over at freebsd-questions. short end of the st

netgraph questions on ng_tee, ng_iface, ng_socket

2004-01-19 Thread Dinesh Nair
hey all, am beginning to learn on how to manipulate netgraph nodes. i've read archie cobbs' paper at http://www.daemonnews.org/23/netgraph.html and it provided a good backgrounder on using netgraph. i'm now playing around with ng_socket, ng_tee, ng_one2many and ng_iface to accomplish round ro