|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Re: Setting up firewall as Dom-U
># cat ifcfg-eth0
># Intel Corporation 80003ES2LAN Gigabit Ethernet Controller (Copper)
>DEVICE=eth0
>BOOTPROTO=static
>BROADCAST=192.168.2.255
>IPADDR=192.168.2.8
>NETMASK=255.255.255.0
>NETWORK=192.168.2.0
>ONBOOT=yes
>
># cat ifcfg-eth2 (also eth1 and eth3)
># Intel Corporation 82571EB Gigabit Ethernet Controller
>DEVICE=eth2
>ONBOOT=no
>BOOTPROTO=none
This is exactly my config, same OS etc. So in the hvm config, you dos something
like this:
vif = [ 'type=ioemu, mac=<mac 1>, bridge=xenbr0' , 'type=ioemu, mac=<mac 2>,
bridge=xenbr2' , 'etc...' ]
and then assume Astaro see's 4 nics?
Thanks a lot!
jlc
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|