06-14-2007 06:00 AM - edited 03-03-2019 05:26 PM
Hi,
We know that TFTP uses UDP.
But may a TFTP application send some TCP segments ?
So when we want to block traffic to access TFTP server, we should go :
... deny udp ... eq 69
... deny tcp ... eq 69 ?
Thanks,
Navid
06-14-2007 06:04 AM
TFPT is UDP only.
Nothing prevents an application to use TCP on port 69, but that would not work with TFTP.
06-14-2007 11:09 AM
IMHO,
If you desire to block TFTP, then why not block both TCP and UDP on port 69. Any TCP connection on well known Port 69 would smell like a bad guy or other mal-intender.
Port 69 used to be a big screen door to hackers years ago, might still have a few listeners floating around today.
Bill
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide