To start with, I based my anti-spam on the system described at
http://www.flakshack.com/anti-spam/wiki/index.php and it works very very
well.
I think someone already suggested limiting the size of files that are
scanned by the anti-virus, and I'd second that opinion. Chances are your
boss and ever
Take a look at the following links - I use something based on thisthis for
spam filtering and it works better than any other free or commercial product
I've tried. I don't use the antivirus portion (I have a separate system for
that).
Like others have said, this mail scanning should probably be do
Is anyone on misc going to be at DefCon this weekend? If you are, get in
touch. Would be nice to have a beer with other users or developers.
If this has already been asked and I missed the thread, then flame away.
I'm trying to back up an OpenBSD box using a Linux binary running under
Linux emulation. If you're really curious, the product I'm using is
EMC/Legato Networker.
The binary runs fine. The problem is that since it's running under Linux
emulation, instead of backing up /var it backs up /emul/linux/v
Does anyone know of anything in/on OpenBSD that delivers funtionality
similar to the Peribit or Expand Network Optimizers/Accelerators?
This message may contain information that is privileged, confidential and
exempt from disclosure under applicable law. If you are not the intended
recipient of t
A few months ago there was a thread on one of the lists about a 1500 byte
MTU in the lmc driver of OpenBSD 3.6. The person with the issue was
connected via lmc DS3 to an ISP vusing a Cisco router with an MTU of over
4K. The default Cisco MTU for an HSSI interface is 4770 bytes so this isn't
surpris
Can two 3.7 servers running OSPFd talk OSPF to each other over an IPSEC
tunnel, or worded in another way, an enc interface?
I have two sites with a WAN link and I want to use the Internet (VPN) as a
backup route. The concept is that under normal circumstances, the OSPF
routing table would have val
I was reading through the pf documentation and found the following example
of NATing several internal IP addresses to two external IP addresses:
nat on $ext_if inet from any to any -> 192.0.2.4/31 source-hash
Let's say the external IP address of my firewall is 192.0.2.1. Do I need to
configure p
penbsd.org'
Subject: Re: Proxy arp needed for NAT?
On Mon, Jun 20, 2005 at 04:23:51PM -0700, Michael Favinsky wrote:
> I was reading through the pf documentation and found the following
> example of NATing several internal IP addresses to two external IP
addresses:
>
> nat on $
I have some DL140's running OpenBSD. The BIOS redirection stops working when
OpenBSD starts booting. Kinda sucks since you can't see the boot sequence or
go into the BIOS setup from a serial console. Disable the BIOS console
redirection and set OpenBSD to redirect the console to com0.
-Origin
Sean,
Take a look at http://www.vpnc.org/.
They perform all sorts of VPN device interoperability tests, using OpenBSD
as the common denominator. They have info on how to set up your Netscreen
box to make it work with OpenBSD.
-Original Message-
From: Sean Knox [mailto:[EMAIL PROTECTED]
Has anyone tried a tcpdump | more ? Or a tcpdump | grep?
When I try to pipe tcpdump output to either more or grep I don't get any
network data output. Anyone have any explanation for this behavior?
This issue's on OpenBSD 3.6. Here's a dmesg from the host in case it helps.
OpenBSD 3.6 (GENERIC)
That did it. RTFM :)
Thanks.
-Original Message-
From: Stuart Henderson [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 28, 2005 3:47 PM
To: Michael Favinsky; misc
Subject: Re: tcpdump | more doesn't produce output
--On 28 July 2005 15:26 -0700, Michael Favinsky wrote:
> Ha
On a more productive note...
>From the Donations page:
Simply send a donation cheque in CDN/US/EUR funds made out to Theo de Raadt,
since
cheques made out to "OpenBSD" cannot be cashed.
This creates a problem for companies that want to make donations. I think we
all agree we'd rather see larger
I'm trying to get a feel for what the state of attaching an OpenBSD server
to a SAN is. I've looked at the i386 hardware support page as well as some
manpages and all I can find is somewhat old supported HBAs.
Is anyone on the list running OpenBSD SAN-attached, either via FiberChannel
or iSCSI? If
Thanks.
Exactly what I needed.
-Original Message-
From: Jason Dixon [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 29, 2006 3:03 PM
To: Michael Favinsky
Cc: misc@openbsd.org
Subject: Re: State of SAN
On Mar 29, 2006, at 5:27 PM, Michael Favinsky wrote:
> I'm trying to ge
I have a userland process that once in a while goes haywire and starts
consuming lots of RAM. While I'm troubleshooting the problem, I need to set
up a way to limit this process's RAM consumption, to something along the
lines of 200MB.
I was looking at using some of the RAM limiting parameters in
I'm receiving the following messages from portmap when starting Legato
Networker's nsrexecd. The nsrexecd I'm running is the Linux version under
emulation:
portmap[16083]: non-local unset attempt (might be from 127.0.0.1)
portmap[16083]: non-local set attempt (might be from 127.0.0.1)
The program
adt [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 22, 2005 1:02 PM
To: Michael Favinsky
Cc: 'misc@openbsd.org'
Subject: Re: Portmap non-local set / unset attempt
> I'm receiving the following messages from portmap when starting Legato
> Networker's nsrex
When using ATA drives, I have to make a choice between write caching or soft
updates, since write caching with soft updates creates an unsafe situation.
Which gives better performance? Write caching without soft updates or soft
updates without write caching?
If soft updates without write caching i
ture set
SMART feature set
Flush Cache command
Device Configuration Overlay feature set
DOWNLOAD MICROCODE command
-Original Message-
From: Theo de Raadt [mailto:[EMAIL PROTECTED]
Sent: Friday, September 30, 2005 11:51 AM
To: Michael Favinsky
Cc: 'misc
I just installed 3.8 on a server that never had OpenBSD on it. Whenever I
reboot, I get a warning that / wasn't unmounted properly. This is followed
by an fsck of / and bootup goes on as normal. All other filesystems are
clean.
I've tried reboot, halt, even sync sync sync reboot. The bootup sequen
That fixed it. Thanks Ted.
-Original Message-
From: Ted Unangst [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 03, 2005 5:08 PM
To: Michael Favinsky
Cc: misc@openbsd.org
Subject: Re: / never unmounts properly
On 11/3/05, Michael Favinsky <[EMAIL PROTECTED]> wrote:
&g
Dear misc:
I'm attempting to use (EMC) Legato Networker to backup one of my OpenBSD
boxes. Since there's no OpenBSD binary, and Networker isn't open source, I'm
using the Linux binary uner Linux emulation. The binary executes fine, and
the OpenBSD box and Legato server are communicating perfectly.
#x27;d be a bit concerned about installing exploitable 6.0.2 on one of my
servers.
-Original Message-
From: Rick Aliwalas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 25, 2006 1:25 PM
To: Michael Favinsky
Cc: misc@openbsd.org
Subject: Re: Backups under linux emulation
On Wed, 25 Ja
Does OpenBGPd have something similar to Cisco's weight attribute? I looked
at the man page and it doesn't seem to mention weight.
A brief summary of what I'm trying to do.
I have two sites, A and B. Both sites are in the same AS.
Routers A and B both have a link to different ISPs and a private l
26 matches
Mail list logo