Anyone know if there is a service similar to telnet to check to see if UDP ports are open?
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
UDP Port Checker
Collapse
X
-
UDP Port Checker
Originally posted by Stevie Wonder BoyI can't see any way to do it can you please advise?
I want my account deleted and all of my information removed, I want to invoke my right to be forgotten. -
Netcat, you need to check it both ways...Originally posted by SimonMac View PostAnyone know if there is a service similar to telnet to check to see if UDP ports are open? -
-
Third hit on Google shows how to do in in Linux - Linux Administration: How to test UDP Connectivity ?Comment
-
Netcat is simpler and mostly likely already installed;
# nc -zu 10.10.10.10 53
Connection to 10.10.10.10 53 port [udp/domain] succeeded!
...to see if you have DNS connectivity. You'll also need TCP for DNS.....Comment
-
Most of the utils seem to need to be run from the server that you are trying to check, alas I have a router that I am trying to connect tooOriginally posted by Stevie Wonder BoyI can't see any way to do it can you please advise?
I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.Comment
-
Actually no - you run from a source TO the target, but you (mostly) would need to test both ways, what is it your actually trying to do?Originally posted by SimonMac View PostMost of the utils seem to need to be run from the server that you are trying to check, alas I have a router that I am trying to connect tooComment
-
I have installed OpenVPN on a router, and it uses UDP to connect to a designated port, when I try to connect it saysOriginally posted by stek View PostActually no - you run from a source TO the target, but you (mostly) would need to test both ways, what is it your actually trying to do?
Quick google states to see if the firewall is open on that port, which first point of call I am trying to doCode:Management: >State (random numbers) WAIT
Originally posted by Stevie Wonder BoyI can't see any way to do it can you please advise?
I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- National Minimum Wage increase: operational for most umbrella staff, but brace for impact Today 09:13
- Contractors, Joint & Several Liability’s unintended consequences are already piling up Yesterday 07:29
- Contractors, did you know self-employed DBS Checks have changed, for the better? Mar 17 07:56
- Offshoring harms already fraught IT contractors. Here’s what ministers can do Mar 16 07:57
- Dividends in 2026/27: an expert’s explainer for contractors Mar 13 07:20
- Dividends in 2026/27: an expert’s explainer for contractors Mar 13 07:04
- Contracting Awards 2026 opens for entries — with new AI category Mar 12 07:26
- Contracting Awards 2026 opens for entries — with new AI category Mar 12 07:26
- Contractors, beware these four traps in the UK’s Statutory Residence Test Mar 11 08:18
- Contractors, beware these four traps in the UK’s Statutory Residence Test Mar 11 00:23

Comment