Question.
If Skynet let invalid packet come in due to whitelist, does the router own spi would have drop it? When we say whitelist, we are just letting in the packet to be process by the router?
My understanding is first line of defence is Skynet ipset at raw stage, then enter mangle and filter and nat? There is filter iptables blocking those invalid packet? That is what i see in the iptables.
-A INPUT -m state --state INVALID -j DROP
-A FORWARD -m state --state INVALID -j DROP
I can't directly speak to the entire routing chain... But I can tell you that invalid packets from whitelisted hosts WERE making it to devices on my LAN when SkyNet's Autoban iptables rules were in place.
Please read through the messages between me, @Adamm, and @john9527 earlier in this thread -- there is ample evidence there. The ACCEPT rule for whitelisted hosts allowed the invalid packets to reach the LAN.