Skip to content

Commit ee1ca1f

Browse files
fix(post): added iperf
1 parent 09d8cd7 commit ee1ca1f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

_posts/2022-07-09-10gbe-cat5e-homelab-network.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,27 @@ RJ45 Keystone Jacks - <https://amzn.to/3IxwMDG>
4242

4343
SFP+ DAC - <https://amzn.to/3Pg96py>
4444

45+
## iperf
46+
47+
Install
48+
49+
```bash
50+
sudo apt update
51+
sudo apt install iperf
52+
```
53+
54+
on the remote machine
55+
56+
```bash
57+
iperf -s
58+
```
59+
60+
then on another machine
61+
62+
```bash
63+
iperf -c 192.168.0.104 # ip of the remote machine
64+
```
65+
4566
## Links
4667

4768
⚙️ See all the hardware I recommend at <https://l.technotim.live/gear>

0 commit comments

Comments
 (0)