You are not logged in.

#1 2008-11-05 03:50:15

ferral-cat
Member
Registered: 2008-11-03
Posts: 22

Is there a default firewall installed?

Hi,

Is there a firewall installed in Arch by default?  I know that I did not install the iptables package during inital setup. 

So now that i forward my ports do I need to open up ports for torrent?  And if yes then how can I accomplish this task?  Do I need to install iptables?

I dont want any ports closed because I handle my security thru the router.

Offline

#2 2008-11-05 04:22:23

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Is there a default firewall installed?

The closest thing to a firewall in a default install in hosts.deny file which you may need to edit to allow your incoming connections.

Offline

#3 2008-11-05 04:27:07

Statix
Member
From: Hangzhou, China
Registered: 2008-02-16
Posts: 240

Re: Is there a default firewall installed?

In other words, no there is no default firewall installed, and you will not have to open up any ports on your computer (no ports will be closed.)


Madly in love with Arch64, Openbox, DotA, and of course... penguins!
Happy to help if you're not a Help Vampire. Use your wonderful resources like ArchWiki, Google, and our wonderful search page.

Offline

#4 2008-11-05 21:23:53

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Is there a default firewall installed?

Statix wrote:

In other words, no there is no default firewall installed, and you will not have to open up any ports on your computer (no ports will be closed.)

But ..... doesn't the hosts.deny setup so all incoming connections are blocked?

$ cat /etc/hosts.deny 
#
# /etc/hosts.deny
#

ALL: ALL: DENY

# End of file

R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#5 2008-11-05 21:43:08

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Is there a default firewall installed?

The hosts.allow and host.deny files are only used by programs who call the tcp_wrappers - they will only block the connection if the application support tcp_wrappers and respects them correctly.

Offline

#6 2008-11-05 21:53:54

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Is there a default firewall installed?

Bummer .... then I guess one needs to get iptables if a firewall is needed right?


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#7 2008-11-05 22:32:01

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Is there a default firewall installed?

Yep! smile

Offline

Board footer

Powered by FluxBB