WEBVTT

00:00.850 --> 00:08.260
Hello and welcome in this course will talk about the Linux firewall as a firewall is a network security

00:08.260 --> 00:16.420
system that monitors and controls incoming and outgoing network traffic based on predetermined security

00:16.420 --> 00:16.840
rules.

00:17.110 --> 00:25.300
A firewall typically establishes a barrier between a trusted internal network and an trusted external

00:25.300 --> 00:27.550
network such as the Internet.

00:28.270 --> 00:35.290
Firewalls are an important tool of it can be configured to protect your servers and infrastructure.

00:36.370 --> 00:44.740
The final solution for Lennox is called net filter, net filter is a software firewall, a packet filtering

00:44.740 --> 00:47.320
framework inside the Linux kernel.

00:47.680 --> 00:56.830
It enables packet filtering network and port address, translation, port forwarding and packet alteration,

00:56.830 --> 01:04.510
which is the process of intentionally altering data and IP packet headers before or after the routing

01:04.510 --> 01:05.110
process.

01:06.510 --> 01:13.860
Net filter is the professional and the mostly used solution for building firewalls in Linux operating

01:13.860 --> 01:14.490
systems.

01:15.480 --> 01:23.640
The net filter framework is controlled by the IP tables command IP tables is a tool that belongs to

01:23.640 --> 01:27.100
the user space used to configure net filter.

01:27.420 --> 01:35.650
It is said that net filter belongs to the cable space and IP table belongs to the user space.

01:36.240 --> 01:43.500
Most of the time, net filtering and IP tables are often combined into a single expression net filter

01:43.500 --> 01:44.340
IP tables.

01:44.820 --> 01:52.470
In this course, we want to make a very clear distinction between IP tables, internet filter and simply

01:52.470 --> 01:55.530
refer to the entire thing as IP tables.

01:56.460 --> 02:04.260
Then you should know that every Linux distribution uses net filter and IP tables and there is nothing

02:04.260 --> 02:07.710
extra, no extra software that should be installed.

02:08.040 --> 02:10.470
IP tables is already there.

02:11.160 --> 02:19.140
You should also know that only you can configure the net filter framework or use the IP tables comment.

02:19.980 --> 02:27.090
This was a very short introduction to net filter and IP tables and in the next lectures will dive deep

02:27.090 --> 02:30.870
into almost every IP table option available.
