Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /usr/local/www/interfaces.php:931 Stack trace: #0 {main} thrown in /usr/local/www/interfaces.php on line 931
Anyone with the original issue here to try https://github.com/opnsense/core/commit/475cb8ec7f ?# opnsense-patch 475cb8ec7fThanks,Franco
I also found that NAT is not working using WIFI as a WANin ifconfig the interface appears as iwm0_wlan0 but the NAT does not see this, so no automatic rules are generated.Adding manual rules looks likerdr nat on iwm0 inet …manually change rules to change to iwmo_wlan0 appears to workso fix is to edit /conf/config.xml from: <wan><if>iwm0</if>to be <wan><if>iwm0_wlan0</if>Next disable outbound NAT, save, apply.Finally re enable automatic Nat, save, apply.Now have working NAT with WIFI WAN.