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
- How IR35 inflated an £8.5bn consultancy bill — and tests Burnham at the Budget Aug 28 07:47
- Autumn Budget 2026: FCSA’s 5 contractor asks of John Healey Aug 27 04:15
- Andy Burnham's Zoom gripe doesn’t apply to IT contractors, say recruiters Aug 26 03:41
- Check your Loan Recall paperwork for the Isle of Man: it could matter Aug 25 03:27
- Budget 2026: Contractor advisers ask for ‘IR35 reset’ Aug 24 04:57
- Why might an umbrella company fail to pay its total tax bill to HMRC? Aug 18 06:08
- Contractors, here are the late payment fixes that the Lords just turned down Aug 17 08:03
- How will HMRC's Direct Debit plan affect contractors paying VAT and PAYE? Aug 13 23:54
- HMRC's new 'reckless' tax offence: an IR35 game-changer for contractors? Aug 13 13:50
- “I’m not a Machiavellian overlord”: Adrian Sacco breaks his silence on the Contractor Loan Recalls Aug 13 06:50

Comment