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

Diff for /www/Attic/vax-simh.html between version 1.26 and 1.27

version 1.26, 2013/02/16 15:20:54 version 1.27, 2013/03/01 23:04:02
Line 77 
Line 77 
 <p>  <p>
   
 Before starting SIMH, you will need to configure the network.  Before starting SIMH, you will need to configure the network.
   In most cases, the following bridge-based configuration will give
   best results:
   
   <p>
   
 Create the tun0 network interface and set it into layer 2 mode:  Create the tun0 network interface and set it into layer 2 mode:
   
 <blockquote>  <blockquote>
Line 96 
Line 101 
 # <strong>ifconfig bridge0 up</strong>  # <strong>ifconfig bridge0 up</strong>
 </pre>  </pre>
 </blockquote>  </blockquote>
   
   By setting appropriate permissions on /dev/tun0 you can avoid running
   SIMH as root.
   
   <p>
   
   Alternatively, if you cannot use bridge(4) (for example with some
   wireless drivers), you can use BPF to connect to the network.
   In this case, you can skip the above <tt>ifconfig</tt> lines and
   replace the "<tt>at xq0 tap:tun0</tt>" line with a line like this,
   replacing iwn0 with your actual network interface as necessary:
   
   <blockquote><pre>
   <strong>at xq0 iwn0</strong>
   </pre></blockquote>
   
 <p>  <p>
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27