RE: VPN over PF..

2006-05-02 Thread Roy Morris
you definitely want to read the FAQ and at very least .. isakmpd (8) - ISAKMP/Oakley a.k.a. IKE key management daemon isakmpd.conf (5) - configuration file for isakmpd isakmpd.policy (5) - policy configuration file for isakmpd ipsec (4) - IP Security Protocol ipsecadm (8) - interface to set up IP

RE: keep state clarification on OpenBSD 3.9 (snapshot) Dual proc PowerEdge 1850 3 NIC

2006-04-20 Thread Roy Morris
> On 04/20/2006 12:57:23 PM, Prabhu Gurumurthy wrote: > > > > As I understand the working of the rule set that I have written, > > again please correct me if I wrong, the rule matching/allowing the > > inbound on DMZ, again should have an outbound rule set allowing on > > Internet, is this

RE: is there a way to say "from or to" some host?

2006-04-19 Thread Roy Morris
> Just curious. tcpdump has the handy "host blah" syntax, where it > implies src or dst. > > Some of my rules could be simplified with a "from or to" sort > of syntax. > > If it doesn't exist, I'll put it on my "to code some day" list. > -- huh? - I must be misreading/understanding the questi

RE: AT&T CallVantage VoIP and pf?

2005-11-28 Thread Roy Morris
have you tried looking under SIP? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Doug Er > Sent: Friday, November 25, 2005 9:25 PM > To: pf@benzedrine.cx > Subject: AT&T CallVantage VoIP and pf? > > > I got the VoIP adapter, a D-Link DVG-1120M, fo

Re: rdr pass, max-src-conn

2005-09-07 Thread Roy Morris
add port xyz to the end of your example 10.10.10.10 port xyz ed wrote: Hello, I am having troubles with some rdr rules. How should I specify: rdr pass on $ext_if proto tcp from any to 1.2.3.4 port 80 -> 10.10.10.10 with pass in on $ext_if proto tcp from any to $range port {80,3389} keep st

Re: help

2005-09-06 Thread Roy Morris
sure use the negative from ! ip [EMAIL PROTECTED] wrote: Hi to all I have an important question: it's possible to define a filter that have as srcaddr or dstaddr all ip-address different from a host or a subnet? thanks Luca 6X v

Re: viewing packet data with tcpdump?

2005-06-08 Thread Roy Morris
craSH wrote: tcpdump is pretty much just for inspecting the headers of packets, to capture data and entire sessions, snort would be a good tool to use. It can be ran on the command line in a way similar to tcpdump and dump complete data to a pcap file for later inspection with tools such as ethe

Re: ranges within a table ... is it possible ?

2005-04-20 Thread Roy Morris
alex wilkinson wrote: Hi all, Is it possible to specify a range within a table ? e.g. table const { 8000 >< 8999 } I get a syntax error for the aformentioned table, so can anyone suggest a method for what I'm trying to achieve ? Cheers - Alex why not put the table first and the ports in the ru

RE: State searches sky rocket / Firewall dies

2005-01-12 Thread Roy Morris
I use max-src-conn in production and it works fine. Just don't be to tight on the numbers > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Chris Cameron > Sent: January 12, 2005 1:46 PM > To: pf@benzedrine.cx > Subject: Re: State searches sky rocket

RE: help with a pf rule

2004-12-28 Thread Roy Morris
you posted this on misc@ already. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Jayel Villamin > Sent: December 28, 2004 11:43 AM > To: pf@benzedrine.cx > Subject: help with a pf rule > > > I have been looking at this tcpdump log for the last ho

RE: pf port knocking

2004-12-17 Thread Roy Morris
> not trying to speak for ed, but IMHO...it's dumb because any > yahoo with > a local account on a machine can create a listening socket on > a port >= > 1024. Anyone can create a socket above 1024 anyway, regardless .. this has nothing to do with ssh. If you are running a server, full of users

RE: pf port knocking

2004-12-17 Thread Roy Morris
change your ssh port to like 30222 or something .. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > A > Sent: December 17, 2004 12:12 AM > To: [EMAIL PROTECTED] > Subject: pf port knocking > > > Hey all > > I am getting tired of seeing the follow