Changes

no edit summary
Line 59: Line 59:  
         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:
 
* 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 value is your OpenVPN interface's name. You can check it with this command: '''ifconfig | grep tun'''. The response should look something like this (interface name is 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>' -  
+
** 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'''
 
** option src '<span style="color:red>192.168.1.128/25</span>' -
 
** option src '<span style="color:red>192.168.1.128/25</span>' -

Navigation menu