TFTP : UDP / TCP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Labels:
-
Other Routing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
