@bobn:
Thanks both of you.
rjcrowder, Yea, I've noticed that is a wide difference among posters opinions about the matter of pfsense hosting wireless services.
starshooter10, are these steps in the gui, or a command line option; like is scheduler gui or cli? Oops, I've finally found the scheduler tie in with the firewall rules…... nm
Does the GUI firewall builder offer up enough that I don't need to learn the CLI? If not, has anyone run across a great primer for that CLI.
I come from a cisco ios and asa background. I dislike cisco's automagic network access they try institute in enterprise class products with their security zones freely allowing network from higher to lower security zones, I always start a new dmz vlan with an implicit deny ip any any inbound and outbound. So I'm not unfamiliar with the SIP, DIP, DP, and masking concepts. I just haven't actually had to work with linux type of firewall CLI, so I'm starting out at ground zero with it.
Is the web/http content filtering in this an inline filter, or explicit proxy filter?
Thanks
Probably shouldn't admit it, but I don't have much of a networking background… so I don't know much about Cisco devices.
The pfsense gui firewall rule creator is pretty nice and lets you do about anything you would want to do at layer 3. However, because it is using PF under the covers it will not let you do anything with layer 2. In order to mess with layer 2, you need to use the ipfw firewall - which is installed as part of the captive portal. Unfortuntely, there is no pfsense gui that allows you to create ipfw firewall rules - so if you need layer 2 rules you are at the command line...
From what I've seen, this is the major difference from linux based firewalls that I've played with (ipcop for example) which use iptables and let you create layer 2/3 rules.