|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] domU, 2 ethX, iscsi, vlan...
Longina Przybyszewska <longina@xxxxxxxxxxxx> writes:
> My problem is that with the standard mechanism (vif-script vif-bridge)
> for making domU's image, I get networking in domU only via the eth0,
> the first interface on the list.
> I examined the domU's root filesystem and find out that in
> /etc/network/interfaces there is only the first interface defined.
>
> The vifx.x on dom0 side are correctly placed in the iscsi-bridge and
> vlanXX-bridge.
>
> Is it a bug, or do I make it in a wrong way?
If you want a separate route towards your iSCSI target then do exactly
that: include eth1 in /etc/network/interfaces. Specify its IP and
netmask there, but no gateway! If you share a subnet with the iSCSI
target in vlanXX then you are done. If not, you need to set up an
explicit route in post-up (see man interfaces). This has nothing to
do with Xen at all.
--
Cheers,
Feri.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|