Book now with code EOY2025
workfrom925 wrote: » The chapter did not get too deep into it, so I'm wondering what specific protocol to block for email? FTP? Telnet? and SSH? Does "deny IP any any" deny email, ftp, telnet, and ssh too?
smcclenaghan wrote: » If you plan to take the ICND1 or ICND2 (or CCNA) you'll need to know the above, but possibly you're studying for a different test and were just asking about ACLs because CCNA covers them too?
Zartanasaurus wrote: » Man, I don't even know if I want to introduce you to FTP since that one is a little more complicated, but it's important to know.FTP Active Mode The original way of doing FTP before the days of stateful firewalls. Client initiates control connection to server on TCP port 21. Connection completes.Server initiates data connection to client on TCP port 20. C ---- TCP 21 ---- > S C <--- TCP 20 S Now these, days you can't do that because of all the stateful firewalls.FTP Passive Mode Generally the way things are done now. Client initiates control connection to server on TCP port 21. Connection completes. Server tells Client to initiate a data connection on a 2nd TCP port. Client initiations data connection to server on the specified TCP port. C ---- TCP 21 > S C TCP XXX ----> S The 2nd TCP port is generally configured as a range on the server and since the range is known, you can allow those incoming TCP ports on the firewall. Things get really complicated when you start doing implicit|explicit mode FTPS. My recommendations is to do SFTP since it's much simpler and only one port.
Use code EOY2025 to receive $250 off your 2025 certification boot camp!