Changes

no edit summary
Line 43: Line 43:     
  config interface 'vpnas'
 
  config interface 'vpnas'
         option 'proto' 'none'
+
         option proto 'none'
         option 'ifname' '<span style="color:red>tun_c_client1</span>'
+
         option ifname '<span style="color:red>tun_c_MyClient</span>'
 
   
 
   
  config 'route'
+
  config route
         option 'interface' 'vpnas'
+
         option interface 'vpnas'
         option 'target' '0.0.0.0'
+
         option target '0.0.0.0'
         option 'netmask' '0.0.0.0'
+
         option netmask '0.0.0.0'
         option 'table' 'rt'
+
         option table 'rt'
         option gateway '10.0.0.5'
+
         option gateway '<span style="color:red>10.0.0.5</span>'
 
   
 
   
 
  config rule
 
  config rule
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
+
When you're finished, press the "Esc" button and type ''':wq''' to save the changes and exit the editor. The values highlighted in red will most likely need to be changed:

Navigation menu