update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1088 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e95c8d51c2
commit
2518bd0dc2
@ -18,6 +18,7 @@ version 0.6.1:
|
|||||||
LD_ASSUME_KERNEL tricks on FC2)
|
LD_ASSUME_KERNEL tricks on FC2)
|
||||||
- DHCP fix for Windows (accept DHCPREQUEST alone)
|
- DHCP fix for Windows (accept DHCPREQUEST alone)
|
||||||
- SPARC system emulation (Blue Swirl)
|
- SPARC system emulation (Blue Swirl)
|
||||||
|
- Automatic Samba configuration for host file access from Windows.
|
||||||
|
|
||||||
version 0.6.0:
|
version 0.6.0:
|
||||||
|
|
||||||
|
@ -233,6 +233,24 @@ guest must be configured in binary mode (use the command @code{bin} of
|
|||||||
the Unix TFTP client). The host IP address on the guest is as usual
|
the Unix TFTP client). The host IP address on the guest is as usual
|
||||||
10.0.2.2.
|
10.0.2.2.
|
||||||
|
|
||||||
|
@item -smb dir
|
||||||
|
When using the user mode network stack, activate a built-in SMB
|
||||||
|
server so that Windows OSes can access to the host files in @file{dir}
|
||||||
|
transparently.
|
||||||
|
|
||||||
|
In the guest Windows OS, the line:
|
||||||
|
@example
|
||||||
|
10.0.2.4 smbserver
|
||||||
|
@end example
|
||||||
|
must be added in the file @file{C:\WINDOWS\LMHOSTS} (for windows 9x/Me)
|
||||||
|
or @file{C:\WINNT\SYSTEM32\DRIVERS\ETC\LMHOSTS} (Windows NT/2000).
|
||||||
|
|
||||||
|
Then @file{dir} can be accessed in @file{\\smbserver\qemu}.
|
||||||
|
|
||||||
|
Note that a SAMBA server must be installed on the host OS in
|
||||||
|
@file{/usr/sbin/smbd}. QEMU was tested succesfully with smbd version
|
||||||
|
2.2.7a from the Red Hat 9.
|
||||||
|
|
||||||
@item -redir [tcp|udp]:host-port:[guest-host]:guest-port
|
@item -redir [tcp|udp]:host-port:[guest-host]:guest-port
|
||||||
|
|
||||||
When using the user mode network stack, redirect incoming TCP or UDP
|
When using the user mode network stack, redirect incoming TCP or UDP
|
||||||
@ -671,8 +689,9 @@ configuration is the following:
|
|||||||
QEMU Virtual Machine <------> Firewall/DHCP server <-----> Internet
|
QEMU Virtual Machine <------> Firewall/DHCP server <-----> Internet
|
||||||
(10.0.2.x) | (10.0.2.2)
|
(10.0.2.x) | (10.0.2.2)
|
||||||
|
|
|
|
||||||
----> DNS
|
----> DNS server (10.0.2.3)
|
||||||
(10.0.2.3)
|
|
|
||||||
|
----> SMB server (10.0.2.4)
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
The QEMU VM behaves as if it was behind a firewall which blocks all
|
The QEMU VM behaves as if it was behind a firewall which blocks all
|
||||||
|
Loading…
Reference in New Issue
Block a user