Re: where am I supposed to put my rc.firewall?

2004-01-31 Thread Eric F Crist
On Friday 30 January 2004 11:02 pm, JJB wrote: How can it cause connections problems, you have never used it yet, so how can you say that. I HAVE used it, and it is cause, primarily, DNS request problems. DNS queries don't seem to have the ability to forward to other servers. Yes the rule

Re: where am I supposed to put my rc.firewall?

2004-01-31 Thread Peder Blom
On Fri, 30 Jan 2004 19:47:47 -0600 Eric F Crist [EMAIL PROTECTED] wrote: On Friday 30 January 2004 06:54 pm, Chuck Swiger wrote: Eric F Crist wrote: I'm trying to add IPFW support. Where do I put my rc.firewall so that it gets read at boot time? I've tried /usr/local/etc/rc.d and

Re: where am I supposed to put my rc.firewall?

2004-01-31 Thread Chuck Swiger
Peder Blom wrote: [ ... ] Add this to your rc.conf: (instead of firewall_type=...): firewall_script=/etc/grog.firewall See /etc/defaults/rc.conf ! While I won't speak against looking at /etc/defaults/rc.conf, setting firewall_type works fine; see the end of /etc/rc.firewall: *) if [ -r

Re: where am I supposed to put my rc.firewall?

2004-01-31 Thread Peder Blom
On Sat, 31 Jan 2004 10:50:19 -0500 Chuck Swiger [EMAIL PROTECTED] wrote: Peder Blom wrote: [ ... ] Add this to your rc.conf: (instead of firewall_type=...): firewall_script=/etc/grog.firewall See /etc/defaults/rc.conf ! While I won't speak against looking at /etc/defaults/rc.conf,

Re: where am I supposed to put my rc.firewall?

2004-01-31 Thread Chuck Swiger
Peder Blom wrote: I've never done it this way, but in this case I assume that you just define the rules in '/etc/ERICS_firewall', thus: -- add 100 pass all from any to any via lo0 add 200 deny all from any to 127.0.0.0/8 add 300 deny ip from 127.0.0.0/8 to any add 600 allow all from

Re: where am I supposed to put my rc.firewall?

2004-01-31 Thread Chuck Swiger
Jack L. Stone wrote: At 02:04 PM 1.31.2004 -0500, Chuck Swiger wrote: # set these to your inside interface network and netmask and ip #define IIF fxp0 #define INET 10.1.1.0/24 #define IIP 10.1.1.1 [ ...OIF info snipped... ] # port number ranges #define LOPORTS 1-1023 #define HIPORTS

Re: where am I supposed to put my rc.firewall?

2004-01-30 Thread Chuck Swiger
Eric F Crist wrote: I'm trying to add IPFW support. Where do I put my rc.firewall so that it gets read at boot time? I've tried /usr/local/etc/rc.d and /etc but neither seems to get read. Specify the location of your firewall script in /etc/rc.conf like so: firewall_enable='YES'

Re: where am I supposed to put my rc.firewall?

2004-01-30 Thread Eric F Crist
On Friday 30 January 2004 06:54 pm, Chuck Swiger wrote: Eric F Crist wrote: I'm trying to add IPFW support. Where do I put my rc.firewall so that it gets read at boot time? I've tried /usr/local/etc/rc.d and /etc but neither seems to get read. Specify the location of your firewall

Re: where am I supposed to put my rc.firewall?

2004-01-30 Thread Eric F Crist
To: Chuck Swiger Cc: [EMAIL PROTECTED] Subject: Re: where am I supposed to put my rc.firewall? On Friday 30 January 2004 06:54 pm, Chuck Swiger wrote: Eric F Crist wrote: I'm trying to add IPFW support. Where do I put my rc.firewall so that it gets read at boot time? I've tried /usr