Re: disable kernel driver at boot?

2006-05-18 Thread Oliver Fromme
sfp [EMAIL PROTECTED] wrote: As I said, that's simple: Remove the driver from your kernel configuration, then recompile the kernel. Easy. True. That should have read, suppress from the loader. As stated several times, you cannot unload a driver which is compiled statically into

Re: crdit

2006-05-18 Thread Eliott Adcox
Dear Home 0vvner, Your crredit doesn't matter to us! If you OVVN reeal essttate and want IMMEDlATE cassh to sppend ANY way you like, or simply wish to LOVVER your monthly paayments by a third or more, here are the deeals we have TOdDAY: $ 490 , 000 as lovv as 3 , 65 % $ 370 , 000 as lovv as 3 ,

Can't delete route

2006-05-18 Thread Alexandre Biancalana
Hi List, Today I had to add a new route in the company gateway. So I ran the command: # route add 128.110.0.0 255.255.0.0 10.0.0.17 add net 128.110.0.0: gateway 255.255.0.0 Running netstat -nr I get the following: 00xa11255.255.0.0UGSc 15 332

Re: Can't delete route

2006-05-18 Thread Joe Holden
Alexandre Biancalana wrote: Hi List, Today I had to add a new route in the company gateway. So I ran the command: # route add 128.110.0.0 255.255.0.0 10.0.0.17 add net 128.110.0.0: gateway 255.255.0.0 Running netstat -nr I get the following: 00xa11255.255.0.0

Re: Can't delete route

2006-05-18 Thread John Nielsen
On Thursday 18 May 2006 11:31, Alexandre Biancalana wrote: Hi List, Today I had to add a new route in the company gateway. So I ran the command: # route add 128.110.0.0 255.255.0.0 10.0.0.17 add net 128.110.0.0: gateway 255.255.0.0 Running netstat -nr I get the following:

Re: Can't delete route

2006-05-18 Thread Joshua Blanton
Joe Holden wrote: Alexandre Biancalana wrote: # route add 128.110.0.0 255.255.0.0 10.0.0.17 add net route add 128.110/8 10.0.0.17 /16 would probably be a better choice ;-) --jtb signature.asc Description: Digital signature

Re: Can't delete route

2006-05-18 Thread Joe Holden
Joshua Blanton wrote: Joe Holden wrote: Alexandre Biancalana wrote: # route add 128.110.0.0 255.255.0.0 10.0.0.17 add net route add 128.110/8 10.0.0.17 /16 would probably be a better choice ;-) --jtb oh, yes, my bad, i meant /16...been a long day :( Thanks,

Re: Can't delete route

2006-05-18 Thread Joe Holden
John Nielsen wrote: On Thursday 18 May 2006 11:31, Alexandre Biancalana wrote: Hi List, Today I had to add a new route in the company gateway. So I ran the command: # route add 128.110.0.0 255.255.0.0 10.0.0.17 add net 128.110.0.0: gateway 255.255.0.0 Running netstat -nr I get

Re: Can't delete route

2006-05-18 Thread Oliver Fromme
Alexandre Biancalana [EMAIL PROTECTED] wrote: Today I had to add a new route in the company gateway. So I ran the command: # route add 128.110.0.0 255.255.0.0 10.0.0.17 add net 128.110.0.0: gateway 255.255.0.0 You used the wrong syntax. Correct syntax is: # route add -net

Re: Can't delete route

2006-05-18 Thread Alexandre Biancalana
Oliver Fromme wrote: Alexandre Biancalana [EMAIL PROTECTED] wrote: Today I had to add a new route in the company gateway. So I ran the command: # route add 128.110.0.0 255.255.0.0 10.0.0.17 add net 128.110.0.0: gateway 255.255.0.0 You used the wrong syntax. Correct syntax is:

(no subject)

2006-05-18 Thread Thomas Vogt
Hello Does FreeBSD offers anything similar like trunk(4) on OpenBSD (link aggregation and link failover interface)? Cheers, Thomas ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send

mbuf denied problem

2006-05-18 Thread OxY
hi! i have a problem with mbuf... when all my free memory is gone ( i have 2gb ram) and memory allocation looks like this: Mem: 30M Active, 1607M Inact, 245M Wired, 84M Cache, 214M Buf, 3028K Free Swap: 695M Total, 695M Free mbuf starts to deny... netstat -m show 0 deny till has memory, after

Re: (no subject)

2006-05-18 Thread Marcin Jessa
On Thu, 18 May 2006 23:52:40 +0200 Thomas Vogt [EMAIL PROTECTED] wrote: Hello Does FreeBSD offers anything similar like trunk(4) on OpenBSD (link aggregation and link failover interface)? Is your browser broken?

Load Balancing

2006-05-18 Thread Michael Jeung
Hey folks, We currently use DNS round-robin to balance traffic to servers. We've recently run into situations where multiple search engine spiders are crawling our webservers. They appear to be targeting specific webservers by IP address. This defeats DNS round-robin and as a result 1

Problem with iterative load/unload of em

2006-05-18 Thread Jack Vogel
Our internal test group has run into a problem, I have witnessed it, but not had time to pursue it. I was wondering if this has been previously observed, and if anyone has any thoughts. What they do is run a script that runs 100 passes at loading, bringing up and configuring the driver, then

Re: trunk interface (was (no subject))

2006-05-18 Thread Thomas Vogt
Hi Thanks. I know about the netgraph ether/fec interfaces. But I thought about a solution without netgraph. AFAIK Netgraph implies overhead and ng_ehter is more complicated to set up. This is a problem with non technical people. I'm happy they already know a bit about ifconfig commands.

Re: Load Balancing

2006-05-18 Thread Marcin Jessa
On Thu, 18 May 2006 15:42:24 -0700 Michael Jeung [EMAIL PROTECTED] wrote: Hey folks, We currently use DNS round-robin to balance traffic to servers. We've recently run into situations where multiple search engine spiders are crawling our webservers. They appear to be targeting

Re: Load Balancing

2006-05-18 Thread Chuck Swiger
Michael Jeung wrote: We currently use DNS round-robin to balance traffic to servers. We've recently run into situations where multiple search engine spiders are crawling our webservers. They appear to be targeting specific webservers by IP address. This defeats DNS round-robin and as a

Re: trunk interface (was (no subject))

2006-05-18 Thread Julian Elischer
Thomas Vogt wrote: Hi Thanks. I know about the netgraph ether/fec interfaces. But I thought about a solution without netgraph. AFAIK Netgraph implies overhead and ng_ehter is more complicated to set up. This is a problem with non technical people. I'm happy they already know a bit about