Post4VPS Forum | Free VPS Provider
Firewall for Linux - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: Geek World (https://post4vps.com/Forum-Geek-World)
+--- Forum: Hardware & Technology (https://post4vps.com/Forum-Hardware-Technology)
+--- Thread: Firewall for Linux (/Thread-Firewall-for-Linux)

Pages: 1 2


Firewall for Linux - meetdilip - 02-07-2017

Which firewall is best for Linux ? Does anyone offer free firewall for Linux ? Have you guys tried it ? How was the experience ?


RE: Firewall for Linux - sagher - 02-08-2017

Two well known Procedures i know. after built in linux firewall like iptable rules.
one is fail2ban you can install it with ssh command apt-get install fail2ban and the second one is ufw and you can install it with apt-get install ufw.
both are easy to use. you can get there tutorial easily from internet. also command lines to install and make iptable rules. as a custom rules.


RE: Firewall for Linux - Jayce - 02-10-2017

Firewall isn't really needed if you have a linux vm/container unless you are really new to these stuff, I mean everyone can secure his VPS against most of the attacks. And no, there's no free Firewall available AFAIK.


RE: Firewall for Linux - kubanek_kuba - 02-10-2017

I was using APF and it works fine but you need to configure it basing what you have on vps.


RE: Firewall for Linux - TrK - 02-11-2017

There is a free available firewall for most of the linux distros, its called CSF and here is it https://configserver.com/cp/csf.html.


RE: Firewall for Linux - maroon93 - 02-11-2017

I heard Iptables is a secure one. Its really a nice and simple frontend to Netfilter and a powerful firewall manager built on top of iptables.


RE: Firewall for Linux - Vuluts - 02-13-2017

iptables I think is mostly used firewall for linux distros, and it's easy to configure base on your needs.


RE: Firewall for Linux - bakman12 - 02-21-2017

(02-11-2017, 07:51 AM)maroon93 Wrote: I heard Iptables is a secure one. Its really a nice and simple frontend to Netfilter and a powerful firewall manager built on top of iptables.

you can use shorewall to manage ip tables as well.It is also known as “Shoreline Firewall”. It is built upon the iptables/ipchains netfilter system.


RE: Firewall for Linux - maroon93 - 02-21-2017

(02-21-2017, 04:36 PM)bakman12 Wrote: you can use shorewall to manage ip tables as well.It is also known as “Shoreline Firewall”. It is built upon the iptables/ipchains netfilter system.

i already using it :Smile its good firewall system im using it for NAT and some forwarding configuration


RE: Firewall for Linux - Lucifer - 02-22-2017

use iptables. its the most using firewall for the linux