ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009571ClearOSapp-firewall - Firewallpublic2016-07-08 15:362016-08-17 09:47
Reporterbchambers 
Assigned Todsokoloski 
PrioritynormalSeveritymajorReproducibilitysometimes
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version7.2.0 
Target VersionFixed in Version7.2.0 Updates 
Summary0009571: firewall-start6 can fail into panic mode
DescriptionOne 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...
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2016-07-08 15:36 bchambers New Issue
2016-08-17 09:47 user2 Status new => resolved
2016-08-17 09:47 user2 Fixed in Version => 7.2.0 Updates
2016-08-17 09:47 user2 Resolution open => fixed
2016-08-17 09:47 user2 Assigned To => dloper
2016-08-17 09:47 user2 Status resolved => closed
2016-08-17 09:47 user2 Assigned To dloper => dsokoloski