Re: pf.conf newbie help
From: Dennis Russo (denrusso_at_yahoo.com)
Date: 08/25/04
- Next message: Dave Uhring: "Re: pf.conf newbie help"
- Previous message: Reid Nichol: "Re: Help: pf queuing and multiple interfaces"
- In reply to: Dave Uhring: "Re: pf.conf newbie help"
- Next in thread: Dave Uhring: "Re: pf.conf newbie help"
- Reply: Dave Uhring: "Re: pf.conf newbie help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Aug 2004 18:32:16 -0700
Dave Uhring <daveuhring@yahoo.com> wrote in message news:<pan.2004.08.24.18.03.21.850842@yahoo.com>...
> On Tue, 24 Aug 2004 10:45:42 -0700, Dennis Russo wrote:
>
> > Keith Matthews <invalid@frequentous.co.uk> wrote in message news:<QbmdneFnOsexc7fcRVn-ow@eclipse.net.uk>...
> >> Dennis Russo wrote:
> >>
> >> > Dave Uhring <daveuhring@yahoo.com> wrote in message
>
> >> >> This one is:
> >> >>
> >> >> pass in on $ExtIF inet proto udp from any to any port 53 keep state
> >> >
> >> > Ah, I was allowing port 53 as tcp, not udp. That is my error...
> >> > Thanks alot for the info (I will crawl back under my rock now for not
> >> > knowing that)...
> >> >
> >>
> >>
> >> You need both. UDP is normally used, but a long response will cause TCP to
> >> be used.
> >
> > Thanks for the responses. However, I added the following line
> >
> > pass in on $ExtIF inet proto udp from any to any port 53 keep state
> >
> > but still no dice. I'm using this DNS server mainly as my primary for
> > my small little home network. When I try to apply these rules I do
> > not have DNS capabilty. I thought maybe to add another line similar
> > to the one above only substitute $IntIF for $ExtIF, but still no good
> > (since the queries would be coming from the internal interface??).
> > Any ideas??
>
> Do your hosts on the LAN access the nameserver via $ExtIF or $IntIF?
I have the generic home network setup of all hosts connect via switch
into my obsd box (which has two NICs). $IntIF is connected to the
switch
> Are you even sure the nameserver is working? Why are you firewalling
> packets from your LAN anyway?
I am sure the nameserver is working. When I comment out everything
except the nat and add pass in all/pass out all rules, it works great
(both for computers accessing the web from behind the obsd box and
computers trying to access from the internet). I don't want to
firewall packets from my LAN, I want to firewall packets to my LAN.
Any thoughts??
Thanks again for the responses!!
cheers,
dr
- Next message: Dave Uhring: "Re: pf.conf newbie help"
- Previous message: Reid Nichol: "Re: Help: pf queuing and multiple interfaces"
- In reply to: Dave Uhring: "Re: pf.conf newbie help"
- Next in thread: Dave Uhring: "Re: pf.conf newbie help"
- Reply: Dave Uhring: "Re: pf.conf newbie help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|