PF concurrent connection

2011-12-12 Thread co...@tetrachina.com
Hi, OpenBSD PF as firewall , and i generated almost 150,000 states ( use the commandline check: pfctl -ss|wc -l), do the states mean concurrent connection ? if not , how to get the concurrent connection? thanks for your reply.Merry Christmas,Guys! Best Regards

Re: What is wrong with this pf config

2011-12-12 Thread Stuart Henderson
On 2011-12-11, John Tate j...@johntate.org wrote: On Mon, Dec 12, 2011 at 5:55 AM, James Shupe jsh...@osre.org wrote: No. Modifying a general purpose tool for a specific (albeit common) use case is stupid. Any properly implemented warning would cause pfctl to exit non-zero, which would break

Re: ccd(4) hangs system on two IDE disks concatenation attempt

2011-12-12 Thread Stuart Henderson
On 2011-12-12, Pavel Shvagirev pavel.shvagi...@gmail.com wrote: You are right. The more better way would be buying a bigger storage, or writing a concatenation backend for softraid(4). softraid_raid0.c would be a good starting point.

Re: OpenSMTPD + milter

2011-12-12 Thread Rune Lynge
Hi, On Sun, Dec 11, 2011 at 9:50 AM, Vadim Agarkov v...@cunt.org.ua wrote: according to one of replies on article at undeadly (http://undeadly.org/cgi?action=articlesid=20081112084647pid=8) , there were plans on implementing sendmail-like milter capability in OpenSMTPD, could someone please

Re: PF concurrent connection

2011-12-12 Thread Vadim Agarkov
Hi, You can read about states at http://en.wikipedia.org/wiki/Stateful_firewall for example. And concurrent connections for ipv4 can be viewed using netstat command: netstat -anfinet and ipv6: netstat -anfinet6 You can check for currently established connections with the command like

Re: ccd(4) hangs system on two IDE disks concatenation attempt

2011-12-12 Thread Andres Perera
that's interesting raises a couple of questions: is softraid to have functions found in generic volume managers such as zfs and lvm? the answer doesn't really matter because it's a fact that crypto isn't a raid discipline given that, is softraid a poor name for what it offers? On Mon, Dec 12,

Re: PF concurrent connection

2011-12-12 Thread Hassan Monfared
pfctl -ss | grep ESTABLISHED | wc -l On Mon, Dec 12, 2011 at 1:07 PM, co...@tetrachina.com co...@tetrachina.comwrote: Hi, OpenBSD PF as firewall , and i generated almost 150,000 states ( use the commandline check: pfctl -ss|wc -l), do the states mean concurrent connection ? if not

OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread scire
Hallo! I took the subjectline from INSTALL.amd64. I hope this is also the right ISO for other AMD processors, not amd64. I have a Sempron 3000+ with 754 sockel, but I am not sure if it supports amd64 instructions. Rod.

Re: PF concurrent connection

2011-12-12 Thread Kapetanakis Giannis
On 12/12/11 13:28, Hassan Monfared wrote: pfctl -ss | grep ESTABLISHED | wc -l This might count them double if you are a router cause each connection will be bound to both interfaces. Giannis

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Henning Brauer
* sc...@web.de sc...@web.de [2011-12-12 12:37]: I have a Sempron 3000+ with 754 sockel, but I am not sure if it supports amd64 instructions. while there are certainly people who dedicate brain capacity to remembering which marketing name for a cpu maps to what core and maybe what features it

Setting up access point multiple radios

2011-12-12 Thread Peter Kay
I'm looking at rebuilding my OpenBSD firewall to include a wireless access point using a discrete card rather than an external access point. Can I just verify : athn(4) is a decent choice, but the docs are a bit out of date (CVS commits and comments seem to suggest power saving has been fixed,

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Peter Kay
Google is informative. It depends on your stepping. Try it and find out. Wikipedia says 'AMD64 supported by: all models with an OPN ending in BX and CV' and 'E6 stepping or later' If you don't have an OS installed, a boot disk with a CPU information tool would help. On 12/12/2011, sc...@web.de

Re: PF concurrent connection

2011-12-12 Thread Hassan Monfared
yes, maybe grepping Public_IP solve the problem On Mon, Dec 12, 2011 at 3:17 PM, Kapetanakis Giannis bil...@edu.physics.uoc.gr wrote: On 12/12/11 13:28, Hassan Monfared wrote: pfctl -ss | grep ESTABLISHED | wc -l This might count them double if you are a router cause each connection

roundcubemail on openbsd 5.0

2011-12-12 Thread Wesley M.
Hi, I use sendmail with procmail(for maildir) and dovecot on OpenBSD 5.0 And a virtusertable /etc/mail/virtusertable for multiple domains. All works fine, i can send and receive emails. When i use roundcube, if i type a username, try to send an email, it is from username@localhost So, i modified

Re: roundcubemail on openbsd 5.0

2011-12-12 Thread Wesley M.
I tried this : cp /etc/mail/virtusertable /var/www/roundcubemail/ And changed in /var/www/roundcubemail/main.inc.php this line to $rcmail_config['virtuser_file'] = '/roundcubemail/virtusertable'; Add a new user. Try it, only works with his username, and when i try to send emails, it comes from

Re: roundcubemail on openbsd 5.0

2011-12-12 Thread Stuart Henderson
On 2011-12-12, Wesley M. open...@e-solutions.re wrote: Hi, I use sendmail with procmail(for maildir) and dovecot on OpenBSD 5.0 And a virtusertable /etc/mail/virtusertable for multiple domains. All works fine, i can send and receive emails. When i use roundcube, if i type a username, try

Re: For security reasons, your credit card has been blocked.

2011-12-12 Thread Ton Muller
On 7-12-2011 17:16, Visa Security Measures wrote: Dear Customer, VISA, For security reasons, your credit card has been blocked. As a result of unusual activity, we see that someone has used your credit card without your permission, for your protection, we blocked the credit card. Your

cdio: Can't determine media type

2011-12-12 Thread scire
I got the above error with the command: cdio -v -f /dev/rcd1c tao obsd5-amd64.iso but there was no problem with: cdrecord -v -speed=2 dev=/dev/rcd1c:@ obsd5-amd64.iso The cd burner is connected via USB. Dmesg messages: umass0 at uhub0 port 2 configuration 1 interface 0 Acer Peripherals

Re: cdio: Can't determine media type

2011-12-12 Thread Kenneth R Westerback
On Mon, Dec 12, 2011 at 01:47:34PM +, sc...@web.de wrote: I got the above error with the command: cdio -v -f /dev/rcd1c tao obsd5-amd64.iso but there was no problem with: cdrecord -v -speed=2 dev=/dev/rcd1c:@ obsd5-amd64.iso The cd burner is connected via USB. Dmesg messages:

Re: Last Warning Notification

2011-12-12 Thread Ton Muller
On 11-12-2011 11:18, Webmaster wrote: Dear User; This is to officially inform you that we have upgraded your server to a more reliable and efficient server to serve you better. You may not be able to receive or send new mails until you re-validate your account. Please click below to

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread scire
Peter Kay syllops...@syllopsium.co.uk wrote: Wikipedia says 'AMD64 supported by: all models with an OPN ending in BX and CV' and 'E6 stepping or later' It seems I have a BO: SSE3, but not AMD64 according to dmesg. Henning Brauer lists-open...@bsws.de wrote: this one is a no-brainer. [...]

rum: could not multi write/read MAC register

2011-12-12 Thread giovanni q
hello, since when the rum driver has been written I'm using it as AP, bridged w/ the ethernet if i.e hostname.msk0: dhcp NONE NONE NONE hostname.rum0: up mediaopt hostap chan 1 mode 11g nwid AP wpa wpakey pwd hostname.bridge0: add msk0 add rum0 up I've recently started suspendig the box (zzz)

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Nick Holland
On 12/12/11 11:02, sc...@web.de wrote: Peter Kay syllops...@syllopsium.co.uk wrote: Wikipedia says 'AMD64 supported by: all models with an OPN ending in BX and CV' and 'E6 stepping or later' It seems I have a BO: SSE3, but not AMD64 according to dmesg. Henning Brauer

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Tomas Bodzar
On Mon, Dec 12, 2011 at 5:02 PM, sc...@web.de wrote: Peter Kay syllops...@syllopsium.co.uk wrote: Wikipedia says 'AMD64 supported by: all models with an OPN ending in BX and CV' and 'E6 stepping or later' It seems I have a BO: SSE3, but not AMD64 according to dmesg. Henning Brauer

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread scire
Nick Holland n...@holland-consulting.net wrote: No idea what you are saying there. It works, it will almost certainly keep working. What does mean: cpu0: [...] LONG, 3DNOW, ...? Is this LONG perhaps the expected AMD64? BTW: Perhaps I end using i386, this has the advantage that I can put

New snapshot install throws ERR M on boot

2011-12-12 Thread Jeff Ross
Hello, I did a fresh snapshot install this morning to build up a new firewall, using an Imation USB drive as my hard disk. Install went just fine, I mostly just hit Enter but I did do a custom file system layout. On first boot I got an ERR M failure. I put the flash drive in another

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Tekk
No, amd64 will only run on 64 bit x86 processors, so any 64 bit intel or amd will work(amd made the architecture, so it's called amd64 or x86_64.) No 32 bit processor will be able to run it On Mon, 12 Dec 2011, sc...@web.de wrote: Hallo! I took the subjectline from INSTALL.amd64. I hope

20 de diciembre en la Rural del Prado - Técnicas de satisfacción y servicio al cliente.

2011-12-12 Thread E S A G Eventos
68% de los clientes se pierden por el mal servicio de las empresas ACTIVIDAD INTENSIVA DE CAPACITACISN Ticnicas de satisfaccisn al cliente en empresas de servicios Ztil para empresas de casi todos los sectores; turmstico, telefsnico, atencisn en mostrador, servicios post venta, etc. Martes 20

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Michael H Lambert
On 12 Dec 2011, at 12:50, Tekk wrote: No, amd64 will only run on 64 bit x86 processors, so any 64 bit intel or amd will work(amd made the architecture, so it's called amd64 or x86_64.) No 32 bit processor will be able to run it For completeness, non-Itanium 64-bit Intel processors. Michael

New snapshot install throws ERR M on boot continued

2011-12-12 Thread Jeff Ross
Hello, A little more information... I booted back into bsd.rd and ran installboot from that firewall by mounting /dev/sd0a to /mnt, cping the boot file from /usr/mdec to /mnt/boot, and running /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot sd0 Plus, I saw the little red flashing

Re: New snapshot install throws ERR M on boot continued

2011-12-12 Thread Diana Eichert
what is the output of fdisk when booted from bsd.rd?

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Tekk
On Mon, 12 Dec 2011, Michael H Lambert wrote: On 12 Dec 2011, at 12:50, Tekk wrote: No, amd64 will only run on 64 bit x86 processors, so any 64 bit intel or amd will work(amd made the architecture, so it's called amd64 or x86_64.) No 32 bit processor will be able to run it For

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Nick Holland
On 12/12/11 12:38, sc...@web.de wrote: Nick Holland n...@holland-consulting.net wrote: No idea what you are saying there. It works, it will almost certainly keep working. What does mean: cpu0: [...] LONG, 3DNOW, ...? Is this LONG perhaps the expected AMD64? No idea, I'm not a

Re: New snapshot install throws ERR M on boot continued

2011-12-12 Thread Jeff Ross
On 12/12/11 13:18, Diana Eichert wrote: what is the output of fdisk when booted from bsd.rd? !DSPAM:4ee663138802030512579! Hi Diana! Thanks for the thought. Disk: sd0 geometry: 487/255/63 [7827456 Sectors] Offset: 0 Signature: 0xAA55 Starting Ending

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Henning Brauer
* sc...@web.de sc...@web.de [2011-12-12 16:06]: Peter Kay syllops...@syllopsium.co.uk wrote: Wikipedia says 'AMD64 supported by: all models with an OPN ending in BX and CV' and 'E6 stepping or later' It seems I have a BO: SSE3, but not AMD64 according to dmesg. Henning Brauer

Re: OpenBSD/amd64 runs on computers equipped with AMD Athlon64

2011-12-12 Thread Peter Kay
On 12 December 2011 21:29, Henning Brauer lists-open...@bsws.de wrote: * sc...@web.de sc...@web.de [2011-12-12 16:06]: BTW: the ethernet on the motherboard (Asus K8U-X) does not work. Acer Labs M5263 LAN rev 0x40 at pci0 dev 13 function 0 not configured indeed. never heard of it, might be

Re: New snapshot install throws ERR M on boot continued

2011-12-12 Thread Nick Holland
On 12/12/11 16:11, Jeff Ross wrote: On 12/12/11 13:18, Diana Eichert wrote: what is the output of fdisk when booted from bsd.rd? !DSPAM:4ee663138802030512579! Hi Diana! Thanks for the thought. Disk: sd0 geometry: 487/255/63 [7827456 Sectors] Offset: 0 Signature:

Para misc La Serie Definitiva Completa Digitalizada Y Remasterizada Imperdible ref.ijwx

2011-12-12 Thread Los PITUFOS Serie Completa de 12 DVDs 48 Episodios
Hola misc, si no podes visualizar este correo, podes hacerlo clickeando en este enlace. LOS PITUFOS 12 DVDs DE COLECCION Serie Completa Remasterizada Calidad DVD 100% Esta edicion definitiva reune la serie completa con una digitalizacion increible en 12 DVDs con audio latino identico al emitido

Cansado de perder tus lentes... Lentes magneticos (ID:69974)

2011-12-12 Thread Lentes de Lectura WWZ
Lentes Magniticos ?Cansado de perder tus lentes? 01 800 347 5943 Me interesan estos lentes magniticos...dar click aqui http://difusionx.info/lentes/+47996 Lentes magniticos siempre a la mano. Nunca se pierden y nunca se olvidan. * Siempre a la mano : Por ser lentes con cierre magnitico

Como ser un excelente Coach

2011-12-12 Thread Lic. Pilar Moguel
Coaching y Multihabilidades de SupervisiC3n El Nuevo concepto de Coaching y Multihabilidades le ayudarC! a mejorar y aumentar notablemente su capacidad de trabajo, le brindarC! las tC)cnicas mC!s modernas y efectivas que usted necesita para destacar en su organizaciC3n. Entre los temas a tratar,