Re: OpenBSD - Vlans - CISCO

2006-12-08 Thread Michael Lockhart
Here is a working configuration for one of our switches running OpenBSD 3.2 with 4 vlans on Cisco devices: ! config-register 0xF version 12.1 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname ***_*** ! enable secret 5 **

Re: OpenBSD - Vlans - CISCO

2006-12-08 Thread Michael Lockhart
ilto: [EMAIL PROTECTED] GPG: 8714 6F73 3FC8 E0A4 0663 3AFF 9F5C 888D 0767 1550 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Lockhart Sent: Friday, December 08, 2006 3:05 PM To: misc@openbsd.org Subject: Re: O

Re: disable SpeedStep ?

2006-12-21 Thread Michael Lockhart
On my laptop this is disabled via the BIOS. Regards, Mike Lockhart -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich Dunkle Sent: Thursday, December 21, 2006 3:47 PM To: misc@openbsd.org Subject: disable SpeedStep ? How can I disable the SpeedStep fe

Re: Sun BlackBox

2006-11-02 Thread Michael Lockhart
Google has been doing this for a while, and the so called "portable-datacenter" idea isn't all that new. What's unique about Sun's solution compared to an internal solution such as Google's is that its relatively mainstream hardware, fully contained power/environmental controls, and very easily po

Re: CPU selection

2006-11-02 Thread Michael Lockhart
Paolo, Celerons will work fine, but in the interests of long term capacity planning, I would recommend going with the low end Dual Core Xeon. Regards, Mike Lockhart =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Mike Lockhart[Systems Engineering & Operations] StayOnline, Inc h

Large scale deployments

2006-11-02 Thread Michael Lockhart
All, Here's a question that I wanted to pose to the OpenBSD community about managing and maintaining a large number of OpenBSD systems in the field. To provide some background, we currently have 650+ OpenBSD 3.2 systems in the field, and I've been dealing with a fair share of headaches bringin

Re: Large scale deployments

2006-11-02 Thread Michael Lockhart
sc Subject: Re: Large scale deployments On Thu, Nov 02, 2006 at 08:10:50PM -0500, Michael Lockhart wrote: > 2. Command and Control. What projects or capabilities are > available for performing remote command and control over services, > packages, and system health? Currently, all push/pu

Re: i18n/l10n

2006-11-06 Thread Michael Lockhart
Your best bet is to use internationalization support in applications themselves. OpenBSD doesn't provide much on the base OS level, but most applications have support for it. Here's a site that provides a good starting point for app level Unicode/i18n support: http://eyegene.ophthy.med.umich.edu

increasing the speed of an openbsd firewall

2006-11-08 Thread Michael Lockhart
Looking for thoughts on improving performance, throughput, etc. I'm leaning towards just throwing up 2 better boxes with 2GB of ram and P4's. Wish I could show the pf.conf rules but that's out of the question. Here's the stats: -bash-2.05b# pfctl -s info -v Status: Enabled for 14 days 18:5

Re: Baffling problem with OBSD-protected servers and Windows Vista...

2006-11-28 Thread Michael Lockhart
Set net.inet.tcp.rfc1323=0 in /etc/sysctl.conf and that should resolve the issue. We've been testing in house with OpenBSD for Vista (we have 700+/- systems in the field) and this seems to resolve the issue. Regards, Mike Lockhart =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Mike Loc