Sorry about the delay, I was away for a few days with only a tablet to write with.
Ok, so you want to have an additional interface that will host a wireless access point. You want want clients on that interface to have access to the internet but not to any machines on the LAN interface. Do you want wireless clients to be able to access the pfSense webgui? I will assume you do not.
Two ways of achieving this you can allow access to everything and then block access to what you don't want or you can allow only access to what you want. I choose the latter because it involves less rules (faster processing) and is more logical to me.
So, by default pfSense will block all new connections coming into an interface so without adding any rules to OPT1 wireless clients will not be able to connect to anything. We need to add rules to allow only connections to the internet. I have an almost identical setup on my home box, the difference being I have a lot more internal interfaces. I first setup an alias that contains all my local subnets Firewall: Aliases:.
My alias is called LOCAL and for simplicity it's set as 192.168.0.0/16.
Now set a firewall rule on OPT1
Protocol: IPV4
Source: OPT1 net
Port: *
Destination: !LOCAL (the ! indicates NOT here)
Port: * (you could limit this further by using a limited range of ports here)
Gateway: *
Thus only connection to addresses outside your local subnets will be allowed. This works fine BUT if your using the pfSense DNS forwarder (which you probably are) then you need to also allow access to that. Add another rule to OPT1
Protocol: IPV4
Source: OPT1 net
Port: *
Destination: OPT1 address
Port: 53 (DNS)
Gateway: *
And you should be good. If you test you will find that clients on OPT1 can still access the webgui on the WAN address because the web server listens on all interfaces. If you don't want that add a specific block rule at the top of the list to block it.
Attached is a screen shot of the rules I have on my wifi interface. All the additional rules allow access to further services but only the two I described above are necessary for internet access.
Steve
Hmm still can't attach files so here's a linked image: