Changes

no edit summary
Line 50: Line 50:  
         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' '<span style="color:red>rt</span>'
+
         option 'table' 'rt'
         option gateway '<span style="color:red>10.0.0.5</span>'
+
         option gateway '10.0.0.5'
 
   
 
   
 
  config rule
 
  config rule
 
         option in 'lan'
 
         option in 'lan'
 
         option src '<span style="color:red>192.168.1.128/25</span>'
 
         option src '<span style="color:red>192.168.1.128/25</span>'
         option lookup '<span style="color:red>rt</span>'
+
         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

Navigation menu