More information on Firewalls

It seems nowadays if you are not online, you don'tson to work and he downloads music on your fast
exist. It really does not matter what type ofcompany internet connection only to introduce your
company you run, you should have an onlinecorporate network with a worm or even worst a
presence to let your prospects and clients knowTrojan horse. Service ports that are open to the
about your company and services. When you decidepublic such as Port 80 HTTP, have know
to take the leap onto the Internet there are somevulnerabilities on the Internet. FTP has many
precautions you should take. I have friends who sayvulnerabilities as well.
all the time, I really have nothing to hide or worryAre there different types of firewalls?
about. This may be true, but malicious users like toYes. There are hardware and software firewalls. You
deface websites.Which can ruin you and yourmight be even using Zone Alarm or Black Ice
businesses reputation.Defender. These are software based firewalls, the
This is a paper about firewalls protecting yourmore I study firewall technology I realize that
company from outside threats and unauthorizedeverything truly is a software firewall. A computer is
access.nothing without software to tell it what to do.
A firewall is a great start. Firewalls can be bothPacket Filters
hardware and software based. There are manyPacket Filters look at source and destination
different firewall vendors some of the bigger namesaddresses. This is where firewall rule sets come in to
are Cisco, Symantec, and Checkpoint. The difficultplay. The firewall administrator must determine which
part is configuring the firewall. This is where manysource and destination ports and addresses to allow
intruders bypass security, because the firewall isor deny. The security administrator needs to keep up
poorly configured.to date with alerts on vulnerabilities as new holes are
I would like to mention that there are many Openfound and created daily. A technique known as
Source programs and operating systems that offerspoofing can sometimes fool firewalls but making it
great firewall software. I personally believe thatappear that a packet is coming from inside the
OpenBSD has one of the most secure operatingprotected network when in fact it is an attacker
systems and firewall configurations if done right.changing the source address.
FreeBSD also has firewall software, it is calledApplication Gateways
IPTABLES.IPTABLES offers packet filtering, NAT andApplication Gateways are like errand boys. You
you can even change packets in Linux. I have to sayrequest a file and the application gateway grabs it for
you can do anything you want in Linux, because theyou.This is great for logging connections, and setting
source code is right there. It's a beautiful thing. Linuxup authentication as well.
also uses this; you can build a firewall with the oldStatefull Packet Inspection
system sitting in your garage and two LinuxStatefull Packet Inspection is a technique used by
compatible network cards.Linux can be hardened, thisCisco PIX firewalls and Checkpoint Firewalls these
means to make the operating system more secure. Ifirewalls look at the data coming across the
like the tool Bastille Linux its is developed by Jeffnetwork.It can also authenticate connections, users
Beale. To really get a grasp on firewalls you need tocan usually not notice that the firewall is in place. Allot
understand TCP/IP and allot of different protocols toof firewalls now allow you to configure VPN's which is
know if you should allow or deny them into yourawesome if you have remote workers and satellite
network. IP addresses identify hosts on the Internetoffices and need to transfer data securely.
they look like this 127.214.234.54. Firewalls can blockIntrusion Detection is also something to consider, I
IP addresses, ports, protocols and even keywordslike SNORT. SNORT can detect known attacks
that come into packets. Hackers that want into youagainst your system and does a great job at logging
network have many different tools at their disposalthem if set up correctly. There are thousands of
to try to bypass firewalls. One common attack isdifferent software and hardware solutions you can
known as Denial Of Service or DOS attacks. Thepurchase for you home or network. I happen to like
attacker simply floods your network, firewalls with soOpen Source, because I like learning and knowledge
many packets that it cannot handle them andand the Open Source community has taught me
sometimes crashes. Firewalls are available with DOSmore than the corporate world ever will. A book I
filtering to keep these attacks low, and startwould like to recommend that is great for learning
dropping packets.firewalls is called simply enough Building Internet
Firewalls do not protect you from internal threatsFirewalls, it is by O'reilly. That is all for now. One last
such as employees bringing in viruses from home. Ortip, backup, backup, backup.
remote users using VPN's (virtual Private Networks)Benjamin Hargis CEO MCP Phuture Networks
bypassing your firewall. Think about if you bring yourFree Computer Advice!