I had similar symptoms after upgrading to 164.
[EDIT] To be clear, the symptom experienced is " * No Internet Pages being accessed."
Upon firewall restart I got:
[root@discoinferno ~]# /etc/init.d/firewall restart
Setting up firewall
iptables v1.8.7 (legacy): host/network `none' not found
Try `iptables -h' or 'iptables --help' for more information.
ERROR: iptables --wait -A FORWARDFW -s 192.168.2.174/32 -d none -j ACCEPT
iptables v1.8.7 (legacy): host/network `none' not found
Try `iptables -h' or 'iptables --help' for more information.
ERROR: iptables --wait -A FORWARDFW -s 192.168.2.174/32 -d none -j ACCEPT [ OK ]
[root@discoinferno ~]#
Turned out that I had a firewall rule still active, where the destination was a Group that no longer existed. I guess that’s why I got -d none. I deactivated the group, restarted the firewall, and things worked fine again.
I’m almost certain that I disabled the rule previously. So either I don’t remember correctly or the rule got somehow magically activated. I admit the first explanation sounds more likely.
So I’m not sure why the error caused the symptoms in the first place, but I hope this report is useful. Let me know if you need more information.
Cheers,
jayrock