ClearFoundation Tracker - ClearOS
View Issue Details
0009571ClearOSapp-firewall - Firewallpublic2016-07-08 15:362016-08-17 09:47
bchambers 
dsokoloski 
normalmajorsometimes
closedfixed 
7.2.0 
7.2.0 Updates 
0009571: firewall-start6 can fail into panic mode
One customer had firewall-start6 fail...try on another server, and same service is failing due to transparent proxy redirect (I think).

This panic is then logged in event monitor and you can't get rid of it/clear it.

firewall6: iptables -t filter -A INPUT -i ppp0 -p udp --dport 1024:65535 -m state --state ESTABLISHED,RELATED -j ACCEPT
firewall6: iptables -t filter -A INPUT -i ppp0 -p tcp --dport 1024:65535 -m state --state ESTABLISHED,RELATED -j ACCEPT
firewall6: Running user-defined port forward rules
firewall6: /sbin/rmmod imq 2>/dev/null = 256
firewall6: /sbin/tc qdisc del dev ppp0 root >/dev/null 2>&1 = 512
firewall6: Running 1-to-1 NAT rules
firewall6: Running user-defined proxy rules
firewall6: Content filter is offline
firewall6: Web proxy is online
firewall6: iptables -t nat -A PREROUTING -p tcp -d 192.168.71.1 --dport 80 -j ACCEPT
firewall6 v1.4.21: host/network `192.168.71.1' not found
Try `firewall6 -h' or 'firewall6 --help' for more information.
firewall6: Running firewall panic mode...
No tags attached.
Issue History
2016-07-08 15:36bchambersNew Issue
2016-08-17 09:47user2Statusnew => resolved
2016-08-17 09:47user2Fixed in Version => 7.2.0 Updates
2016-08-17 09:47user2Resolutionopen => fixed
2016-08-17 09:47user2Assigned To => dloper
2016-08-17 09:47user2Statusresolved => closed
2016-08-17 09:47user2Assigned Todloper => dsokoloski

There are no notes attached to this issue.