ipf firewall questions

2004-11-15 Thread Andrew Smith
I'm using ipf as my firewall, and I can't figure out why OWA is being blocked 
going to 172.20.0.11.  Below is the current config file which works.  But if I 
removed the fourth line, my users can't access OWA externally.  I would have 
thought the lines: pass out quick from 172.20.0.0/24 to any keep state and pass 
in quick from any to 172.20.0.0/24 would have superceded the line block out log 
proto tcp from any to any port = 80.

Any suggestions would be helpful.

Andrew



#
# Permit Outlook Web Access
#
pass in quick proto tcp from any to 172.20.0.11 port = 80 keep state 

#
# Allow All College Traffic
#
pass in quick from 10.0.0.0/8 to any
pass out quick from any to 10.0.0.0/8

#
# Permit all Network Critical Machines Access
#
pass out quick from 172.20.0.0/24 to any keep state
pass in quick from any to 172.20.0.0/24

#
# Permit all Network Teacher/Staff Computers Access
#
pass out quick from 172.20.1.0/24 to any keep state
pass in quick from any to 172.20.1.0/24

#
# Block all Network Traffic from Student Used Computers
#
block out quick from 172.20.2.0/24 to any
block in quick from any to 172.20.2.0/24

#
# Block all Network Traffic from Student Owned Computers
#
block out quick from 172.20.3.0/24 to any
block in quick from any to 172.20.3.0/24

#
# Block any other Port 80 or 443 Access
#
block out log proto tcp from any to any port = 80
block out log proto tcp from any to any port = 443
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


DHCP & nameservers

2004-11-12 Thread Andrew Smith
I'm using my FreeBSD box as the gateway machine for my cable modem. 
Obviously the cable modem side has to be set as DHCP, which automaticlly 
sets the DNS nameservers in resolve.conf.

However I am running a caching name server on the box, and would like to 
have resolve.conf only point to local host.  Is there any way to keep DHCP 
from updating resolve.conf?

Thanks in advance,
Andrew 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Caching DNS Server?

2004-11-09 Thread Andrew Smith
Ok I think I've got bind working correctly, in resolve.conf I've only put 
127.0.0.1 as the nameserver and I'm able to ping stuff on the internet.  Is 
there anyway I can test to see if it's actually caching my requests?  Where 
is the cache stored?

FYI,
The only things I did to /etc/named/named.conf was comment-out the listen-on 
line and put in my ISP DNS servers in the forwarders.  I also deleted all 
the zone information.

Andrew
- Original Message - 
From: "Benjamin Sobotta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Andrew Smith" <[EMAIL PROTECTED]>
Sent: Tuesday, November 09, 2004 2:30 PM
Subject: Re: Caching DNS Server?


Hi
This might help:
http://www.de.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dns.html
You don't need to install any ports. BIND9 is part of the FreeBSD.
Ben
On Tuesday 09 November 2004 16:56, Andrew Smith wrote:
I want to setup a Caching DNS server for my network using FreeBSD 5.3. 
Can
someone point me in the right direction with what port I need to install
and any links to installation guides?

Thanks in Advance!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Caching DNS Server?

2004-11-09 Thread Andrew Smith
I want to setup a Caching DNS server for my network using FreeBSD 5.3.  Can 
someone point me in the right direction with what port I need to install and 
any links to installation guides?

Thanks in Advance!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Boot Loader

2004-11-02 Thread Andrew Smith
Ok I'm stuck...

I'm trying to get Windows XP and FreeBSD 4.10 to dual boot.

I'm installing onto a 40GB HD:
30GB - WinXP
10GB - BSD

So I installed XP, and then FreeBSD, with the Boot Manager.

Rebooted and I get the FreeBSD boot manager.  When I hit F2, FreeBSD loads without 
problems.  However when I hit F1, the computer just beeps at me.

So I installed GRUB from the ports 0.94.  I was able to manually boot BSD with GRUB, 
but I could not figure out how to get XP to boot, it didn't recognize the partition 
which XP was installed when I would do a "root (hd0,0)".

I've search for a few hours now, trying to figure this out.  But I'm stumped.

Would this be easier with two Hard Drives?

Any suggestions?

Thanks,

Andrew
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"