Changes

no edit summary
Line 95: Line 95:     
==Testing Configuration==
 
==Testing Configuration==
 +
 +
In order to test if the configuration if it's working we will use TCP Dump, TCP Dump will let us capture traffic that goes through each interface of the device.
 +
 +
===Installing TCP Dump on RUT2===
 +
 +
Firstly, you will need to connect to the '''RUT''' device's '''CLI/SSH'''. You can connect the '''RUT''' device CLI via WebUI by navigating to '''Services → CLI'''. Log in to '''CLI''' with the user name '''root''' and the router's admin password.
 +
 +
Now execute these commands one at a time:
 +
 +
 +
 +
''opkg update''
 +
 +
''opkg install tcpdump''
 +
 +
 +
 +
To test if TCP Dump has been installed on your device execute the command ''tcpdump''
 +
 +
----

Navigation menu