Masato Taruishi
taru****@users*****
2004年 10月 18日 (月) 02:35:19 JST
=================================================================== RCS file: demo/uml/README,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- demo/uml/README 2004/10/17 17:32:27 1.5 +++ demo/uml/README 2004/10/17 17:35:19 1.6 @@ -35,13 +35,24 @@ ~# /usr/share/ultrapossum/module.d/uml/createrootfs.sh uml0 - 7) Start host 'uml0' + 7) Start the virtual linux ~# /etc/init.d/ultrapossum-uml start 8) Attach the console of host 'uml0' ~# screen -r ultrapossum-uml0 + + You can ping the host 'uml0' + + ~$ ping uml0 + PING uml0 (192.168.1.2) 56(84) bytes of data. + 64 bytes from uml0 (192.168.1.2): icmp_seq=1 ttl=64 time=0.241 ms + 64 bytes from uml0 (192.168.1.2): icmp_seq=2 ttl=64 time=0.274 ms + + 9) Stop the virtual linux + + ~# /etc/init.d/ultrapossum-uml stop You need to give user 'daemon' the read/write permission of /dev/net/tun. This is automatically mananged if you use devfs.