mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-22 18:51:24 +02:00
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:
parent
b19b0e5a2d
commit
6f59b28ecd
@ -197,7 +197,12 @@
|
|||||||
|
|
||||||
<para>See <ulink
|
<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>
|
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)
|
<programlisting>options pciback hide=(00:09.0)(00:0a.0)
|
||||||
install tulip /sbin/modprobe pciback ; /sbin/modprobe --first-time --ignore-install tulip
|
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' ]
|
vif = [ 'mac=aa:cc:00:00:00:02, bridge=xenbr0', 'mac=aa:cc:00:00:00:03, bridge=xenbr1' ]
|
||||||
dhcp = 'dhcp'
|
dhcp = 'dhcp'
|
||||||
hostname = name
|
hostname = name
|
||||||
|
# Interfaces deletgated from Dom0
|
||||||
pci=[ '00:09.0' , '00:0a.0' ]
|
pci=[ '00:09.0' , '00:0a.0' ]
|
||||||
|
|
||||||
# storage devices:
|
# 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
Loading…
x
Reference in New Issue
Block a user