You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Website/docs/application/ip-scanner.md
+44-31Lines changed: 44 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,34 @@
1
1
---
2
2
sidebar_position: 3
3
3
description: "Scan for active devices in your network using ICMP and TCP port checks. NETworkManager IP Scanner supports IP ranges, CIDR subnets, and hostnames."
With the **IP Scanner** you can scan for active devices based on the hostname or in IP ranges that are reachable via icmp or have a common tcp port open.
18
+
With the **IP Scanner** you can scan for active devices based on the hostname or in IP ranges that are reachable via ICMP or have a common TCP port open.
|**Detect local subnet**| Populates the host field with the IP address and subnet mask of the current network interface to scan the local subnet |
34
48
35
49
:::note
36
50
37
-
The local IP address (and subnet mask) is determined by trying to route to a public IP address. If this fails (e.g.
51
+
The local IP address (and subnet mask) is determined by trying to route to a public IP address. If this fails (e.g.
38
52
no network connection), NETworkManager iterates over active network adapters and selects the first valid IPv4 address,
39
53
with link-local addresses (`169.254.x.x`) given lower priority.
40
54
41
55
:::
42
56
43
-
If you right-click on a selected result, you can forward the device information to other applications (e.g. Port Scanner, Remote Desktop, etc), create a new profile with this information or execute a [custom command](#custom-commands).
44
-
45
-

46
-
47
-
:::note
57
+
### Context menu
48
58
49
-
Right-click on the result to copy or export the information.
59
+
Right-clicking a result allows forwarding device information to another tool (e.g. [Port Scanner](./port-scanner), Remote Desktop), creating a new profile, or executing a [custom command](#custom-commands).
|**Copy**| Copies the selected information to the clipboard |
64
+
|**Export...**| Exports the selected or all results to a file |
52
65
53
66
## Profile
54
67
@@ -97,23 +110,23 @@ Show the scan result for all IP addresses and ports including the ones that are
97
110
98
111
### Attempts
99
112
100
-
Attempts how often an icmp request is retried for each IP address if the request has timed out.
113
+
Number of times an ICMP request is retried for each IP address if the request has timed out.
101
114
102
115
**Type:**`Integer`[Min `1`, Max `10`]
103
116
104
117
**Default:**`2`
105
118
106
119
### Timeout (ms)
107
120
108
-
Timeout in milliseconds for each icmp request and after which the packet is considered lost.
121
+
Timeout in milliseconds for each ICMP request, after which the packet is considered lost.
109
122
110
123
**Type:**`Integer`[Min `100`, Max `15000`]
111
124
112
125
**Default:**`4000`
113
126
114
127
### Buffer
115
128
116
-
Size of the buffer for each icmp request in bytes.
129
+
Size of the buffer for each ICMP request in bytes.
117
130
118
131
**Type:**`Integer`[Min `1`, Max `65535`]
119
132
@@ -129,15 +142,15 @@ Resolve the hostname (PTR) for each IP address.
129
142
130
143
### Scan ports
131
144
132
-
Scan each IP address for open `tcp` ports.
145
+
Scan each IP address for open TCP ports.
133
146
134
147
**Type:**`Boolean`
135
148
136
149
**Default:**`Enabled`
137
150
138
151
### Ports
139
152
140
-
List of `tcp` ports to scan for each IP address.
153
+
List of TCP ports to scan for each IP address.
141
154
142
155
**Type:**`String`
143
156
@@ -218,7 +231,7 @@ You can also use the Hotkeys `F2` (`edit`) or `Del` (`delete`) on a selected cus
218
231
219
232
### Max. concurrent host threads
220
233
221
-
Maximal number of threads used to scan for active hosts (1 thread = 1 host/ip address).
234
+
Maximum number of threads used to scan for active hosts (1 thread = 1 host / IP address).
222
235
223
236
**Type:**`Integer`[Min `1`, Max `512`]
224
237
@@ -234,13 +247,13 @@ Too many threads can also cause performance problems on the device.
234
247
235
248
:::note
236
249
237
-
This setting only change the maximum number of concurrently executed threads per host scan. See also the [General](../settings/general#threadpool-additional-min-threads) settings to configure the applicationwide thread pool.
250
+
This setting only changes the maximum number of concurrently executed threads per host scan. See also the [General](../settings/general#threadpool-additional-min-threads) settings to configure the application-wide thread pool.
238
251
239
252
:::
240
253
241
254
### Max. concurrent port threads
242
255
243
-
Maximal number of threads that are used to scan for open ports for each host (IP address).
256
+
Maximum number of threads that are used to scan for open ports for each host (IP address).
244
257
245
258
**Type:**`Integer`[Min `1`, Max `10`]
246
259
@@ -256,6 +269,6 @@ Too many threads can also cause performance problems on the device.
256
269
257
270
:::note
258
271
259
-
This setting only change the maximum number of concurrently executed threads per port scan. See also the [General](../settings/general#threadpool-additional-min-threads) settings to configure the applicationwide thread pool.
272
+
This setting only changes the maximum number of concurrently executed threads per port scan. See also the [General](../settings/general#threadpool-additional-min-threads) settings to configure the application-wide thread pool.
Right-click on the result to copy or export the information.
34
+
ICMP (Internet Control Message Protocol) is a network-layer protocol used to send diagnostic and control messages. An ICMP echo request (commonly known as a ping) asks a remote host to send back an echo reply, confirming it is reachable on the network.
37
35
38
36
:::
39
37
38
+

39
+
40
+
### Context menu
41
+
42
+
| Action | Description |
43
+
|--------|-------------|
44
+
|**Copy**| Copies the selected information to the clipboard |
45
+
|**Export...**| Exports the selected or all results to a file |
46
+
40
47
## Profile
41
48
42
49
### Inherit host from general
@@ -70,35 +77,35 @@ Hostname or IP address to ping.
70
77
71
78
### Timeout (ms)
72
79
73
-
Timeout in milliseconds for the icmp packet after which the packet is considered lost.
80
+
Timeout in milliseconds for each ICMP packet, after which the packet is considered lost.
74
81
75
82
**Type:**`Integer`[Min `100`, Max `15000`]
76
83
77
84
**Default:**`4000`
78
85
79
86
### Buffer
80
87
81
-
Buffer size of the icmp packet.
88
+
Buffer size of the ICMP packet.
82
89
83
90
**Type:**`Integer`[Min `1`, Max `65535`]
84
91
85
92
**Default:**`32`
86
93
87
94
### TTL
88
95
89
-
Time to live of the icmp packet.
96
+
Time to live of the ICMP packet.
90
97
91
98
**Type:**`Integer`[Min `1`, Max `255`]
92
99
93
100
**Default:**`64`
94
101
95
102
### Don't fragment
96
103
97
-
Don't fragment the icmp packet.
104
+
Don't fragment the ICMP packet.
98
105
99
106
**Type:**`Boolean`
100
107
101
-
**Default:**`true`
108
+
**Default:**`Enabled`
102
109
103
110
### Time (ms) to wait between each ping
104
111
@@ -114,4 +121,4 @@ Expand the host view to show more information when the host is added.
Copy file name to clipboardExpand all lines: Website/docs/application/port-scanner.md
+40-18Lines changed: 40 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,34 @@
1
1
---
2
2
sidebar_position: 4
3
3
description: "Scan for open TCP ports on network hosts. NETworkManager Port Scanner supports flexible host and port range inputs for comprehensive port scanning."
4
-
keywords: [NETworkManager, port scanner, TCP port scan, open ports, network security, port checker, port scanning tool]
4
+
keywords:
5
+
[
6
+
NETworkManager,
7
+
port scanner,
8
+
TCP port scan,
9
+
open ports,
10
+
network security,
11
+
port checker,
12
+
port scanning tool,
13
+
]
5
14
---
6
15
7
16
# Port Scanner
8
17
9
-
With the **Port Scanner** you can scan for open `tcp` ports on one or multiple hosts to determine which services are running.
18
+
With the **Port Scanner** you can scan for open TCP ports on one or multiple hosts to determine which services are running.
TCP (Transmission Control Protocol) is a connection-oriented transport-layer protocol. Establishing a connection requires a three-way handshake between client and server. Port scanning tests whether this handshake can be initiated on a given port, which indicates a listening service.
49
+
50
+
:::
51
+
37
52

38
53
39
-
:::note
54
+
### Toolbar
40
55
41
-
Right-click on the result to copy or export the information.
@@ -171,7 +193,7 @@ Too many threads can also cause performance problems on the device.
171
193
172
194
:::note
173
195
174
-
This setting only change the maximum number of concurrently executed threads per host scan. See also the [General](../settings/general#threadpool-additional-min-threads) settings to configure the applicationwide thread pool.
196
+
This setting only changes the maximum number of concurrently executed threads per host scan. See also the [General](../settings/general#threadpool-additional-min-threads) settings to configure the application-wide thread pool.
175
197
176
198
:::
177
199
@@ -193,6 +215,6 @@ Too many threads can also cause performance problems on the device.
193
215
194
216
:::note
195
217
196
-
This setting only change the maximum number of concurrently executed threads per host scan. See also the [General](../settings/general#threadpool-additional-min-threads) settings to configure the applicationwide thread pool.
218
+
This setting only changes the maximum number of concurrently executed threads per port scan. See also the [General](../settings/general#threadpool-additional-min-threads) settings to configure the application-wide thread pool.
0 commit comments