Skip to content
View in the app

A better way to browse. Learn more.

Gear Crushers

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Test UDP Connectivity

Featured Replies

Using nmap you can easily test if a UDP port is open or closed on a server or workstation.



To test a listening UDP port, simply use nmap.


# nmap -p  -sU -P0 [host name | ip address]


# nmap -p 123 -sU -P0 example.com


# nmap -p 123 -sU -P0 123.123.123.123



Example of checking TFTP (UDP 69) on a remote server with the IP address of 10.4.212.6 with a closed port and 10.4.24.6 with an open port.


[root@usna0netweb02 ~]# nmap -p 69 -sU -P0 10.4.212.6



Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2011-07-19 05:20 EDT


mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using --system-dns or specify valid servers with --dns_servers


Interesting ports on 10.4.212.6:


PORT STATE SERVICE


69/udp closed tftp



Nmap finished: 1 IP address (1 host up) scanned in 0.062 seconds


[root@usna0netweb02 ~]# nmap -p 69 -sU -P0 10.4.24.6



Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2011-07-19 05:23 EDT


mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using --system-dns or specify valid servers with --dns_servers


Interesting ports on 10.4.24.6:


PORT STATE SERVICE


69/udp open|filtered tftp



Nmap finished: 1 IP address (1 host up) scanned in 2.019 seconds


[root@usna0netweb02 ~]#


Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.