diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-09-20 20:28:05 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-09-20 20:28:05 +0000 |
commit | 8f40c388ef0b1ce79c08d20b2a4b2a4a4f56a6f0 (patch) | |
tree | 191783d12a8f3929bb75f5188ed6ffbb01db2899 /qemu-doc.texi | |
parent | aef445bd7e46d2d47701a03c5478da34b3d53c4c (diff) | |
download | qemu-8f40c388ef0b1ce79c08d20b2a4b2a4a4f56a6f0.zip |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2160 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index cc73dcddca..060c42c088 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1,7 +1,7 @@ \input texinfo @c -*- texinfo -*- @c %**start of header @setfilename qemu-doc.info -@settitle QEMU CPU Emulator User Documentation +@settitle QEMU Emulator User Documentation @exampleindent 0 @paragraphindent 0 @c %**end of header @@ -9,7 +9,7 @@ @iftex @titlepage @sp 7 -@center @titlefont{QEMU CPU Emulator} +@center @titlefont{QEMU Emulator} @sp 1 @center @titlefont{User Documentation} @sp 3 @@ -1114,6 +1114,8 @@ This is the standard way to connect QEMU to a real network. QEMU adds a virtual network device on your host (called @code{tapN}), and you can then configure it as if it was a real ethernet card. +@subsubsection Linux host + As an example, you can download the @file{linux-test-xxx.tar.gz} archive and copy the script @file{qemu-ifup} in @file{/etc} and configure properly @code{sudo} so that the command @code{ifconfig} @@ -1124,6 +1126,13 @@ device @file{/dev/net/tun} must be present. See @ref{sec_invocation} to have examples of command lines using the TAP network interfaces. +@subsubsection Windows host + +There is a virtual ethernet driver for Windows 2000/XP systems, called +TAP-Win32. But it is not included in standard QEMU for Windows, +so you will need to get it separately. It is part of OpenVPN package, +so download OpenVPN from : @url{http://openvpn.net/}. + @subsection Using the user mode network stack By using the option @option{-net user} (default configuration if no |