Configuring openSBD like nat32

2010-03-09 Thread Siju George
Hi, How do I configure OpenBSD PF to be like Nat32 ( http://nat32.com/ ) The Idea is it has two internet connections and the second one should pick up if the first goes down and when the first one comes up it shoudl be the default route again. Thanks --Siju

Re: multipath and route-to

2010-03-09 Thread Leonardo Lombardo
Problem solved, that was my typo... So, for every newbie like me the answer is: route-to takes precedence over ecmp and you can manipulate routes from pf on a machine that has more than one route to a network. Thanks to all for the great work in this os and the support in this list.

Re: Configuring openSBD like nat32

2010-03-09 Thread Kapetanakis Giannis
On 09/03/10 10:19, Siju George wrote: Hi, How do I configure OpenBSD PF to be like Nat32 ( http://nat32.com/ ) The Idea is it has two internet connections and the second one should pick up if the first goes down and when the first one comes up it shoudl be the default route again. Thanks

Growing a /dev/svnd

2010-03-09 Thread Tor Houghton
List, If one wanted to increase the size of an existing device configured with vnconfig, I presume that one could use disklabel and growfs on this partition. To do so, however, one would need to increase the size of the file which vnconfig uses as the device (I presume). What is the best way of

Re: any known working configuration of OpenBGPd and CARP ?

2010-03-09 Thread Pete Vickers
On 7. mars 2010, at 00.07, Claudio Jeker wrote: On Sat, Mar 06, 2010 at 06:52:24PM +0100, Rogier Krieger wrote: On Sat, Mar 6, 2010 at 17:26, PP;Q Q P(P8P?P8QP8P= chipits...@gmail.com wrote: no, I want routes exactly to carp. That sounds odd. Routes are something different than what

Re: trouble shooting pppoe

2010-03-09 Thread Siju George
Thanks a lot Vijay, Vadim, Stuart and marco for the replies :-) On Tue, Mar 9, 2010 at 2:22 AM, Stuart Henderson s...@spacehopper.org wrote: you can try something like tcpdump -n -vvv -i vr0 -s 1500. (vr0 == parent interface for pppoe0). or ifconfig pppoe0 debug might elicit more information

stinking patches

2010-03-09 Thread Ted Roby
Thanks to the hard work of Jacob Meuser I now have a functional patch which modifies the azalia driver for Macbook revision 3,1. This was my first crafted patch in conjunction with a developer. I sorted out my own ignorance in applying the patch. Once I switched to using -p1 instead of -p0 I had

Re: IPv6, ftp-proxy and PF rules

2010-03-09 Thread Mattieu Baptiste
On Mon, Mar 8, 2010 at 10:36 AM, Mattieu Baptiste mattie...@gmail.com wrote: Hi all, I have a public FTP server accessible through redirections on my firewall via ftp-proxy (my server has a private IPv4 address on a local subnet). I d'like to make it accessible through my IPv6 connectivity

Re: Joomla - MySQL Problem: Could not connect to MySQL

2010-03-09 Thread Jan
Thank you for the numerous responses! Except the solution to change localhost to 127.0.0.1 in the whole script, I tried everything you proposed. It still doesn't work. Here a short review: === Are you trying to connect to the MySQL socket outside of the httpd chroot? === after having run

OpenBDD authentication in LDAP using SSL

2010-03-09 Thread oeslei taborda ribas
Hi All. I'm a OpenBSD newbie and this is my first e-mail in misc list. I have a doubt about LDAP, do you know if OpenBSD can authenticate in LDAP using SSL ? Let me explain better what I want, in my company we have a LDAP server running over Debian that is using SSL (port 636) and now

Apache - bandwidth usage limit per vhost

2010-03-09 Thread Ozgur Kazancci
Hello everyone, I'd like to set a (monthly) bandwidth quota limit to my Apache virtualhosts. For instance, domain.com would have an amount of 10G/Month bandwidth limit (and in case of exceeding the limit, it'd get redirected to a Bandwidth limit exceeded alert page.) Apache doesn't come with

Re: OpenBSD 4.6, Thinkpad X200s Intel WiFi Link 5150

2010-03-09 Thread Ilya Ilembitov
OK, I have tried 5.1p0 with the same result. Here is ifconfig lo0: flags=8049 mtu 33200 priority: 0 groups: lo inet 127.0.0.1 netmask 0xff00 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 em0: flags=8802 mtu 1500 lladdr

Re: Apache - bandwidth usage limit per vhost

2010-03-09 Thread Gaby Vanhegan
On 9 Mar 2010, at 17:42, Ozgur Kazancci wrote: I'd like to set a (monthly) bandwidth quota limit to my Apache virtualhosts. For instance, domain.com would have an amount of 10G/Month bandwidth limit (and in case of exceeding the limit, it'd get redirected to a Bandwidth limit exceeded alert

Re: Apache - bandwidth usage limit per vhost

2010-03-09 Thread Gaby Vanhegan
On 9 Mar 2010, at 17:42, Ozgur Kazancci wrote: Apache doesn't come with such a feature. I tried mod_cband. It was quite unstable, has too many bugs, issues. (Dozens of unfixed security issues, bugs since few years: http://sourceforge.net/tracker/?group_id=154335atid=791368 ), there is no more

Got a good sudo config you want to share?

2010-03-09 Thread Peter N. M. Hansteen
Subject says it all, really. There are probably more people out there who feel that given a little more time than we actually have on our hands right now, it would be really great to sit down and crate the sudo config of our dreams. Better yet, If there was a compendium of good configs with some

Re: OpenBSD 4.6, Thinkpad X200s Intel WiFi Link 5150

2010-03-09 Thread Robert
On Tue, 09 Mar 2010 21:09:43 +0300 Ilya Ilembitov ilembi...@yandex.ru wrote: OpenBSD 4.6 (GENERIC) #58: Thu Jul 9 21:24:42 MDT 2009 That's not a snapshot. You need -current code and the 5.3 firmware.

¡Reducción de Costos, Exactitud y Rapidez al Inventariar!

2010-03-09 Thread “Organícese para Inventariar”
Organiza: Soluventas Jasba Taller-Procedimental: B?CC3mo Organizarce Paso a Paso para la Toma FC-sica de su Inventario FC-sico? B!ReducciC3n de Costos, Exactitud y Rapidez al Inventariar! Tel: 233-7998 contacte...@solujasba.com

Re: OpenBDD authentication in LDAP using SSL

2010-03-09 Thread Stuart Henderson
On 2010-03-09, oeslei taborda ribas oesleitri...@gmail.com wrote: Hi All. I'm a OpenBSD newbie and this is my first e-mail in misc list. I have a doubt about LDAP, do you know if OpenBSD can authenticate in LDAP using SSL ? Let me explain better what I want, in my company we have

Re: Apache - bandwidth usage limit per vhost

2010-03-09 Thread Marcos Laufer
On 9 Mar 2010, at 17:42, Ozgur Kazancci wrote: I'd like to set a (monthly) bandwidth quota limit to my Apache virtualhosts. For instance, domain.com would have an amount of 10G/Month bandwidth limit (and in case of exceeding the limit, it'd get redirected to a Bandwidth limit

Stopped at pf_test_rule+0xa87 [again]

2010-03-09 Thread Price, Joe
Two different hardware firewall 4.6 machines in the last 24 hours have produced the following: UVM_fault(0xd0891180, 0x0, 0, 3) - e Kernel: page fault trap, code = 0 Stopped at pf_test_rule+0xa87: movl%ecx,0x4(%ecx) Ddb{0} Frozen, couldn't type anything... Now, I did

Re: 4.7 make release fails

2010-03-09 Thread Ron McDowell
-- Ron McDowell San Antonio TX Philip Guenther wrote: On Mon, Mar 8, 2010 at 10:12 AM, Ron McDowell r...@fuzzwad.org wrote: ... su is not setting the group for me. sudo does, so I rebuilt using sudo and everything worked fine. ~ [...@zombie(OpenBSD)] id uid=1000(rcm) gid=1000(rcm)

Instituciones Educativas Sumando por la Calidad

2010-03-09 Thread Computerland
http://www.computerlandnews.info/lt.php?id=ZR4HDgMJCQNdD0UJAEhXVAoKUQAF Ofertas http://www.computerlandnews.info/lt.php?id=ZR4HDgMJCQNdDkUJAEhXVAoKUQAF Noticias http://www.computerlandnews.info/lt.php?id=ZR4HDgMJCQNdAUUJAEhXVAoKUQAF Novedades

Re: OpenBSD i386 dies mid-boot

2010-03-09 Thread Ben Niccum
On Fri, 5 Mar 2010 15:16:21 -0800 Ben Niccum be...@bendtel.com wrote: Hello, So I'm currently running OpenBSD 4.6-release for AMD64 as my desktop workstation and I decided to try to install 4.6-release for i386 so that I could use the linux emulation. I first tried using the i386

Re: Apache - bandwidth usage limit per vhost

2010-03-09 Thread Ozgur Kazancci
Thanks a lot for the suggestions. Then what you need is exactly mod_throttle. mod_throttle project is discontinued but the latest version works just fine and does it job very well. I use it with stock Apache since OpenBSD 3.4 and never had problems with it. Could you tell me the version of

ftp-proxy and pf on OpenBSD 4.5

2010-03-09 Thread tsg12345
Hi list, I was trying to set up ftp-proxy for use with a client (OpenBSD 4.6 workstation, passive ftp only) behind a firewall (4.5). I have set up pf.conf on the firewall according to pf user's guide. All ftp-proxy anchors have been put first (nat/rdr before any nat/rdr rules, filtering before

Re: RouterBOARD RB600A support

2010-03-09 Thread mehma sarja
I'l up my bid from 40 to 80 USD. Mehma

Re: OpenBSD i386 dies mid-boot

2010-03-09 Thread STeve Andre'
On Tuesday 09 March 2010 19:44:12 Ben Niccum wrote: On Fri, 5 Mar 2010 15:16:21 -0800 Ben Niccum be...@bendtel.com wrote: Hello, So I'm currently running OpenBSD 4.6-release for AMD64 as my desktop workstation and I decided to try to install 4.6-release for i386 so that I could use

Re: 4.7 make release fails

2010-03-09 Thread Philip Guenther
On Tue, Mar 9, 2010 at 3:22 PM, Ron McDowell r...@fuzzwad.org wrote: ... Yes, fresh install of the install47.iso from a couple days back, but have rebuilt /usr/src a few times since...but no other changes other than adding bash [hmm, let me change to /bin/sh... nope, same behavior.] ...

OpenBSD amd64 crashes when reading cd0 (-current)

2010-03-09 Thread Abel Abraham Camarillo Ojeda
Hi @misc: My OpenBSD amd64 box running current (as march 4, 2010), is dying unexpectedly when reading /dev/rcd0c: dmesg: OpenBSD 4.7-beta (kobj) #1: Thu Mar 4 10:47:30 CST 2010 r...@maetel.00z:/usr/kobj real mem = 2011889664 (1918MB) avail mem = 1948676096 (1858MB) mainbus0 at root bios0

PROGRAMA EXCLUSIVO DE ENTRENAMIENTO GERENCIAL 25 DE MARZO MÉXICO D.F.

2010-03-09 Thread Lic. Ana Sanchez
2729716 [IMAGE] PMS Management Skills Para Gerentes, Supervisores y LCderes Fundamentos para ser un LCder en las empresas de primer nivel 25 de Marzo de 2010 MC)xico D.F. PMS de MC)xico le presenta este exclusivo seminario, la vida gerencial implica la capacidad de desarrollar y mantener

Re: Growing a /dev/svnd

2010-03-09 Thread Arnaud Bergeron
2010/3/9 Tor Houghton t...@bogus.net: List, If one wanted to increase the size of an existing device configured with vnconfig, I presume that one could use disklabel and growfs on this partition. To do so, however, one would need to increase the size of the file which vnconfig uses as the

Re: OpenBSD amd64 crashes when reading cd0 (-current)

2010-03-09 Thread David Gwynne
On 10/03/2010, at 1:54 PM, Abel Abraham Camarillo Ojeda wrote: Hi @misc: My OpenBSD amd64 box running current (as march 4, 2010), is dying unexpectedly when reading /dev/rcd0c: can you be more specific about what reading /dev/rcd0c is? are you dding off it, or using cdio, or what? dmesg: