Changes

no edit summary
Line 58: Line 58:  
         option lookup 'rt'
 
         option lookup 'rt'
 
         option priority '10'
 
         option priority '10'
* When you're finished, press the "Esc" button and type ''':wq''' to save the changes and exit the editor. The values highlighted in red are dependent on your configuration and will most likely need to be changed:
+
<ul>
** option ifname '<span style="color:red>tun_c_MyClient</span>' - this is your OpenVPN interface's name. You can check it with this command: '''ifconfig | grep tun'''. The response should look something like this (''ifname'' highlighted in red): <br> <pre> <span style="color:red>tun_c_MyClient</span> Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 </pre>
+
<li> When you're finished, press the "Esc" button and type ''':wq''' to save the changes and exit the editor. The values highlighted in red are dependent on your configuration and will most likely need to be changed:</li>
<li> option gateway '<span style="color:red>10.0.0.5</span>' - this is your virtual remote endpoint. You can check it with this command: '''ifconfig tun_c_MyClient'''. Replace ''MyClient'' with your own OpenVPN interface name. The response should look something like this:  
+
<ul> <li> option ifname '<span style="color:red>tun_c_MyClient</span>' - this is your OpenVPN interface's name. You can check it with this command: '''ifconfig | grep tun'''. The response should look something like this (''ifname'' highlighted in red): <br> <pre> <span style="color:red>tun_c_MyClient</span> Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 </pre> </li>
<pre> tun_c_MyClient Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
+
<li> option gateway '<span style="color:red>10.0.0.5</span>' - this is your virtual remote endpoint. You can check it with this command: '''ifconfig tun_c_MyClient'''. Replace ''MyClient'' with your own OpenVPN interface name. The response should look something like this: <pre> tun_c_MyClient Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
inet addr:10.0.0.6  P-t-P:10.0.0.5  Mask:255.255.255.255
+
                inet addr:10.0.0.6  P-t-P:<font color="red">10.0.0.5</font> Mask:255.255.255.255  
  </pre>  
+
                UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500 Metric:1
</li>
+
                RX packets:62249 errors:0 dropped:0 overruns:0 frame:0
** option src '<span style="color:red>192.168.1.128/25</span>' -
+
                TX packets:62698 errors:0 dropped:1 overruns:0 carrier:0
***
+
                collisions:0 txqueuelen:100
 
+
                RX bytes:53341014 (50.8 MiB)  TX bytes:11974147 (11.4 MiB)
 
+
</pre> </li>
<ul> asasdada </ul>
+
<li> option src '<span style="color:red>192.168.1.128/25</span>' - </li>
 +
*** hello

Navigation menu