Re: mbuf leak with rl

2006-09-14 Thread Abel Talaverón Estevez
El Jueves, 14 de Septiembre de 2006 17:38, escribiC3: Is anyone using a Realtek 8139 card with OpenBSD 3.9? I noticed that mbufs will slowly leak when using it. I noticed this after switching to 3.9. I don't know if something happened to the card or not... maybe there is a hardware error

Know CPU usage

2006-08-28 Thread Abel Talaverón Estevez
Hi all, I'd like to know if there's a way to know the CPU usage. I can see it with 'top' but I need to script it and 'top -n' doesn't show this info. Does anybody know any other command? I've tried to download and run 'cpud' and 'cpuctl' but they don't show the %CPU. Thanks a lot -- Abel

Re: Know CPU usage

2006-08-28 Thread Abel Talaverón Estevez
El Lunes, 28 de Agosto de 2006 12:23, escribis: On Aug 28, 2006, at 5:45 AM, Abel Talaversn Estevez wrote: Hi all, I'd like to know if there's a way to know the CPU usage. I can see it with 'top' but I need to script it and 'top -n' doesn't show this info. Does anybody know any

binat + table

2006-05-18 Thread Abel Talaverón Estevez
Hi all, I'd like to use binat rules with tables. For example: table IPExterna persist file /var/securityhome/securityfiles/objects/user/IPExterna table enrutador1 persist file /var/securityhome/securityfiles/objects/user/enrutador1 binat on $DMZ_if from enrutador1 to any - IPExterna where:

Re: binat + table

2006-05-18 Thread Abel Talaverón Estevez
Hi all, I'd like to use binat rules with tables. For example: table IPExterna persist file /var/securityhome/securityfiles/objects/user/IPExterna table enrutador1 persist file /var/securityhome/securityfiles/objects/user/enrutador1 binat on $DMZ_if from enrutador1 to any - IPExterna where:

Cavium crypto card

2006-03-27 Thread Abel Talaverón Estevez
Hi all, Has anybody a 'High performance IPSec and SSL accelerator PCI card with Cavium CN1010' running on OpenBSD? I am looking for a crypto card and it could be an option but it isn't in the hardware supported list in http://www.openbsd.org/i386.html#hardware Thanks! -- Abel Talaversn

Problems with unsupported hardware

2006-01-13 Thread Abel Talaverón Estevez
Hi all, I'd like to know if someone knows about a not standard driver for the ethernet cards: Marvell Yukon 8053. I'm running OpenBSD 3.7 and my dmesg shows: skc0 at pci1 dev 0 function 0 Marvell Yukon 8053 rev 0x19: irq 12 skc0: bad VPD resource id: expected 82 got 0 skc0: unknown media

Re: pf anchor problem (not working as expected)

2005-12-22 Thread Abel Talaverón Estevez
El Jueves, 22 de Diciembre de 2005 13:37, escribis: Hi, I would like to load/unload an emule anchor when needed. Unfortunately it does not work as expected as ort tcp 4662 traffic coming back to my router is still blocked. Dec 22 13:05:36.720276 rule 2/(match) block in on pppoe0:

PPTP + PPPoE ?

2005-12-05 Thread Abel Talaverón Estevez
Hi all, I'm running OpenBSD 3.7. I use my OpenBSD machine as a firewall, including a PPTP server and it runs ok. But... I want to connect to my ISP with PPPoE and configure my router as bridge and I've achieve it!! But now my PPTP server is not running, I cannot connect from a Windows client

Re: OpenBSD's 10th birthday

2005-10-18 Thread Abel Talaverón Estevez
El Martes, 18 de Octubre de 2005 11:00, escribiC3: Now it is really OpenBSD's 10th birthday ;) It's simply, CONGRATULATIONS. This OS is the best choice I could'nt do to build a firewall. -- Abel TalaverC3n Estevez Ingeniero Superior de Telecomunicaciones Analista de Proyectos OpenWired

Re: USB to RS232

2005-10-07 Thread Abel Talaverón Estevez
El Viernes, 7 de Octubre de 2005 12:07, escribis: Hi, I'll soon buy a soekris, but just realized i have no serial port on my laptop (duh!), has someone already tried to use a usb serial adapter? Most of the time this works as a traditional com port on windows, but what about openbsd, will it

resize a partition

2005-10-05 Thread Abel Talaverón Estevez
Hi all, How could I resize an OpenBSD partition? I have a /var partition of 20 GB and I want to have it of about 1 GB and I don't know how to do it. thanks a lot -- Abel Talaversn Estevez Ingeniero Superior de Telecomunicaciones Analista de Proyectos OpenWired Caballero 87 - Bajos 08029 -

Re: Create my own shell? SOLVED

2005-07-27 Thread Abel Talaverón Estevez
Many thanks to all people of this mailing list for all the replies. Finally, I have edited the files I've downloaded from http://mongers.org/gw_menu and make my own shell. Thanks ;) El Lunes, 25 de Julio de 2005 21:03, escribis: On 2005-07-25 16:01:49 +0200, Abel Talaversn Estevez wrote:

Re: Create my own shell? SOLVED

2005-07-27 Thread Abel Talaverón Estevez
With Ctrl-c the shell doesn't finish. The shell file is showed here: #!/bin/sh # $Id: menu,v 1.5 2004/05/20 12:15:57 holsta Exp $ # # Menu wrapper for FireWired. Ctrl-C is ignored and user input is never # passed to the command line.

Create my own shell?

2005-07-25 Thread Abel Talaverón Estevez
Hi all, I need to create a particular but simple shell for a firewall running OpenBSD 3.6. The idea is create a user whose shell is a very limited one. This shell or command line interpreter (CLI) must have permissions only in the home directory. How could I do this? Any ideas? Editing the

isakmpd only works if one side begins the communication

2005-06-22 Thread Abel Talaverón Estevez
Hi all, I'm working with a firewall running OpenBSD with isakmpd. When I want to connect 2 or more firewalls, I can see the tunnels via: netstat -rn | grep encap but the only way to begin the real communication is starting it by one of the sides. If a try to begin with the other side it

Re: isakmpd only works if one side begins the communication

2005-06-22 Thread Abel Talaverón Estevez
El Miircoles, 22 de Junio de 2005 15:33, jared r r spiegel escribis: On Wed, Jun 22, 2005 at 02:01:43PM +0200, Abel Talaversn Estevez wrote: Is it normal? Can I solve it with a parameter like Retransmit or Timeout? I know that it happens something similar with D-Link Firewalls. need