From the course: LPIC-2 Linux Engineer (202-450) Cert Prep
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Using iptables as a firewall - Linux Tutorial
From the course: LPIC-2 Linux Engineer (202-450) Cert Prep
Using iptables as a firewall
- Most Linux firewalls are just using iptables in the background. So let's cut out the middleman and learn how to configure iptables directly. - [Announcer] You are watching ITPRO TV. (upbeat music) - Welcome back. We've got more LPIC-2 more on iptables. And this episode is all about using iptables as a firewall. So what are we going to learn today? - Well, we are going to dive into iptables itself. There's a lot of front ends that are available for iptables that are out there. But if you know how to configure the iptable system itself, you'll be much more ready when you jump onto systems you've never used before. So, really cool thing to do. That's what we're going to look at here. We're going to learn how to write firewall rules to allow traffic, to block traffic. And we'll talk a little bit about the organization of those rules and how they're stored in the iptables configuration. - So let's start with chains and actions. How do they work within iptables? - Alright, so if you've…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
(Locked)
Building a router with iptables19m 18s
-
(Locked)
Configuring port forwarding with iptables17m 51s
-
(Locked)
Using iptables as a firewall18m 49s
-
(Locked)
Building an FTP server with vsftpd20m 42s
-
(Locked)
Building an FTP server with Pure-FTPd17m 47s
-
(Locked)
Restricting access to SSH13m 56s
-
(Locked)
Enabling certificate authentication in SSH16m 22s
-
(Locked)
Blocking brute force attacks with Fail2ban20m 17s
-
(Locked)
Scanning for open ports with Nmap16m 36s
-
(Locked)
Building a VPN server with OpenVPN15m 38s
-
(Locked)
Configuring an OpenVPN client15m 28s
-
(Locked)