When I boot with Firestarter GUI opened, iptables becomes empty at the next session (outbound policy = ACCEPT)
My computer runs with firewall rules set using Firestarter. So, when I start my system every day, usually I type "sudo iptables -L" to see if it is running. It's usually running (the command returns with a long list of rules).
But, when I open Firestarter GUI in a session and reboot without closing it, next time I run "sudo iptables -L" it returns:
# sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
If I close Firestarter GUI before rebooting, iptables rules are still set on the next session (I run "sudo iptables -L" and it returns all the rules that I have set).
Is that a bug? It is very annoying closing Firestarter every time I shutdown my computer.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Nabor Oliveira for more information if necessary.