wikiroute

networking recipes

User Tools

Site Tools


qos_project

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
qos_project [2017/11/23 15:11] – [5. [CO1] Connecting the Platform] enwanqos_project [2017/11/29 08:52] – [5. [CO1] Connecting the Platform] samer
Line 75: Line 75:
      
 </WRAP> </WRAP>
-Routing table of GL-iNet:+ 
 +In order to analyse the addressing and routing on the platform, we need to look carefully on the interface configuration and routing tables of the different devices. 
 + 
 +Let us start with the routing devices. The routing table of the GL-iNet is shown using the command ``ip route`` and gives the following 
  
 <code bash> <code bash>
Line 95: Line 99:
  
 </code> </code>
 +
 +<code bash>
 +
 +#Configurations on TP-LINK router
 +
 +#Configuration of LAN interface : 
 +
 +config interface 'lan'
 +        option type 'bridge'
 +        option ifname 'eth0'
 +        option proto 'static'
 +        option ipaddr '192.168.200.1'
 +        option netmask '255.255.255.0'
 +        option ip6assign '60'
 +        
 +#Configuration of WAN interface : 
 +
 +config interface 'wan'
 +        option ifname 'eth1'
 +#       option proto 'dhcp'
 +        option proto 'static'
 +        option ipaddr '10.0.0.2'
 +        option netmask '255.255.255.0'
 +
 +#Configuration of the static route : 
 +
 +config route
 +        option interface 'wan'
 +        option target '192.168.100.0'
 +        option netmask '255.255.255.0'
 +        option gateway '10.0.0.1'
 +
 +
 +</code>
 +===== Extracts =====
 +
  
qos_project.txt · Last modified: 2021/08/28 09:58 by samer