[BACK]Return to vax-simh.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/vax-simh.html between version 1.28 and 1.29

version 1.28, 2013/05/01 13:32:39 version 1.29, 2013/05/30 14:14:26
Line 82 
Line 82 
   
 <p>  <p>
   
 Create the tun0 network interface and set it into layer 2 mode:  Create the tun0 network interface, set it into layer 2 mode and bring it up:
   
 <blockquote>  <blockquote>
 <pre>  <pre>
 # <strong>ifconfig tun0 create</strong>  # <strong>ifconfig tun0 create</strong>
 # <strong>ifconfig tun0 link0</strong>  # <strong>ifconfig tun0 link0</strong>
   # <strong>ifconfig tun0 up</strong>
 </pre>  </pre>
 </blockquote>  </blockquote>
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29