Formatting code for NetworkNmap
{{parent page="Network"}}
===NMap port checking===
Test a UDP port
%%
nmap -sU -p 514 1.2.3.4
%%
Test a TCP port
%%
nmap -sT -p 80 1.2.3.4
%%
===NMap port checking===
Test a UDP port
%%
nmap -sU -p 514 1.2.3.4
%%
Test a TCP port
%%
nmap -sT -p 80 1.2.3.4
%%