It depends. http://kerneltrap.org/node/5607 gives part of the answer...
-Steve S.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Karsten McMinn
> Sent: Friday, April 25, 2008 7:39 PM
> To: misc@openbsd.org
> Subject: Re: OpenBSD isakmpd and pf vs
On Sun, Mar 23, 2008 at 6:15 AM, sonjaya <[EMAIL PROTECTED]> wrote:
>
> Also default minimac is only 1 ethernet how to add another ethernet
> can support in minimac and openbsd.
I'd find a low power switch capable of dot1q tagging and use the
single ethernet port as a trunk port on the macmini.
On Fri, Apr 11, 2008 at 9:13 AM, Matthew Dempsky <[EMAIL PROTECTED]>
wrote:
>
> Probably not. I've never had problems with carp's fallover time and
> I've never used a Cisco firewall so I don't really know how it
> actually compares. I just wanted to suggest a maybe-solution assuming
> the suppos
Hi misc,
I'll be buying a couple of Dell R200 Rackmount servers to use as
firewalls/routers.
I found this thread in the archives about it:
http://marc.info/?l=openbsd-misc&m=120167827217058&w=2
And it seems to be working with snapshots.
But my question is: will it be supported by the 4.3 re
Hello!
Which tool should I use to change cdrom speed?
Looking for hdparm -E equivalent, looks like atactl can't, or I missing
something?
On April 25, 2008 12:58:25 pm L. V. Lammert wrote:
> One of my development machine has been upgraded many times over the years,
> of couse, .. now trying to setup a php test site for a new project (have
> not had php installed before). For some reason I cannot get any of the PHP
> *modules* to init
At 11:53 AM 4/25/2008 -0700, Daniel Anderson wrote:
Have you tried invoking php from cli and see if you get anything there, guess
you'd have to specify your ini file from www/conf manually. I had bad luck
with the php5 package on 3.9/amd64 so I just built my own and it worked
without an issue.
On 2008-04-25, L. V. Lammert <[EMAIL PROTECTED]> wrote:
> One of my development machine has been upgraded many times over the years,
> of couse, .. now trying to setup a php test site for a new project (have
> not had php installed before). For some reason I cannot get any of the PHP
> *modules*
Have you tried invoking php from cli and see if you get anything there, guess
you'd have to specify your ini file from www/conf manually. I had bad luck
with the php5 package on 3.9/amd64 so I just built my own and it worked
without an issue.
---
At 11:28 AM 4/25/2008 -0700, Daniel Anderson wrote:
Stupid question here, did you uncomment them in php.ini?
Not really a stupid question, but I did - both manually & with phpxs.
Actually had an error when I enabled curl (it showed as duplicated), so I
know php5 is reading the ini file.
Stupid question here, did you uncomment them in php.ini?
---
On Friday 25 April 2008 10:58:25 am you wrote:
> One of my development machine has been upgraded many times over the years,
> of couse, .. now trying to setup a php test site for a new project (have
>
One of my development machine has been upgraded many times over the years,
of couse, .. now trying to setup a php test site for a new project (have
not had php installed before). For some reason I cannot get any of the PHP
*modules* to initialize (they install, but will not appear in phpinfo).
On Fri, Apr 25, 2008 at 11:53:47AM +0200, Joaquin Fernandez Piqueras wrote:
> Hi,
>
> I have tried to reverse the order of the rules:
>
> # pfctl -s rules
>
> pass in quick on em3 all flags S/SA keep state
> block drop out quick on bridge0 all
> block drop out quick on em1 all
> block drop out
Joaquin Fernandez Piqueras wrote:
> The problem is that the bridge doesn't filter anything. I tried to put
> rules that block everything but only filter administration interfaces.
> The trafic still go through the bridge.
Are you perhaps using VLANs on the network you are bridging?
Are you bridgin
On 2008-04-25, Gordon Ross <[EMAIL PROTECTED]> wrote:
On 25 April 2008 at 11:40, in message
><[EMAIL PROTECTED]>, Stuart Henderson
><[EMAIL PROTECTED]> wrote:
>> Try something like this:
>>
>> # rdr proto tcp from any to a port 9000 -> x port 80
>> # nat from !a to x -> a
>
Si ce message ne s'affiche pas correctement, vous pouvez le visualiser en
suivant ce lien.
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
Le Colombier de Corvol
Sijours calmes et sereins
` Corvol dâEmbernard, au cÅur de la Bourgogne nivernaise et des Vaux de
lâYonne
[IMAGE][IMAGE]
[IMAGE]
[IM
Sorry for the trouble..I just got it working by running the following:
# sh /usr/local/share/symon/c_smrrds.sh all
I see then this script starts to create the rrds.
Thx.
On Apr 25, 2008, at 4:12 AM, Parvinder Bhasin wrote:
> Hi,
>
> I am having trouble getting symon, symux and syweb to give m
Hi,
I am having trouble getting symon, symux and syweb to give me nice
graphs.
I have configured my /etc/symon.conf file as:
#
# $Id: symon.conf,v 1.12 2004/02/26 22:48:08 dijkstra Exp $
#
# Demo configuration for symon. See symon(8) for BNF.
monitor { if(rl0), if(fxp1), if(fxp0), if(sk0),
__REMOVED__
===
Benvenuto in Maxi Mail di Virgilio e Tin.it!
[EMAIL PROTECTED] tramite il servizio Maxi Mail ha messo a
tua disposizione i seguenti allegati :
* loto.txt (0 byte)
per prelevarli, fai click sul seguente link che ti
>>> On 25 April 2008 at 11:40, in message
<[EMAIL PROTECTED]>, Stuart Henderson
<[EMAIL PROTECTED]> wrote:
> Try something like this:
>
> # rdr proto tcp from any to a port 9000 -> x port 80
> # nat from !a to x -> a
The problem with this, is that I don't know all the ports tha
Try something like this:
# rdr proto tcp from any to a port 9000 -> x port 80
# nat from !a to x -> a
On 2008-04-25, Gordon Ross <[EMAIL PROTECTED]> wrote:
> I have a simple host, with two interfaces INT & EXT
>
> INT has the IP address of 192.168.1.1/24
> EXT has the IP addre
I have a simple host, with two interfaces INT & EXT
INT has the IP address of 192.168.1.1/24
EXT has the IP address of 192.168.2.1/24
I've enabled PF with one simple rule:
binat pass on EXT from 192.168.1.2 to any -> 192.168.2.2
Packets are flowing through, and the destination is getting re-wri
Hi,
I have tried to reverse the order of the rules:
# pfctl -s rules
pass in quick on em3 all flags S/SA keep state
block drop out quick on bridge0 all
block drop out quick on em1 all
block drop out quick on em0 all
block drop in quick on bridge0 all
block drop in quick on em1 all
block drop
On 24/04/08 21:13 +0200, Jesus Sanchez wrote:
> Hi, thanks for your info.
>
> If I do the exit command on every tab, this thing doesn't happens, its
> directly related with the key combination Ctrl+Alt+Backspace but I still
> think this is a buggy behaviour ( in my opinion) and such thing should
>
On Wed, Apr 23 2008 at 40:17, Monah Baki wrote:
> Hi all,
Hi,
> I implemented the following rule and so far I can see that all users are
> accessing my proxy server
>
> Tried the following in /etc/inetd.conf
>
> 127.0.0.1:5000 stream tcp nowait nobody /usr/bin/nc nc -w \
>20 192.168.
On Thu, Apr 24, 2008 at 4:52 PM, Joaquin Fernandez Piqueras
<[EMAIL PROTECTED]> wrote:
> Hi,
Hello,
> I'm installing a transparent (bridge) firewall with OpenBSD. The
> machine has 4 network interfaces, 2 interfeces are copper
> intel/Pro1000MT and the other two are optical fiber Intel/Pro1000MF
26 matches
Mail list logo