Changes

no edit summary
Line 122: Line 122:  
We will do this by opening two instances of your device's '''CLI/SSH''', to access it, login to one of the routers' WebUI and navigate to '''Services → CLI'''. Log in to CLI with the user name '''root''' and the router's admin password (Open two instances of CLI).
 
We will do this by opening two instances of your device's '''CLI/SSH''', to access it, login to one of the routers' WebUI and navigate to '''Services → CLI'''. Log in to CLI with the user name '''root''' and the router's admin password (Open two instances of CLI).
   −
In the first instance, we will let the ping command which will send ICMP requests to '''8.8.8.8''' from '''192.168.3.1(VLAN IP)'''. The command for this will be used: '''''ping -I 192.168.3.1 8.8.8.8'''''
+
In the first instance, we will let the ping command which will send ICMP requests to '''8.8.8.8''' from '''192.168.1.1(LAN IP)'''. The command for this will be used: '''''ping -I 192.168.1.1 8.8.8.8'''''
   −
On the second instance, we will run TCPDUMP on interface '''wlan0''' to capture if packets are coming through '''WiFi WAN'''. The command for this will be used: '''''tcpdump -i wlan0'''''
+
On the second instance, we will run TCPDUMP on interface '''wlan0''' to capture if packets are coming through '''WiFi WAN'''. The command for this will be used: '''''tcpdump -i wlan0 -n'''''
 +
----
 +
====Output of Ping command====
 +
[[File:Networking rut configuration mwan ping v1.jpg|border|class=tlt-border|1100px]]
 +
 
 +
====Output of TCPDUMP command====
 +
[[File:Networking rut configuration mwan tcpdump v1.jpg|border|class=tlt-border|1100px]]
 +
 
 +
----