More tweaking on Xen docs/images

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4355 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-14 17:02:45 +00:00
parent b19b0e5a2d
commit 6f59b28ecd
5 changed files with 361 additions and 356 deletions

View File

@ -197,7 +197,12 @@
<para>See <ulink
url="http://wiki.xensource.com/xenwiki/Assign_hardware_to_DomU_with_PCIBack_as_module">http://wiki.xensource.com/xenwiki/Assign_hardware_to_DomU_with_PCIBack_as_module</ulink>
The SuSE 10.1 Xen kernel compiles pciback as a module.</para>
The SuSE 10.1 Xen kernel compiles pciback as a module. <filename
class="devicefile">eth1</filename> (PCI 00:09.0) and <filename
class="devicefile">eth2</filename> (PCI 00:0a.0) are delegated to the
firewall DomU where they become <filename
class="devicefile">eth3</filename> and <filename
class="devicefile">eth4</filename> respectively.</para>
<programlisting>options pciback hide=(00:09.0)(00:0a.0)
install tulip /sbin/modprobe pciback ; /sbin/modprobe --first-time --ignore-install tulip
@ -228,6 +233,7 @@ extra = "3"
vif = [ 'mac=aa:cc:00:00:00:02, bridge=xenbr0', 'mac=aa:cc:00:00:00:03, bridge=xenbr1' ]
dhcp = 'dhcp'
hostname = name
# Interfaces deletgated from Dom0
pci=[ '00:09.0' , '00:0a.0' ]
# storage devices:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long