=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/vax-simh.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- www/Attic/vax-simh.html 2013/02/16 15:20:54 1.26 +++ www/Attic/vax-simh.html 2013/03/01 23:04:02 1.27 @@ -77,6 +77,11 @@

Before starting SIMH, you will need to configure the network. +In most cases, the following bridge-based configuration will give +best results: + +

+ Create the tun0 network interface and set it into layer 2 mode:

@@ -97,8 +102,23 @@
+By setting appropriate permissions on /dev/tun0 you can avoid running +SIMH as root. +

+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 ifconfig lines and +replace the "at xq0 tap:tun0" line with a line like this, +replacing iwn0 with your actual network interface as necessary: + +

+at xq0 iwn0
+
+ +

+ Copy 5.2/vax/floppy52.fs to the location of your OpenBSD/vax SIMH environment. @@ -175,7 +195,7 @@ www@openbsd.org
-$OpenBSD: vax-simh.html,v 1.26 2013/02/16 15:20:54 sthen Exp $ +$OpenBSD: vax-simh.html,v 1.27 2013/03/01 23:04:02 sthen Exp $