Skip to content

Commit

Permalink
Update ネットワーク.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat authored May 27, 2024
1 parent 948937b commit 1d56844
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/ネットワーク.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ネットワーク

## LAN内にあるIPアドレスを確認するping

```bash
echo 192.168.1.{1..254} | xargs -P256 -n1 ping -s1 -c1 -W1 | grep ttl
```

## netstatの状態

|項目|説明|
Expand Down

0 comments on commit 1d56844

Please sign in to comment.