When choosing the LAN interface, my connection becomes very slow to the point that I can't access the internet.
I have a Core i5 4300Y and 8 GB RAM. Aside from the default services after opnsense installation, I only have IDS enabled, with around 6-10 ET* rules enabled, IPS and Promiscuous mode enabled, and Hyperscan.
What could be the problem?
Ok, I left IPS unchecked and everything went back to normal. All hardware offloading from the advanced settings have are disabled prior to enabling IPS. I don't understand, I have an Intel 1000 NIC which should support netmap. Also enabling IPS on WAN only works.
What if LAN only and promiscuous mode unchecked ?
I found the problem.
My LAN is a lan bridge: LAN = igb1 (LAN default), igb2 (OPT1), igb3 (OPT2), it's not LAN = igb1. Enabling IPS should be on the actual interface. So it looks like it doesn't work well when you use it on a bridge.
I reconfigured the interfaces to be not on a bridge and IPS is now working.