Hello,
I had been messing around with firestarter, and it set up some really dumb
iptables rules - everything is blocked. So, I used synaptic to completely
remove firestarter, and rebooted.

The iptables rules remained, and I could not access the network. So, in an
attempt to remove it manually, I did as follows:

sudo ufw disable
sudo iptabls --flush
sudo iptables -P FORWARD ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -P INPUT ACCEPT

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


After those commands, everything worked fine. However, whenever I reboot,
the rules are reset to block everything.

Since I'm a bit of a redhat guy, I thought it would be as easy as 'chkconfig
iptables off'...

What should I do? Any suggestions appreciated!

-- 
Christopher Stamper

Email: [email protected]
Web: http://tinyurl.com/2ooncg
gTalk: http://tinyurl.com/6e359r
Skype: cdstamper

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ubuntu Linux" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ubuntulinux?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to