Re: pf NAT and 3 NICs under openbsd 3.3

2003-09-27 Thread John
Hi Joel, thanks for replying On 26 Sep 2003 14:37:21 -0700, j knight [EMAIL PROTECTED] wrote: Hi John, John wrote: # NAT and redirect nat on $ext_if from { $int_if_dmz, $int_if_lan } to any - ($ext_if) rdr on $ext_if proto tcp from any to any port $tcp_services -

PF debugging

2003-09-27 Thread Ed White
Hi, I'm looking for tips tricks to write patches for PF. The biggest problem is debugging a live kernel. How do you do ? VMWare ? Ed

Re: PF debugging

2003-09-27 Thread Henning Brauer
On Sat, Sep 27, 2003 at 02:58:47PM +0200, Ed White wrote: I'm looking for tips tricks to write patches for PF. The biggest problem is debugging a live kernel. How do you do ? VMWare ? good 'ol printf and ddb '-) -- Henning Brauer, BS Web Services, http://bsws.de [EMAIL PROTECTED] - [EMAIL

i think i missed the point of pf :/

2003-09-27 Thread Lasse Stig Thomsen
Aye Captn's Im trying to make my openbsd 3.3 i386 router work 100% correctly as router and firewall between the evil oceans of the internet and my local network. My vr0 cards i connected to the internet and the xl0 i connected to all the clients behind the OpenBSD router/firewall.

RE: PF debugging

2003-09-27 Thread Dom De Vitto
I'm looking for tips tricks to write patches for PF. The biggest problem is debugging a live kernel. How do you do ? VMWare ? good 'ol printf and ddb '-) Bah! Fancy stdio stuff? Real Men use write(2,) ...and that's only when you don't have access to /dev/kmem :-) Dom - - - - -