User Tools

Site Tools


public:networking_tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
public:networking_tools [2020/10/10 11:17] – [Multipath Network Testing] lstolppublic:networking_tools [2020/10/18 13:24] lstolp
Line 1: Line 1:
 ====== Linux Network Testing Tools ====== ====== Linux Network Testing Tools ======
  
-===== Multipath Network Testing =====+===== Multipath WAN Network Testing =====
 To test different network paths from ship to shore using each WAN option directly. For this test we used a [[https://fit-iot.com/web/products/fitlet2 |fitlet2]] computer with 4 Gigibit Ethernet ports. To test different network paths from ship to shore using each WAN option directly. For this test we used a [[https://fit-iot.com/web/products/fitlet2 |fitlet2]] computer with 4 Gigibit Ethernet ports.
  
Line 13: Line 13:
 === Operating System === === Operating System ===
  
- [[https://linuxmint.com/download.php | Ubuntu Mint 20]] was used+ [[https://linuxmint.com/download.php | Ubuntu Mint 20]]. 
  
-=== Magic Sauce ====+==== Magic Sauce ====
 Edit **///etc/network/interfaces//** and add a static IP for each WAN Edit **///etc/network/interfaces//** and add a static IP for each WAN
  
Line 61: Line 61:
   ip rule list   ip rule list
  
 +==== Other Useful Commands ====
 +[[public:multipath |Multipath Network ]]
  
-===== tcpdump ===== +[[public:tcp_dump|tcpdump]]
- +
  
 +[[public:nmap|NMAP]]
  
-If you ssh into a computer and want to use tcpdump to view traffic, ssh (22) can be excluded +[[public:iftop|iftop]]
-  tcpdump -I [interface] -n 'port!22' +
-Capture traffic leaving a host +
-  tcpdump -pi [interfacesrc host [hostname] +
-Watch for traffic leaving one network and entering two other networks +
-  tcpdump -pi [interface] src net [network] and dst net [network2] or [network3] +
-  tcpdump -pi [interfacesrc net 128.128.252.0/28 and dst 192.168.11.0/24 or 192.168.12/24+
  
-===== NMAP ===== +[[public:iPerf|iPerf]]
- +
- +
-To see what computers are up, what OS they are running and what ports are open: +
-  nmap -sS -O [network]    ienmap -sS -O 192.168.11.0 +
-   +
- +
-===== iftop ===== +
- +
-To look at https traffic on the science network: +
-  iftop -i [interface-f "dst port 443"  +
-===== iPerf ===== +
- +
-Need to setup a server (sender) and client (listener) +
-  On shore just listen +
-         iperf -s -u +
-  On shore listen on a certain port     +
-      iperf -s -u -p 55437 +
- +
-  From ship, send 7 M +
-     iperf -c [shoreip number -u -t 120 -b 7M+
  
public/networking_tools.txt · Last modified: 2024/01/25 03:31 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki