firewall: incoming open by default?

Asked by Roman Polach

In Edgy docs I have read that firewall is set to deny
incommng packets by default immediately after installation,
but iptables -L shows that INPUT is fully open if I understand
it correctly:

# 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

Is it a bug?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Alan Pope 🍺🐧🐱 🦄
Solved:
Last query:
Last reply:
Revision history for this message
Daniel Hahler (blueyed) said :
#1

Where is "Edgy docs", and/or: which part of it do you mean?

Revision history for this message
Best Alan Pope 🍺🐧🐱 🦄 (popey) said :
#2

You may have misunderstood the documentation.

It is my understanding that on an Ubuntu install there are no network services running (ssh, http, ftp, telnet etc), and the firewall is open. It's open because there is nothing behind it. If you choose to install and run services then you might want to configure the firewall.

Revision history for this message
Roman Polach (rpolach) said :
#3

User confirmed that the request is solved.

Revision history for this message
Roman Polach (rpolach) said :
#4

Only note: I was found the place where I have read about
blocked incoming connections by default: http://www.linuxworld.com.au/index.php/id;921958194;fp;2;fpid;37
It is a LinuxWorld arcticle, not an edgy documentation.