You are not logged in.
Pages: 1
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
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.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
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
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
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.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Bummer .... then I guess one needs to get iptables if a firewall is needed right?
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Yep!
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1