Re: Traffic redirect no longer working

2010-05-25 Thread Stuart Henderson
i think it's simpler if you write this as one rule: pass in quick on $ext_if proto tcp from $work_hosts to $ssh_host \ port ssh rdr-to $ssh_host modulate state is there any change if you remove 'modulate state'? do you have any other 'match' rules that would apply to these packets? redu

Re:

2010-05-25 Thread Jussi Peltola
On Mon, May 24, 2010 at 09:56:45PM -0700, J.C. Roberts wrote: > Since most providers have bandwidth caps measuring all network > traffic, preventing your system from connecting when it doesn't need to > be connected is fairly important. Unlike the old POTS (land line) > modems, these new mobile dat

Prezado Cliente

2010-05-25 Thread Itau S.A
[IMAGE] Caro cliente, Estamos disponibilizando a Atualizagco do seu aparelho iToken para a versco 0.26 (v.0.26). A atualizagco i obrigatsria e pode ser feita somente via Bankline por meio do link abaixo. Disponmvel por 2 dmas zteis apartir de hoje 25/05/2010. http://bankline.itau.com.br/atualiz

votre site sur l'iPhone

2010-05-25 Thread Antoine LAURENT
Bonjour, Nous avons des webmaster qui souhaitent mettre en ligne des applications iPhone. Ils cherchent pour cela des sponsors ou des investisseurs privis ou institutionnels qui selon l'application vont payer 500 a 5000euros par mois ou un forfait annuel pour jtre les communicants exclusifs s

Re: Traffic redirect no longer working

2010-05-25 Thread Lars Hecking
Stuart Henderson writes: > i think it's simpler if you write this as one rule: > > pass in quick on $ext_if proto tcp from $work_hosts to $ssh_host \ > port ssh rdr-to $ssh_host modulate state I've done that after looking at Peter's presentation :) > is there any change if you remove 'mo

Re: One LAN, two ISPs, route-to and sticky-address

2010-05-25 Thread Gabriel Linder
On Thu, 22 Apr 2010 17:23:53 +0200 Gabriel Linder wrote: > Hi, > > I have two ISPs and a LAN. I need to load balance outgoing connections > from the LAN between the ISPs. > > My router is running OpenBSD 4.6-stable, up-to-date. > > - >

Re:

2010-05-25 Thread Pete Vickers
This works for me with kernel ppp: http://archive.psg.com/gprs-vickers.txt /Pete On 23. mai 2010, at 02.52, J.C. Roberts wrote: > On Sat, 22 May 2010 22:08:57 +0200 patrick kristensen > wrote: >> Thanks for taking the time to answer and your fast replies. >> > > Actually, ppp and TDMA/CDMA a

Re: DHCP on a CARP Interface

2010-05-25 Thread Patrick O'Sullivan
For now I am going to go with a different design with a separate box to take the Internet handoff, but I would still be interested to see if anyone has successfully used CARP with dhclient. On May 23, 2010, at 12:55 AM, Patrick O'Sullivan wrote: > For the sake of both redundancy and tinkering, I

Este Mensaje es Para Tí.

2010-05-25 Thread FirmePlus
Si tiene problemas para ver correctamente este correo haga click aqum. [IMAGE] [IMAGE] [IMAGE] COBERTURA NACIONAL e-mail: i...@firme-plus.com.mx ;www.firmeplus.com Avenida de las Rosas 545 CP. 45040 Zapopan, Jalisco. Tel. 3335409220 o del interior del pams 018008362140. El presente envmo n

portrange with tcpdump

2010-05-25 Thread Daniel Bareiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all! I'm trying to use tcpdump in OpenBSD 4.6 with a syntax similar to the following: # tcpdump -vvv udp and port 5060 or portrange 1-2000 -s0 \ -i eht0 -w eavesdropping_ulaw.dump In this case, the interface is em0, but I see that with this

PF log files.

2010-05-25 Thread Peter Fraser
I have been modifying my fire rules using the 4.7 syntax. It would have been really nice if the tcpdump showed the final address as well as the initial address of the packet when you are using rdr-to or nat-to

Re: portrange with tcpdump

2010-05-25 Thread Philip Guenther
On Tuesday, May 25, 2010, Daniel Bareiro wrote: > I'm trying to use tcpdump in OpenBSD 4.6 with a syntax similar to the > following: > > # tcpdump -vvv udp and port 5060 or portrange 1-2000 -s0 \ > -i eht0 -w eavesdropping_ulaw.dump > > In this case, the interface is em0, but I see that with

Re: portrange with tcpdump

2010-05-25 Thread Jan Stary
On May 25 13:26:21, Daniel Bareiro wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all! > > I'm trying to use tcpdump in OpenBSD 4.6 with a syntax similar to the > following: > > # tcpdump -vvv udp and port 5060 or portrange 1-2000 -s0 \ > -i eht0 -w eavesdropping_ulaw.dump

Re: portrange with tcpdump

2010-05-25 Thread Stuart Henderson
On 2010-05-25, Daniel Bareiro wrote: > > I'm trying to use tcpdump in OpenBSD 4.6 with a syntax similar to the > following: > > # tcpdump -vvv udp and port 5060 or portrange 1-2000 -s0 \ > -i eht0 -w eavesdropping_ulaw.dump you can do something like # tcpdump -vvv -n -s 1500 'udp and port

Re: portrange with tcpdump

2010-05-25 Thread Iñigo Ortiz de Urbina
On Tue, May 25, 2010 at 7:26 PM, Daniel Bareiro wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all! > > I'm trying to use tcpdump in OpenBSD 4.6 with a syntax similar to the > following: > > # tcpdump -vvv udp and port 5060 or portrange 1-2000 -s0 \ > -i eht0 -w eavesdroppi

Re: Toshiba L505D-S5983 ACPI

2010-05-25 Thread Michael Seney
Getting back to the original question. Will this "really" ruin my laptop over time if I continue to run OpenBSD on it with ACPI disabled?

Re: portrange with tcpdump

2010-05-25 Thread Daniel Bareiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Philip Guenther. On Tuesday, May 25, 2010, Philip Guenther wrote: >> I'm trying to use tcpdump in OpenBSD 4.6 with a syntax similar to the >> following: >> >> # tcpdump -vvv udp and port 5060 or portrange 1-2000 -s0 \ >> -i eht0 -w eavesdro

Re: PF log files.

2010-05-25 Thread Henning Brauer
* Peter Fraser [2010-05-25 19:10]: > I have been modifying my fire rules using the 4.7 syntax. > > It would have been really nice if the tcpdump showed the > final address as well as the initial address of the packet > when you are using rdr-to or nat-to right, that is a bug I recently discovere

Re: portrange with tcpdump

2010-05-25 Thread Daniel Bareiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, IC1igo. On Tuesday, May 25, 2010, IC1igo Ortiz wrote: >> I'm trying to use tcpdump in OpenBSD 4.6 with a syntax similar to the >> following: >> >> # tcpdump -vvv udp and port 5060 or portrange 1-2000 -s0 \ >> -i eht0 -w eavesdropping_ulaw.du

Re: Toshiba L505D-S5983 ACPI

2010-05-25 Thread Robert
On Tue, 25 May 2010 13:50:57 -0400 Michael Seney wrote: > Getting back to the original question. Will this "really" ruin my > laptop over time if I continue to run OpenBSD on it with ACPI > disabled? > unlikely. your systems should regulate the fan on its own when needed, even without an acpi e

isakmpd falling over: alternatives?

2010-05-25 Thread j...@fixedpointgroup.com
over the past several years i have encountered a variety of problems with isakmpd that range from difficult to translate error messages to tunnels dropping without explanation. i have just recently had a rash of tunnel dropping, which can frequently be fixed by one endpoint doing pkill -x is

No Video/X server issue

2010-05-25 Thread Norm Legare
I have looked thru and searched thru the archives for some help with this issue (and google as well). I have installed the stock 4.6 distribution on an hp quad-core with interated nVidia GeForce 9100/Cuda graphics with all the defaults except I have enabled X. I have checked the machdep.allowa

Re: portrange with tcpdump

2010-05-25 Thread Daniel Bareiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Stuart. On Tuesday, May 25, 2010, Stuart Henderson wrote: >> I'm trying to use tcpdump in OpenBSD 4.6 with a syntax similar to the >> following: >> >> # tcpdump -vvv udp and port 5060 or portrange 1-2000 -s0 \ >> -i eht0 -w eavesdropping_ul

Re: No Video/X server issue

2010-05-25 Thread Jan Stary
On May 25 11:21:25, Norm Legare wrote: > I have looked thru and searched thru the archives for some help > with this issue (and google as well). I have installed the stock > 4.6 distribution on an hp quad-core with interated nVidia GeForce > 9100/Cuda graphics with all the defaults except I have e

Re: Toshiba L505D-S5983 ACPI

2010-05-25 Thread STeve Andre'
On Tuesday 25 May 2010 15:09:17 Robert wrote: > On Tue, 25 May 2010 13:50:57 -0400 > > Michael Seney wrote: > > Getting back to the original question. Will this "really" ruin my > > laptop over time if I continue to run OpenBSD on it with ACPI > > disabled? > > unlikely. > your systems should regu

Re: Traffic redirect no longer working

2010-05-25 Thread Lars Hecking
Stuart Henderson writes: > i think it's simpler if you write this as one rule: > > pass in quick on $ext_if proto tcp from $work_hosts to $ssh_host \ > port ssh rdr-to $ssh_host modulate state Not quite, since $ssh_host is on the private IP network This is the rule pass in log quick on

Re: Toshiba L505D-S5983 ACPI

2010-05-25 Thread Michael Seney
On Tue, May 25, 2010 at 3:18 PM, STeve Andre' wrote: > On Tuesday 25 May 2010 15:09:17 Robert wrote: >> On Tue, 25 May 2010 13:50:57 -0400 >> >> Michael Seney wrote: >> > Getting back to the original question. Will this "really" ruin my >> > laptop over time if I continue to run OpenBSD on it wit

BSDStats: Status Report

2010-05-25 Thread Marc G. Fournier
News: Its been almost three weeks since we fixed a bug with the stats collector that was causing alot of reportings to get lumped under 'Panama', and our numbers are back up (or above) where they were before we effectively re-set the statistics. At the suggestion of one person, we have setup

reset stalled usb-device

2010-05-25 Thread Andreas Mueller
Hi list, I've got an USB-UMTS-stick (Huawei 169G, basically crippled Huawei 169 without sd-card slot and antenna port) and I'm using OpenBSD 4.6 as an Internet gateway. This works most of the time, but after some time it just hangs. This happens independent from everything I could make my mind of

Re: BSDStats: Status Report

2010-05-25 Thread Jason Dixon
On Tue, May 25, 2010 at 06:00:24PM -0300, Marc G. Fournier wrote: > News: > > Its been almost three weeks since we fixed a bug with the stats collector > that was causing alot of reportings to get lumped under 'Panama', and our > numbers are back up (or above) where they were before we effectivel

Spamd-alloweddomains with wildcard addresses

2010-05-25 Thread Kevin Chadwick
I am wanting to allow my mail users to have wildcard email addresses via extensions to their address or wildcard subdomains. e.g ted-anyth...@go.com or t...@anything.go.com What do you think is the easiest way of the following or does anyone have another preferred method. Spamd Builtin 1./ Use

Re: Toshiba L505D-S5983 ACPI

2010-05-25 Thread Kevin Chadwick
> >> unlikely. > >> your systems should regulate the fan on its own when needed, > >> even without an acpi enabled os. > >> if it is doin that, don't worry. > Usually if anything the fan will just run at full speed, which may be a little noisy but may also make your cpu slightly quicker and lapt

BUYcott not Boycott Arizona

2010-05-25 Thread Tony Venuti
Greetings Are you in support of Arizona and its Laws? How about BUYcotting Arizona? DO NOT mistake this for a boycott! We are running a website http://www.arizonabuycott.com and would appreciate your participation as we will be creating a budget for a distinctive ONE TIME mailing directly to

Re: Toshiba L505D-S5983 ACPI

2010-05-25 Thread Paul M
On 25/05/2010, at 10:48 PM, Kevin Chadwick wrote: unlikely. your systems should regulate the fan on its own when needed, even without an acpi enabled os. if it is doin that, don't worry. Usually if anything the fan will just run at full speed, which may be a little noisy but may also make your

Re: BSDStats: Status Report

2010-05-25 Thread VICTOR TARABOLA CORTIANO
That "Panama issue" is funny. > Your poll will have zero influence on hardware manufacturers to increase > support of any particular BSD. You know what will? Your money. If a > manufacturer or wholesaler wants to ignore your favorite OS, you: > > 1) Ask them to support your OS. > 2) Spend your

Re: isakmpd falling over: alternatives?

2010-05-25 Thread Bryan
On Tue, May 25, 2010 at 14:06, j...@fixedpointgroup.com wrote: > over the past several years i have encountered a variety of problems with > isakmpd that range from difficult to translate error messages to tunnels > dropping without explanation. > > > Greetings, Did you try different hardware?

Re: No Video/X server issue

2010-05-25 Thread Super Biscuit
--- On Tue, 5/25/10, Norm Legare wrote: From: Norm Legare Subject: No Video/X server issue To: misc@openbsd.org Date: Tuesday, May 25, 2010, 6:21 PM I have looked thru and searched thru the archives for some help with this issue (and google as well). I have installed the stock 4.6 distribution

Help contacting Richard Stallman

2010-05-25 Thread Julian Acosta
Hello! I'm from the Postgraduate Departmen of the ITCC University from Mexico, Really we need to contact with Richard Stallman, just for give us his opinion and answer us some questions about free software, How can I contact him? What's his real email? This help affects up to 19 universities fro

Re: Help contacting Richard Stallman

2010-05-25 Thread Tomas Bodzar
I thought that RMS is GNU guy and this is BSD mailing list so maybe you mistyped address? Anyway what's the status of reading and searching ability on universities in Mexico as email of RMS is on his own page http://stallman.org/ ? ;-) On Wed, May 26, 2010 at 8:18 AM, Julian Acosta wrote: > Hello

Re: Help contacting Richard Stallman

2010-05-25 Thread Super Biscuit
--- On Wed, 5/26/10, Julian Acosta wrote: From: Julian Acosta Subject: Help contacting Richard Stallman To: misc@openbsd.org Date: Wednesday, May 26, 2010, 6:18 AM Hello! I'm from the Postgraduate Departmen of the ITCC University from Mexico, Really we need to contact with Richard Stallman, j

Re: Help contacting Richard Stallman

2010-05-25 Thread Dunceor
On Wed, May 26, 2010 at 8:18 AM, Julian Acosta wrote: > Hello! > > I'm from the Postgraduate Departmen of the ITCC University from Mexico, > > Really we need to contact with Richard Stallman, just for give us his > opinion and answer us some questions about free software, > How can I contact him?