pf divert-to address family

2012-09-14 Thread Ted Unangst
I want something like this rule: pass in on bge0 proto tcp from any os OpenBSD to (bge0) port 222 divert-to localhost port ssh pfctl tells me: $ sudo pfctl -f /etc/pf.conf /etc/pf.conf:15: address family mismatch for divert pfctl: Syntax error in config file: pf rules not loaded ? What gives?

Re: pf divert-to address family

2012-09-14 Thread Jérémie Courrèges-Anglas
Ted Unangst t...@tedunangst.com writes: I want something like this rule: pass in on bge0 proto tcp from any os OpenBSD to (bge0) port 222 divert-to localhost port ssh I'd say pass in on bge0 _inet_ proto tcp from any os OpenBSD to (bge0) port 222 \ divert-to localhost port ssh Regards,

Re: Multihomed openbsd firewall with squid and dansguardian

2012-09-14 Thread Stuart Henderson
On 2012-09-13, What you get is Not what you see wygin...@gmail.com wrote: # Route-to rules for load balancing pass in on $intif inet proto tcp from $lannet route-to { ($extif1 $gw1), ($extif2 $gw2) } round-robin modulate state pass in on $intif inet proto udp from $lannet route-to {

Re: bi-nat biavior and anchor limitation

2012-09-14 Thread Stuart Henderson
On 2012-09-13, Michel Blais mic...@targointernet.com wrote: Hi, I just encounter a stange biavior with the bi-nat rules. Since we optimize our firewall script via multiple anchor for our thousand of bi-nat rule, we don't use the bi-nat rule but instead use the 2 rules in different anchor.

Funjet news 2/2012

2012-09-14 Thread funjet
FUNJET ASSOCIAZIONE SPORTIVA FUNJET www.funjet.it i...@funjet.it FJNEWS 02/2012 Si è concluso Domenica 9 Settembre a Ostia Lido il Campionato Italiano Moto d’acqua circuito e freestyle.Le due splendide giornate di fine estate hanno consegnato al team Toscano di Empoli A.s.d. Funjet, ben tre

Re: pf divert-to address family

2012-09-14 Thread Ted Unangst
On Fri, Sep 14, 2012 at 09:41, Jérémie Courrèges-Anglas wrote: Ted Unangst t...@tedunangst.com writes: I want something like this rule: pass in on bge0 proto tcp from any os OpenBSD to (bge0) port 222 divert-to localhost port ssh I'd say pass in on bge0 _inet_ proto tcp from any os

su and passwd

2012-09-14 Thread Alessandro Baggi
Hi list, today, I've logged on my openbsd box, and when I change the root password I get this: $ uname -pmrsv OpenBSD 5.1 GENERIC.MP#207 amd64 amd64 $ whoami userlog $ echo $USER userlog $ su Password: # passwd Changing local password for userlog. New password: Password unchanged. # echo

Re: su and passwd

2012-09-14 Thread Ted Unangst
On Mon, Nov 12, 2012 at 16:38, Alessandro Baggi wrote: Logging in with an user called userlog, get su, run passwd as root, it says that i'm changing password for userlog. From manual page I get: By default, the environment is unmodified with the exception of LOGNAME, HOME, SHELL, and

Re: su and passwd

2012-09-14 Thread Michel Blais
LOL, when I started on OpenBSD, I created a bug report about this. Dev want it this way, the're must be a reason to it but since it's not standard, the must also expect question like this. A answer why it's this way would be fine so user asking about this could be refered to this answer. Le

Re: su and passwd

2012-09-14 Thread Michel Blais
Oups, didn't saw that Trd answered. Sorry for the noise. Le 2012-09-14 13:49, Michel Blais a écrit : LOL, when I started on OpenBSD, I created a bug report about this. Dev want it this way, the're must be a reason to it but since it's not standard, the must also expect question like this. A

HMI 2013 :: 25 - 27, March 2013 :: Chennai, India

2012-09-14 Thread SETIT
Appologies if you received multiple copies. Please consider to contribute and encourage your team members and fellow scientists to contribute to the following events. Thanks for forwarding the information on this Call for Submissions to those potentially interested to submit. Call for papers

Building a single driver in the source tree

2012-09-14 Thread jordon
I am having trouble getting a Hifn7751 to work in an old Soekris box. I want to dig in and see if I can figure out what is going on but I am very new to this. From /usr/src/sys/dev/pci, I typed make hifn7751, but that leads to a lot of compiler errors. Is there some better way to do this or do

Re: Building a single driver in the source tree

2012-09-14 Thread Nick Holland
On 09/14/12 20:16, jordon wrote: I am having trouble getting a Hifn7751 to work in an old Soekris box. I want to dig in and see if I can figure out what is going on but I am very new to this. From /usr/src/sys/dev/pci, I typed make hifn7751, but that leads to a lot of compiler errors. Is

Re: Building a single driver in the source tree

2012-09-14 Thread jordon
On Sep 14, 2012, at 9:33 PM, Nick Holland n...@holland-consulting.net wrote: On 09/14/12 20:16, jordon wrote: I am having trouble getting a Hifn7751 to work in an old Soekris box. I want to dig in and see if I can figure out what is going on but I am very new to this. From