Re: [Semi-OT] dhcp "bogus server name"

2003-06-18 Thread Daniel Hartmeier
On Wed, Jun 18, 2003 at 11:16:08PM -0500, Chris Reining wrote: > This is somewhat offtopic, but I figured this would be one of the best > places to ask. I am trying to install a new obsd box on a network where > I have DHCP an address. However, when I run dhclient I get "bogus server > name" (Caym

[Semi-OT] dhcp "bogus server name"

2003-06-18 Thread Chris Reining
This is somewhat offtopic, but I figured this would be one of the best places to ask. I am trying to install a new obsd box on a network where I have DHCP an address. However, when I run dhclient I get "bogus server name" (Cayman3000/881485) and cannot get a lease. I haven't looked at dhclient.c in

Re: bidirectional counters for pf

2003-06-18 Thread Damien Miller
Daniel Hartmeier wrote: > On Wed, Jun 18, 2003 at 07:49:52PM +1000, Damien Miller wrote: > >> Comments? > > I guess the additional two numbers don't bloat the state entry too much. > > I'm not doing any accounting, so I'm not sure if this is a problem, but > the numbers a:b will be relative to t

Re: M$ FTP through PF

2003-06-18 Thread Justin Honold
> I have been fighting with getting FTP to work through PF without success (yet). > As I have been perusing this mail list I see many having the same problem I am having, the FTP server is a separate machine, behind the PF box and for reasons unknown to us is running M$ ftp. it's reasonably easy

Re: Flush counters

2003-06-18 Thread Daniel Hartmeier
On Wed, Jun 18, 2003 at 02:36:41PM +0200, Dries Schellekens wrote: > You can also use -z. And the prize goes to Dries :) Daniel

Help please what is worng with my pf.conf

2003-06-18 Thread Savage, Elijah
I tried to setup queing based on the faq and website. But I just can't get it to work. Downloading is great but as soon as I start to upload my speed drops way down to about the same speed as the upload. I have played around with the queue statements and bandwidth settings but no luck. I am on adsl

Re: bidirectional counters for pf

2003-06-18 Thread Daniel Hartmeier
On Wed, Jun 18, 2003 at 07:49:52PM +1000, Damien Miller wrote: > Comments? I guess the additional two numbers don't bloat the state entry too much. I'm not doing any accounting, so I'm not sure if this is a problem, but the numbers a:b will be relative to the direction of the state (as compared

Re: funny news

2003-06-18 Thread Bryan Irvine
Oh that is too great! -hehe Get a firewall to protect your M$ firewall :-D Thanks for the link! --Bryan On Wed, 2003-06-18 at 04:37, Ed White wrote: > Smile for some mins: > > http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q306203 > > "To work around this behavior, obtain firewall s

Re: Flush counters

2003-06-18 Thread Dries Schellekens
On Tue, 17 Jun 2003, Daniel Hartmeier wrote: > On Tue, Jun 17, 2003 at 02:46:49PM -0300, OTERO Hernan Gustavo EDS wrote: > > > How can i flush the counters?, obviously...without flush the rules. > > There's no mechanism to just flush the per-rule counters (you can flush > the global counters, thos

funny news

2003-06-18 Thread Ed White
Smile for some mins: http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q306203 "To work around this behavior, obtain firewall software that can filter and block IPv6 traffic." Ed

Re: tabels and label macros

2003-06-18 Thread Cedric Berger
Henning Brauer wrote: I prefer this instead. Yep, it's much better! Index: parse.y === RCS file: /cvs/src/sbin/pfctl/parse.y,v retrieving revision 1.390 diff -u -r1.390 parse.y --- parse.y 9 Jun 2003 11:14:46 - 1.390 +++ parse.y

bidirectional counters for pf

2003-06-18 Thread Damien Miller
Hi, This patch teaches pf to track state byte and packet counters separately for each direction. I don't bother to try to track generated patches. This, when used with pfsync, is a pretty good way to do fine-grained accounting. Comments? -d Index: sbin/pfctl/pf_print_state.c

Re: tabels and label macros

2003-06-18 Thread Henning Brauer
On Wed, Jun 18, 2003 at 09:49:31AM +0200, Claudio Jeker wrote: > Hi all, > > out of curiosity I tried a rule like: > > pass in from any to keep state label out_$dstaddr > > which results in this funny output: > out_97.108.108.111/0 290089 453609 54227731 > > It is clear that $dstaddr/$srcaddr

tabels and label macros

2003-06-18 Thread Claudio Jeker
Hi all, out of curiosity I tried a rule like: pass in from any to keep state label out_$dstaddr which results in this funny output: out_97.108.108.111/0 290089 453609 54227731 It is clear that $dstaddr/$srcaddr can only be used on non table rules so pfctl should bark on rule loading. -- :wq

Re: M$ FTP through PF

2003-06-18 Thread Claudio Jeker
On Tue, Jun 17, 2003 at 06:09:36PM -0600, Glamdring wrote: > I have been fighting with getting FTP to work through PF without success > (yet). As I have been perusing this mail list I see many having the > same problem I am having, the FTP server is a separate machine, behind > the PF box and for