@rcknrll said in Connecting HomeKit Enabled Router to pfsense?:
I suppose extra round of network address translation could lead to unwelcome issues. @Gblenn thanks for the advice, i will try to employ your recommendation this weekend.
Well, the one major thing is that with Linksys connected on the WAN port, pfsense has nothing to do with any of the connections on the LAN side of the Linksys router. So DHCP for example needs to be handled by Linksys, not pfsense in that case. It would work, as long as you make sure the subnets are different as in 192.168.1.1/24 on pfsense and 192.168.DIFFERENT.1/24 on Linksys. But you are then just putting a whole separate network on a VLAN. And you can not communicate from pfsense LAN to Linksys LAN without some effort on your part, like opening ports etc. It would be like coming in from the internet...
I'm sure there may be instructions out there for your Linksys model on what things to do to truly make it into an AP. Perhaps it is VLAN aware as well and then you could extend your VLAN onto the wifi network. So if you wanted you could have a Guest network on VLAN 20 and the rest on the default subnet under pfsense for example.