=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/vax-simh.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- www/Attic/vax-simh.html 2013/05/01 13:32:39 1.28 +++ www/Attic/vax-simh.html 2013/05/30 14:14:26 1.29 @@ -82,12 +82,13 @@

-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:

 # ifconfig tun0 create
 # ifconfig tun0 link0
+# ifconfig tun0 up
 
@@ -195,7 +196,7 @@ www@openbsd.org
-$OpenBSD: vax-simh.html,v 1.28 2013/05/01 13:32:39 sthen Exp $ +$OpenBSD: vax-simh.html,v 1.29 2013/05/30 14:14:26 sthen Exp $