aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7acdcd1f1..023436e0d 100644
--- a/README.md
+++ b/README.md
@@ -272,6 +272,29 @@ Milestone page: https://github.com/netblue30/firejail/milestone/1
272 07:53:10 192.0.77.2 i0.wp.com 272 07:53:10 192.0.77.2 i0.wp.com
273 07:53:11 192.0.73.2 1.gravatar.com 273 07:53:11 192.0.73.2 1.gravatar.com
274````` 274`````
275### icmptrace
276`````
277 --icmptrace[=name|pid]
278 Monitor ICMP traffic. The sandbox can be specified by name or
279 pid. Only networked sandboxes created with --net are supported.
280 This option is only available when running the sandbox as root.
281
282 Without a name/pid, Firejail will monitor the main system net‐
283 work namespace.
284
285 Example
286 $ sudo firejail --icmptrace
287 20:53:54 192.168.1.60 -> 142.250.65.174 - 98 bytes - Echo re‐
288 quest/0
289 20:53:54 142.250.65.174 -> 192.168.1.60 - 98 bytes - Echo re‐
290 ply/0
291 20:53:55 192.168.1.60 -> 142.250.65.174 - 98 bytes - Echo re‐
292 quest/0
293 20:53:55 142.250.65.174 -> 192.168.1.60 - 98 bytes - Echo re‐
294 ply/0
295 20:53:55 192.168.1.60 -> 1.1.1.1 - 154 bytes - Destination un‐
296 reachable/Port unreachable
297`````
275 298
276### Profile Statistics 299### Profile Statistics
277 300