Changes

no edit summary
Line 60: Line 60:  
* 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:
 
* 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:
 
** 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>
 
** 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>
** 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 | grep P-t-P'''
+
<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
 +
</pre>
 +
</li>
 
** option src '<span style="color:red>192.168.1.128/25</span>' -
 
** option src '<span style="color:red>192.168.1.128/25</span>' -
 +
***
 +
 +
 +
<ul> asasdada </ul>

Navigation menu