vlan trunking OpenBSD/Cisco switch

2008-01-09 Thread Der Engel
Hello, Is it posible to do vlan trunking between an OpenBSD and a cisco switch? I know you can create vlan interfaces in OpenBSD but how would they be trunk with the switch? In the physical interface (hostname.fxp1) i should just put 'up'? Do you have to set some kind of native vlan here? Exam

Re: How to track down a suspected memory leak?

2007-12-03 Thread Der Engel
Is anyone still getting crashes after patch 4 in 4.2? On Dec 2, 2007 9:06 AM, Rolf Sommerhalder <[EMAIL PROTECTED]> wrote: > On Nov 25, 2007 5:22 PM, David Higgs <[EMAIL PROTECTED]> wrote: > > Is this possibly the same memory leak mentioned below? > > > > http://marc.info/?l=openbsd-misc&m=11957

mysql + phpmyadmin

2007-01-16 Thread Der Engel
Hi, Installed mysql+phpmyadmin on OBSD 4.0, when doing http://host/phpMyAdmin/index.php i get the following error: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) I can connect remotely just fine using mysql query browser tool, anyone have h

Re: OBSD: OS Of The Rad

2007-01-04 Thread Der Engel
Umnada, Did you get his point? On 1/4/07, Umnada Tyrolla <[EMAIL PROTECTED]> wrote: > I came here to compute, to help inanimate machines do so, well. -this > list, more than any other resource (including my old favorite > google.com/bsd) got me where I was going. The OS -how long will it > las

PF question.

2006-12-28 Thread Der Engel
Hi, I have the below rule set in my firewall, both internal networks can access the Internet and both internal networks can see each other, how can i prevent each internal network from seeing each other? I have tried various rule sets with no luck, any advice is appreciated. Thanks, Der # macr

Re: iwi0 connection frustration

2006-11-28 Thread Der Engel
Did you install the firmware? On 11/28/06, Vim Visual <[EMAIL PROTECTED]> wrote: Hi, I am still testing a "crashbox" (not bad, from zero to a full OpenBSD system including port trees in less than a week, my first OpenBSD system :) ) but I have now an issue with the wlan connection. The card is

Re: FTP problem

2006-11-03 Thread Der Engel
gs S/SA synproxy state pass in inet proto icmp all icmp-type $icmp_types keep state pass quick on $int_if pass quick on $int_if2 On 11/3/06, Tito Mari Francis Escaqo <[EMAIL PROTECTED]> wrote: Maybe you should show your pf.conf so you can be given more accurate advise. Thanks! On 11/4/06,

FTP problem

2006-11-03 Thread Der Engel
Hi, Having this ftp problem with a 3.9 box, the box has one external interface and two internal interfaces each one for different subnets, the PF conf is very simple, my problem is after a while clients can't access ftp, in either subnet, rebooting the box fixes the problem but then after a while

How much traffic can it route?

2006-11-03 Thread Der Engel
Hi, I have a doubt about if OpenBSD/PF can NAT 40Mbits with a simple rule set and like 60 redirects. The box has a xeon proc and two integrated NICs, one fxp and a bge, can it handle it? Thanks

Re: vmware keyboard problem.

2006-11-01 Thread Der Engel
VMware Workstation 3.2.1 is like a bit old don't you think? On 11/1/06, Albert Hooper Hooper <[EMAIL PROTECTED]> wrote: Hi there; I am running the VMware Workstation 3.2.1 on OpenBSD. Unfortunaly, i receive a error message,that says: "Failed to determine language-specific keyboard mapping. Pl

Re: NOD32 Antivirus and OpenBSD?

2006-10-23 Thread Der Engel
lol? On 10/24/06, Leonardo Rodrigues <[EMAIL PROTECTED]> wrote: Hello everyone, I'm thinking on purchasing this NOD32 anti-virus solution from ESET.COM and use it here at work. I really want to use it with OpenBSD, since every other server machine runs OpenBSD as well. The problem is that eset.

Re: OpenBSD Wireless Router

2006-09-08 Thread Der Engel
Get an AP and get on with your life? On 9/8/06, John Tate <[EMAIL PROTECTED]> wrote: * I just want to use IPsec, its probably far harder to crack anyway. I have wrote scripts and such before that do ssh encryption anyway, i could probably use that kind of tunneling on squid connections and all.

Inetd - ftpd

2006-08-28 Thread Der Engel
HI, I'm having this issue when i activate ftpd through inetd. (OpenBSD 3.9) When I log in using a windows client i get the following: (i get similar errors logging from other windows clients or linux) Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents

Re: ftp-proxy

2006-08-22 Thread Der Engel
erated and load/unloaded with the anchors) Kind regards, Didier ----- Original Message - From: Der Engel Date: Tuesday, August 22, 2006 20:07 Subject: ftp-proxy To: misc@openbsd.org > Hi ! > > I'm using the exact pf ruleset that is in: > > http://www.openbsd.org/faq/pf/ex

ftp-proxy

2006-08-22 Thread Der Engel
Hi ! I'm using the exact pf ruleset that is in: http://www.openbsd.org/faq/pf/example1.html#allrules and my problem is that clients can't access ftp servers, I noticed this pf.conf doesn't have any rules for ftp-proxy, shouldn't there be a rule for this? Or any ideas where should i start lookin

Re: PF queueing

2006-07-14 Thread Der Engel
That rules-set design is where i'm stuck, If the upload of the pc in the lan is obeying to the std queue if should be able to queue to whatever speed i want, right?... Note: Trying to set upload speeds for a pc on the lan. # macros ext_if="dc0" int_if="vr1" tcp_services="{ 22, 113 }" icmp_types

Re: PF queueing

2006-07-14 Thread Der Engel
Tried that, didn't work. On 7/13/06, Pablo Halamaj <[EMAIL PROTECTED]> wrote: > > On 13/07/06, Der Engel <[EMAIL PROTECTED]> wrote: > > But isn't there some config or trick to do between the two interfaces to > > achieve this? > > > &

Re: PF queueing

2006-07-13 Thread Der Engel
But isn't there some config or trick to do between the two interfaces to achieve this? On 7/13/06, Jeff Quast <[EMAIL PROTECTED]> wrote: > > On 7/13/06, Der Engel <[EMAIL PROTECTED]> wrote: > > Hi! I have try for several days to achieve the following goal with PF >

Re: PF queueing

2006-07-13 Thread Der Engel
vr0 is another inferface in the box that i'm not using, $comp3 is typo, it should be $pc. On 7/13/06, takeshi hirai <[EMAIL PROTECTED]> wrote: > > Hi. Engel, > > i could'nt help you...but, > i watching your macro, > > 2006/7/14, Der Engel <[EMAIL PROTECTE

Re: PF queueing

2006-07-13 Thread Der Engel
some how. just checking. > > On 7/13/06, Der Engel <[EMAIL PROTECTED]> wrote: > > Hi! I have try for several days to achieve the following goal with PF > but > > failed repeatedly, have read all the docs also, especially this > > http://www.openbsd.org/faq/pf/queuei

PF queueing

2006-07-13 Thread Der Engel
Hi! I have try for several days to achieve the following goal with PF but failed repeatedly, have read all the docs also, especially this http://www.openbsd.org/faq/pf/queueing.html The goal is: To be able to set dowload/upload speeds to PC's on the lan, so far i have succed in setting dowload spee