@derelict said in How do I setup LAN to Wifi, Wifi to LAN. Wifi different subnet to LAN.:
WAN allow > pfsense
LAN antilockout rule anything allow > pfsense
LAN 192.168.6.0/24 allow to 192.168.5.0/24
LAN 192.168.5.0/24 allow to 192.168.6.0/24
ATH0 allow anything to anything
The stricken rule does nothing. You will never see traffic coming into LAN from 192.168.6.0/24.
Here's what you want to do in general:
Pass traffic on ATH0 for things you want wireless clients to be able to do (like local DNS)
Reject traffic on ATH0 for things you don't want wireless clients to be able to do (Like access LAN or the firewall itself)
Pass traffic on ATH0 to everything else (the internet)
Read this:
https://doc.pfsense.org/index.php/Firewall_Rule_Troubleshooting
Wifi name in hindi
Any questions post the part of that document you don't understand and ask away.


There are some things that are specific though like the interface names but pfSense will ask you to re-assign them at the first boot. It can be a problem if the previous hardware had more interfaces than the new hardware.
You certainly can import a config file from an older pfSense version, there are scripts to translate it to the newer config file format.