Using the shell in chrosh in ChromeOS I followed some (apparently terrible) advice to flush my IP tables. using the command
sudo iptables -F
I am now unable to connect to the internet at all. All web pages return the 'This webpage is not available' screen.
I'd really like to not have to wipe my installation but it's the only way I know how to fix it. I've spent some time setting up Ubuntu using crouton and don't want my work to be undone so if anyone has any ideas how to fix this it would be greatly appreciated.
[EDIT]1: https://code.google.com/p/chromium/issues/detail?id=181743 step 2 has allowed me to connect to the internet. Is this thorough enough?
[EDIT]2: As requested, using
sudo iptables -L
Here is this output:
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state NEW,RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere