Changes

Line 94: Line 94:  
If you've followed the steps presented above, your configuration should be finished. But as with any other configuration, it is always wise to test the setup in order to make sure that it works properly. In order to test this particular configuration, a few steps have to be taken:
 
If you've followed the steps presented above, your configuration should be finished. But as with any other configuration, it is always wise to test the setup in order to make sure that it works properly. In order to test this particular configuration, a few steps have to be taken:
   −
<ul>
+
* Check the newly created routing table with the '''ip route show table rt''' command (where ''rt'' is table's name). If everything is in order, the response should contain this line: <br> <pre>default via 10.0.0.5 dev <span style="color:red">tun_c_MyClient</span> proto static </pre>
<li>
+
 
Check the newly created routing table with the '''ip route show table rt''' command (where ''rt'' is table's name). If everything is in order, the response should contain this line:
+
*ip rule
<pre>
+
0: from all lookup local
default via <span style="color:red">10.0.0.5</span> dev <span style="color:red">tun_c_MyClient</span> proto static
+
<span style="color:red">10: from 192.168.2.128/25 iif br-lan lookup rt</span>
</pre>
+
32766: from all lookup main
</li>
+
32767: from all lookup default
<li>
  −
ip rule
  −
<pre>
  −
0: from all lookup local
  −
'''10: from 192.168.2.128/25 iif br-lan lookup rt'''
  −
32766: from all lookup main
  −
32767: from all lookup default
  −
</pre>
   
</li>
 
</li>
 
<li>
 
<li>

Navigation menu