F5F Stay Refreshed Power Users Networks Search for tools that simulate network traffic to evaluate switch functionality between computers.

Search for tools that simulate network traffic to evaluate switch functionality between computers.

Search for tools that simulate network traffic to evaluate switch functionality between computers.

Pages (2): Previous 1 2
R
roborober567
Member
195
02-12-2017, 10:25 AM
#11
In theory, simply linking two PCs should give them unique IP addresses. After that, running a server like iperf3 on one machine and a client on the other works well. The challenge lies in identifying the correct IPs, so it’s better to assign them manually, such as 192.168.1.1 and 192.168.1.2. You’ll need to test each switch port carefully, as many may fail due to issues. If using a managed switch, you might have to reset it to factory settings to confirm no VLAN configurations are in place.
R
roborober567
02-12-2017, 10:25 AM #11

In theory, simply linking two PCs should give them unique IP addresses. After that, running a server like iperf3 on one machine and a client on the other works well. The challenge lies in identifying the correct IPs, so it’s better to assign them manually, such as 192.168.1.1 and 192.168.1.2. You’ll need to test each switch port carefully, as many may fail due to issues. If using a managed switch, you might have to reset it to factory settings to confirm no VLAN configurations are in place.

D
DeadVisual
Member
62
02-12-2017, 11:59 AM
#12
Factory reset already confirmed. Ports are set statically on both devices. Now I just require an app for network stress testing.
D
DeadVisual
02-12-2017, 11:59 AM #12

Factory reset already confirmed. Ports are set statically on both devices. Now I just require an app for network stress testing.

M
MLGTurtles
Junior Member
42
02-12-2017, 02:29 PM
#13
Use perif3 to explore tutorials on google, bing or youtube.
M
MLGTurtles
02-12-2017, 02:29 PM #13

Use perif3 to explore tutorials on google, bing or youtube.

N
nahte_ethan
Member
137
02-12-2017, 03:31 PM
#14
Yes, you're currently transferring files.
N
nahte_ethan
02-12-2017, 03:31 PM #14

Yes, you're currently transferring files.

C
CampenBros
Junior Member
27
02-12-2017, 08:39 PM
#15
Use Filezilla or SMB share in Windows, or simply send a ping to the machines. You need the gateway's IP address and assign each machine an IP within its range. Then configure one machine as a ping source and test ports one by one while monitoring the ping responses. Ideally, you could automate this with a single machine, pinging the gateway and swapping ports until all are verified. If it fails, you're out of luck; if it succeeds, you can proceed to more complex network checks.
C
CampenBros
02-12-2017, 08:39 PM #15

Use Filezilla or SMB share in Windows, or simply send a ping to the machines. You need the gateway's IP address and assign each machine an IP within its range. Then configure one machine as a ping source and test ports one by one while monitoring the ping responses. Ideally, you could automate this with a single machine, pinging the gateway and swapping ports until all are verified. If it fails, you're out of luck; if it succeeds, you can proceed to more complex network checks.

0
0Slender0
Member
211
02-13-2017, 04:56 AM
#16
PC1 isn't trying to link, but it displays the firewall is off. On PC2, both firewalls are turned off, yet PC1 can reach PC2 while PC2 cannot reach PC1.
0
0Slender0
02-13-2017, 04:56 AM #16

PC1 isn't trying to link, but it displays the firewall is off. On PC2, both firewalls are turned off, yet PC1 can reach PC2 while PC2 cannot reach PC1.

W
WF_Catt
Posting Freak
761
02-18-2017, 06:38 AM
#17
I can reach the switch's webpage, so it’s not a dumb unmanaged device.
W
WF_Catt
02-18-2017, 06:38 AM #17

I can reach the switch's webpage, so it’s not a dumb unmanaged device.

S
solariiss
Member
146
02-19-2017, 12:32 PM
#18
It's working now, thanks! Do you have any idea about running a longer test?
S
solariiss
02-19-2017, 12:32 PM #18

It's working now, thanks! Do you have any idea about running a longer test?

A
AlexTheFox_
Junior Member
4
02-19-2017, 04:56 PM
#19
Maintain a steady connection speed and alternate the target port until you confirm functionality across multiple ports.
A
AlexTheFox_
02-19-2017, 04:56 PM #19

Maintain a steady connection speed and alternate the target port until you confirm functionality across multiple ports.

C
CocaCola15
Senior Member
603
02-26-2017, 12:11 AM
#20
Run the test with the desired duration using -t. Adjust settings for client-server data flow with -R. Switch to UDP mode via -u for packet loss checks. Set bandwidth parameters like 300Mbps with -b. Execute iperf3.exe -h for detailed instructions and options.
C
CocaCola15
02-26-2017, 12:11 AM #20

Run the test with the desired duration using -t. Adjust settings for client-server data flow with -R. Switch to UDP mode via -u for packet loss checks. Set bandwidth parameters like 300Mbps with -b. Execute iperf3.exe -h for detailed instructions and options.

Pages (2): Previous 1 2