If only every guide on the internet was this clearly explained, maybe the world would actually have helpdesks that understand what they're doing. Thanks man.
@carrycat8762 жыл бұрын
I work at a helpdesk and I agree.
@jakke19752 жыл бұрын
@@carrycat876 lol, I feel your pain (have some experience myself)
@DevoShreds7 ай бұрын
I came to review the iptables syntax for an upcoming exam and watched the whole lecture because you are an excellent teacher. Thanks for clarifying many questions I didn't know I had about iptables.
@Kathlanus2 жыл бұрын
Great video explaining most of the basics, thank you. But I would have appreciated a bit of a deeper dive into the internal decision making of iptables. How does it decide what table to use. Or in what order are which chanes of which table applied. I think that would be very important additional basics that may not be necessary for simple use cases like they are shown here. But are really important for more advanced use cases later on. Maybe a follow up video?
@cobaltshadow2417 Жыл бұрын
Helped me so much when trying to understand this for a college assignment. Thank you so much!
@theretromillennial2 жыл бұрын
Thanks for this. Very straight forward and helped me to figure out how to start using iptables!
@xshortguy3 жыл бұрын
video title: iptables Complete Guide video content: We will not be talking about the NAT Tables or the Mangle Tables. So really only 1/3 of IP Tables.
@robertphillips1247142 жыл бұрын
Great explanation, thank you! You've covered the 2 Chains that handle local ingres and egress. If love to see another video that explains the other 9 tables.
@ckthmpson Жыл бұрын
me too
@LoveChaac2 жыл бұрын
What an incredibly in depth explanation of IPTables and configuration. Thank you!
@technics6215 Жыл бұрын
In depth? Are you serious?
@Sreenathsdas Жыл бұрын
Great video. Just one doubt, aren't we supposed to curl the website:443 instead of a ping?
@gsander3102 Жыл бұрын
ping is handled by the network layer and the curl requests are handled by the application layer. iptables at best can block ports which is in the network and transport layer.
@diogomartinsferreira881311 ай бұрын
For this particular scenario curl would have been better to test or even telnet to something on the web on port 443. Ping its not used to test TCP protocol, it uses ICMP which is different protocol. @@gsander3102
@michaelj7677Ай бұрын
yes. ping is ICMP. if you want to test outgoing connections to port 443, you need to try an outgoing connection to that port, e.g. using curl.
@BotBytesHQ3 жыл бұрын
I never wanted to learn IPTABLES and just hated it..but with your explanation I am back in this OS Firewall game....
@WanderingFriarАй бұрын
Thanks for a clear and concise guide. Very helpful. Subscribed.
@JayJay-ki4mi2 жыл бұрын
I needed a refresher, this was perfect thank you.
@motolaoshin2 жыл бұрын
Was scared of Iptables until I saw this video. Thanks
@donthedoughnut Жыл бұрын
thanks for taking time to make this content
@rezasharifi2572 жыл бұрын
Thanks for the great video. Made such a terrifying concept so simple. But, I think the reason for the ping failure wasn't due to the filtering rule, but it was the DNS problem. Apparently, the DNS server is not set, and thus, it can't resolve the given URL.
@PurnachandMedisetty Жыл бұрын
ROFL
@diogomartinsferreira881311 ай бұрын
the issue is that PING uses ICMP, and it does not take urls, it takes either IPs or domains, that is why it was complaining about the syntax. Anyway it could not be used for this particular test.
@PezhvakIMV3 жыл бұрын
Best explanation so far, thank you!
@MrknisterKanister Жыл бұрын
very ncie beginning. "iptables Complete Guide" beside nat and mangle
@marcopenafort8762 жыл бұрын
Thank you a lot! I didn't get what was this about in a hole semester and now it's completely clear because of you. Greetings from 📌Tero Violado - Argentina
@Handy-Handy3 жыл бұрын
ahh i hate ip-tables - but when you teach it! its wonderful :D
@HackerSploit3 жыл бұрын
Thank you very much for the feedback, I am glad you found the video helpful.
@rajeshbabu55316 ай бұрын
Thanks for the session. Can you please take a session about ebtables
@dougmmm Жыл бұрын
Excellent video, very clear and helpful. Well done.
@Virimen2 жыл бұрын
Thanks for the clarifying video. You should make one on getting udp to work with 1 system streaming/recording with FFMPEG locally on OBS Studio to another system catching it to stream because I haven't found one that has really helped.
@TungNguyen-kf6pr10 ай бұрын
Very grate ! It is very simple to understand. Thank you!
@luantrancong444811 ай бұрын
Can you explain about -f option and how iptable treat the fragmented packet?
@mktmohit2 жыл бұрын
name or service unknown means that fqdn is not resolved by dns.. its not reaching or hitting any output chain. But video is good
@tErMiiNeX Жыл бұрын
Very good and clear.
@cutesammie8 ай бұрын
Very informative video. Thanks
@mauwiks Жыл бұрын
Do you have a recommended format set of rules to secure a WordPress site?
@SilentSolution3 жыл бұрын
Thanks for your information and cooperation sir
@over-there10 ай бұрын
I just learned iptables is a limited gui console for nftables. Iptables is nftables. On the cli can type iptables -S or nft list tables and then list the table, like nft list table ip filter, using sudo of course
@andrewryabchenko2407 Жыл бұрын
It is a great explanation. Thank you so much for this video!
@TheEbrahimi2 жыл бұрын
Great explanation, thank you!
@panduhakam752910 ай бұрын
The sound is clearly 🎉
@PrathameshShinde-o4o3 ай бұрын
Hi i'm using zorin os and i want to create a whitelist list so that the user using that laptop will be able to access only those site which I have added in that list and if he tries to access other sites it will show its blocked so how can I do it. Please help
@pedro7ucio2 жыл бұрын
Hello bro. What I do? iptables v1.8.7 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. Thankssss!
@DarraghMcCarthy7 ай бұрын
how was he able to connect to the server via Weblish after setting INPUT to DROP? Should that not also connect over SSH and so also be dropped?
@superpk5573 жыл бұрын
Mate i need help plesae.
@radicate2 жыл бұрын
Thanks! And so on and so forth :)
@Chodak166 Жыл бұрын
I appreciate the effort, but first: it's not a complete guide, and second: iptables-save "saves" the state on the screen. To make the changes permanent you need to run 'iptables-save > /etc/iptables/rules.v4' previously installing the iptables-persistent package.
@dzboot2 ай бұрын
Great and concise explanation, thanks. But persisting iptables does not work like this.
@aliksz3 жыл бұрын
Great video!
@patrickslomian7423 Жыл бұрын
Amazing, thank you so much ! :)
@eloualielouali49492 жыл бұрын
This was so helpful
@Chrysovalandis3 жыл бұрын
Thank you!
@shahramzahedi2 жыл бұрын
so great, thank you.👍🏻
@asmodeus43103 жыл бұрын
Is it necessary to uninstall any pre-installed firewalls before using iptables
@AkamaiDeveloper3 жыл бұрын
Yes, it is best practice as mentioned here www.linode.com/docs/guides/what-is-iptables/#installing-iptables
@asmodeus43103 жыл бұрын
@@AkamaiDeveloper thanks
@arunrajsb14503 жыл бұрын
good class. Than you very much
@asmodeus43103 жыл бұрын
Is iptables similar to the uncomplicated firewall?
@AkamaiDeveloper3 жыл бұрын
Uncomplicated Firewall technically is a frontend for iptables. More info here wiki.ubuntu.com/UncomplicatedFirewall
@mojisboy3 жыл бұрын
ty fam you made it simple as fuck !!!
@ifernandez082 жыл бұрын
Hi Guys! I was trying to connect my company by one VPN from that IP i got another VPN to connect another company. Could someone give me some advices ?
@asmodeus43103 жыл бұрын
Can we port forward using iptables
@AkamaiDeveloper3 жыл бұрын
Yes, but you should also be aware of your firewall settings on the system. more info here www.systutorials.com/port-forwarding-using-iptables/
@asmodeus43103 жыл бұрын
@@AkamaiDeveloper thanks linode
@tilltheend6634 Жыл бұрын
😭😭sbin iptables - save doesnt save so i created a script and a service for launching it at every reboot but it makes bug my system what to do to save iptables rules pleaaase but the video is and will be very usefull thanks alot
@thatoneguy7342 жыл бұрын
how about phone android??
@technics6215 Жыл бұрын
Title is missleading :( What kind of "Complete Guide" is this? That's just about filter, accepting or dropping packets. Port redirection, NAT and mangle not covered at all, I'm disappointed. Thumb down, sorry man.
@sennaelemento Жыл бұрын
You are just subscribed.
@thefrisianclause3 жыл бұрын
Well this made my overthinking head, going crazy.... As because of this video it doesn't seem to be that hard to understand
@visibleaesthetics7343 Жыл бұрын
Fantastic
@incognito78435 ай бұрын
Note, normally you don't have a unique public IP because your internet provider is letting you share the IP with other people. So this is in most cases NOT a good way to block all users except yourself...
@sanctuary_of_soul2 жыл бұрын
How is this upposed to be a complete guide if you from start say that you won't be considering NAT and MANGLE tables.
@forresthopkinsa Жыл бұрын
Exactly this
@Victor-vw5zq Жыл бұрын
When he tries to ping hackersploit it says that the service is unknown because the server can't even reach out to a DNS server to check the IP of the website! :) (I think)
@radonspace20983 жыл бұрын
Good man!
@quentinaslan3 жыл бұрын
Thanks
@rexsovelllejes93832 жыл бұрын
Click bait! Titles says IPTABLES COMPLETE GUIDE but showing FILTER TABLES only. Your titles should be "iptables filter table complete guide" as nat and mangle table part of the complete IPTABLES guide!
@davidli89369 ай бұрын
useful
@SharonLekahena3 жыл бұрын
👌
@hamza77v2 жыл бұрын
😍😍😍
@curias73 жыл бұрын
GRAPE
@guilherme50943 жыл бұрын
Like!
@mohamedkeddache420211 ай бұрын
i don't like the way you explain, u just give random information and jump from point to point. you must first clear things like how the form of the command is ( like what is L and you can replace it with A or I or D and for the next you will specify the chain then .... until J) , and then start doing examples
@bluesirva3574 Жыл бұрын
woeful.. To call this a complete guide is a BIG stretch, when only input & output chains are covered. Locking yourself out with second command just made me laugh, reminding me of an old saying - If you can't cut it in the real world, you teach.. well try to anyway..
@oxodao8 ай бұрын
Title: complete guide 3 min into the video: yeah so i dont give a shit about 2/3 of the software so i wont explain it This video is worthless
@mirko19892 ай бұрын
iptables could be made 10x more readable and easier to use by just changing the names and terminology , FFS !!!
@nully.emptier2 жыл бұрын
thx for great video and the efforts but... iptables is dying
@salexkorsan87905 ай бұрын
Hello, i'm facing a DDOS attack on my VPS, i'm new to use ufw, and iptables, i'm Trying to Block IP Address Attacker, all commands working fine, but ip address not blocking, what to do ? tried with ufw, and iptables both. but not blocking.
@IAM-b9w5 ай бұрын
redirect your traffic to cloudflare protection service
@the_caret Жыл бұрын
What an incredibly in depth explanation of IPTables and configuration. Thank you!